
Extensible Stylesheet Language Transformation (XSLT) is all about handling and formatting the contents of Extensible Markup Language (XML) documents. XML has become a very hot topic, and now it's XSLT's turn. XML enables you to structure the data in documents, and XSLT enables you to work with the contents of XML documents - manipulating the content and creating other documents, such as when you sort an XML employee records database or store that data in an HTML document - and to format that data in a detailed way.
|