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.
To learn more, see
XSLTProcessor,
XSLTProcessor: XSLTProcessor() constructor,
XSLTProcessor: clearParameters() method,
XSLTProcessor: getParameter() method,
XSLTProcessor: importStylesheet() method,
XSLTProcessor: removeParameter() method,
XSLTProcessor: reset() method,
XSLTProcessor: setParameter() method,
XSLTProcessor: transformToDocument() method,
XSLTProcessor: transformToFragment() method at MDN.
Compatibility
- Chrome 1 Released on 2008-12-11
- Chrome Android 18 Released on 2012-06-27
- Edge 12 Released on 2015-07-29
- Firefox 1 Released on 2004-11-09
- Firefox for Android 4 Released on 2011-03-29
- Safari 3.1 Released on 2008-03-18
- Safari on iOS 2 Released on 2008-07-11
Specifications
- DOM Standard (#xslt), from DOM Workstream (WHATWG).