hi folks, i know DTD,CSS,XSL ans SCHEMA'S but i dont know where these will apply..be cos these seems to be individul. i want where xml using and how they are using ..what is the xml liknk with java. where exactly.. i mean one complete life cycle of xml. regards deva
Your name "devaiah" does not comply with the JavaRanch naming policy. Please choose one that meets the requirements. Ajith
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
Ajith Kallambella
Sheriff
Joined: Mar 17, 2000
Posts: 5782
posted
0
Though these are different specifications, they all fit together. DTD and/or Schema enforces constraints on your XML and hence ensures integrity. XSL provides a way to browse your XML document and extract parts of the document that matches your criteria. The resulting "chunks" of original XML document can either be used to generate a HTML or an XHTML or another XML document. XSL also provides vocabulary and syntax for rendering the XML data in different "styles" and for different media types. Hope that helps, Ajith