Extensible Stylesheet Language (XSL)
Enables display of XML by transforming XML into structure suitable for display, for example HTML
XSL transformations can be executed on the server to provide HTML documents for older browsers
Provides mechanisms for transformation of XML data from one schema to another
Enables converting XML documents through querying, sorting, and filtering
Association with XML document:
<?xml-stylesheet type="text/xsl"href="mystyle.xsl"?>