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