🏠 New in High Baseline Support: XSLT
January 29, 2018
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.
Source features
api.XSLTProcessor[mdn]api.XSLTProcessor.XSLTProcessor[mdn]api.XSLTProcessor.clearParameters[mdn]api.XSLTProcessor.getParameter[mdn]api.XSLTProcessor.importStylesheet[mdn]api.XSLTProcessor.removeParameter[mdn]api.XSLTProcessor.reset[mdn]api.XSLTProcessor.setParameter[mdn]api.XSLTProcessor.transformToDocument[mdn]api.XSLTProcessor.transformToFragment[mdn]