Changes

Jump to navigation Jump to search
7 bytes removed ,  15:04, 10 July 2011
| valign='top' | '''Summary'''
|Transforms the document specified by <code>$input</code>, using the XSLT template specified by <code>$stylesheet</code>, and returns the result as <code>node()</code> instance. <code>$input</code> and <code>$stylesheet</code> can be specified as<br />
* an <code>xs:string</code>, containing the path to the document,* an <code>xs:string</code>, containing the document itself, or* a <code>node()</code> , containing the actual document.
The <code>$params</code> argument can be used to bind variables to a stylesheet. It can be specified as
* <code>element(xslt:parameters)</code>: <code>&lt;xslt:parameters/&gt;</code> must be used as root element, and the parameters are specified as child nodes, with the element name representing the key and the text node representing the value:<br /><code>&lt;xslt:parameters&gt;<br/>&nbsp;&nbsp;&lt;xslt:key1&gt;value1&lt;/xslt:key1&gt;<br/>&nbsp;&nbsp;...<br/>&lt;/xslt:parameters&gt;</code>
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu