Changes

Jump to navigation Jump to search
45 bytes removed ,  00:42, 26 May 2012
m
Text replace - "| valign='top' | " to "| "
|<code><b>$xslt:processor</b> as xs:string</code><br />
|-
| valign='top' | '''Summary'''
|This variable contains the name of the applied XSLT processor, or the path to a custom implementation (currently: "Java", "Saxon EE", "Saxon PE", or "Saxon HE").<br />
|}
|<code><b>$xslt:version</b> as xs:string</code><br />
|-
| valign='top' | '''Summary'''
|This variable contains the supported XSLT version (currently: "1.0" or "2.0"). "Unknown" is returned if a custom implementation was chosen.<br />
|}
|<code><b>xslt:transform</b>($input as item(), $stylesheet as item()) as node()</code><br /><code><b>xslt:transform</b>($input as item(), $stylesheet as item(), $params as item()) as node()</code>
|-
| 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 />
* <code>xs:string</code>, containing the path to the document,
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu