Tags
Xslt3
- 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().
- json-to-xml()
19 Apr 2026
Converts a JSON string to its W3C standard XML representation, producing an element tree navigable with XPath.
- outermost()
19 Apr 2026
Returns the nodes from the input that are not descendants of any other node in the input sequence.