--- name: 'XSLT' short: 'Transforming your documents' date: 'Thu Mar 20 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- XSLT is the eXtended Stylesheet Language Transformations, a language for transforming XML documents into other XML documents. XSLT is used to manipulate XML documents into other forms: a sort of glue between data formats. It can turn an XML document into an XHTML document, or even an HTML document. With a little bit of hackery, it can even be convinced to spit out non-XML conforming documents.