December 2001
Intermediate to advanced
800 pages
17h 55m
English
In the same way that Cascading Style Sheets are commonly used to transform HTML documents, XSLT transforms XML documents. It can transform XML documents from one document format to another, into other XML dialects, or into completely different file formats such as PostScript, RTF, and TeX.
The best part about XSLT is that it's XML. An XSLT document is a regular XML document. “How can that be?” you ask. “Wouldn't you have issues with circular references?” No. XSLT is just another XML dialect. Modern XML parsers are intelligent enough to know how to use the instructions encoded in an XSLT document (which are just ordinary XML tags and attributes and the like) to transform or provide structure ...
Read now
Unlock full access