Limited Availability
XML
id: xslt
XSLT
The
XSLTProcessor API transforms XML documents into new XML or HTML documents, using XSLT stylesheets. You can use XSLT to convert data between different XML schemas or to convert XML data into web pages or PDF documents. Also known as Extensible Stylesheet Language Transformations.
Baseline Status:
This feature is currently Limited and is missing in at least one major browser engine.
Desktop Browser Engine Support
Google Chrome
1
Supported
Mozilla Firefox
1
Supported
Apple Safari
3.1
Supported
Microsoft Edge
12
Supported
Mobile Browser Engine Support
Chrome Android
18
Firefox Android
4
Safari iOS
2
Specifications and References
MDN Browser Compat Data Keys:
api.XSLTProcessor ↗
api.XSLTProcessor.XSLTProcessor ↗
api.XSLTProcessor.clearParameters ↗
api.XSLTProcessor.getParameter ↗
api.XSLTProcessor.importStylesheet ↗
api.XSLTProcessor.removeParameter ↗
api.XSLTProcessor.reset ↗
api.XSLTProcessor.setParameter ↗
api.XSLTProcessor.transformToDocument ↗
api.XSLTProcessor.transformToFragment ↗