Style sheet linking in XML
Posted by ma.vinothkumar | Posted in Theory Subjects, XML | Posted on 12-11-2009
0
This technique, you link a style sheet to the XML document. A style sheet is a separate file that contains instructions for formatting the individual XML elements. You can use either a cascading style sheet (CSS)—which is also used for HTML pages—or an Extensible Stylesheet Language Transformations (XSLT) style sheet—which is considerably more powerful than a CSS and is designed specifically for XML documents.
