Tags
Xslt3
- array:insert-before()
19 Apr 2026
Returns a new array with the given members inserted before the specified 1-based position.
- array:remove()
19 Apr 2026
Returns a new array with the members at the specified 1-based positions removed.
- array:sort()
19 Apr 2026
Returns a new array with members sorted using an optional collation and key function.
- available-environment-variables()
19 Apr 2026
Returns a sequence of strings naming the environment variables that are available to the processor.
- current-merge-group()
19 Apr 2026
Returns the sequence of items in the current merge group inside an xsl:merge-action block.
- current-merge-key()
19 Apr 2026
Returns the current merge key value inside an xsl:merge-action block.
- environment-variable()
19 Apr 2026
Returns the value of the named environment variable as a string, or the empty sequence if unavailable.
- has-children()
19 Apr 2026
Returns true if the node has one or more child nodes; defaults to the context node if no argument is supplied.
- innermost()
19 Apr 2026
Returns the nodes from the input that are not ancestors of any other node in the input sequence.
- json-doc()
19 Apr 2026
Retrieves a JSON document from a URI and parses it into XDM value using the same rules as parse-json().