Originally posted by Guillaume Compagnon:
Thx U a lot for your tips, Scott!
as a former from MS, do you know any initiative from Microsoft Office in order to improve MSXML and to deploy XML in Word application ( a "Save as XML file" button in Word) ?
Originally posted by ruilin yang:
I saw XML was used to generate Database schema. Does your book discuss topics on XML database applications. For example, we may use it to losely couple different database systems for an application to get information from different databases at the same time. Something like database integration.
Please comments on this.
Thanks,
Ruilin
Originally posted by Raseswari Achanta:
<?xml version="1.0"?>
<!DOCTYPE DOCUMENT[
<!ELEMENT DOCUMENT (Head,Body)>
<!ENTITY % PCD "(#PCDATA)">
<!ELEMENT Head %PCD;>
<!ELEMENT Body %PCD;>
]>
<Document>
<Head>
Title goes here
</Head>
<Body>
This is the document.
</Body>
</Document>
Originally posted by Guillaume Compagnon:
Moreover, anyone knows differents adapters for transforming XML (respecting a DTD or Shema) into PDF, or Word ...
URLs are welcome!
Originally posted by Manjunatha HA:
Hi Scott, i am presently working on developing a customized langauge based on XML, for maintaining say News Content. Does your book Handle regarding creation of customized languages??
Originally posted by Manjunatha HA:
Hi,
Whats the role of XML, regarding personalization of any content, which is the buzz word today . Does the book handle this issue of personalization?
Thanks and Regards
Manjunatha
[This message has been edited by Manjunatha HA (edited October 17, 2001).]
Originally posted by ravindra ch:
does this book has any real time applications?i am curious about this book?
thanx
ravindra
Originally posted by Chris Chen:
I have seen the book companion page, it's rather helpful. But, is there anything about taglib?
Originally posted by ruilin yang:
Yes xhtml is different from xml. xhtml uses some xml in html. xhtml also include some other technologies, such as javaScript, etc.
My question is xhtml is not the main intention of the xml stratigy ?