XSLT
XSLT is the acronym for Extensible Stylesheet Language Transformations.

Extensible Stylesheet Language Transformations
A language for transforming XML documents into other XML documents or other formats such as HTML for web pages, plain text, or into XSL Formatting Objects, which may then be converted to PDF, PostScript, and other formats. XSLT is used to manage and manipulate the content of an XML document independently of its structure. This separation of content from presentation enables the reuse of XML data in various ways and different output formats.
- Abbreviation: XSLT