An XSLTProcessor
applies an XSLT stylesheet transformation to an XML document to produce a new XML document as output. It has methods to load the XSLT stylesheet, to manipulate xsl:param
parameter values, and to apply the transformation to documents.
Documentation XSLTProcessor by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Constructor
Methods
clearParameters():Void
Removes all set parameters from the XSLTProcessor
. The XSLTProcessor
will then use the defaults specified in the XSLT stylesheet.