Changes

Jump to navigation Jump to search
307 bytes removed ,  16:21, 24 June 2015
|-
| width='120' | '''Signatures'''
|{{Func|xslt:transform|$input as item(), $stylesheet as item()|node()}}<br />{{Func|xslt:transform|$input as item(), $stylesheet as item(), $params as itemmap(xs:string, xs:string)|node()}}
|-
| '''Summary'''
* {{Code|xs:string}}, containing the document in its string representation, or
* {{Code|node()}}, containing the document itself.
The {{Code|$params}} argument can be used to bind variables to a stylesheet, which can either be specified<br />* as children of an {{Code|<xslt:parameters/>}} element; e.g.:<pre class="brush:xml"><xslt:parameters> <xslt:key1 value='value1'/> ...</xslt:parameters></pre>* or as map, which contains all key/value pairs:<pre class="brush:xquery">map { "key1": "value1", ... }</pre>Note that only Only strings are supported when using Saxon (XSLT 2.0).
|-
| '''Error'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu