XSLTProcessor: XSLTProcessor() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The XSLTProcessor() constructor creates a new XSLTProcessor object instance.
Syntax
js
new XSLTProcessor()
Parameters
None.
Return value
A new XSLTProcessor object instance.
Specifications
| Specification |
|---|
| DOM> # dom-xsltprocessor-xsltprocessor> |