Tags
Reference
- 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.
- deep-equal()
19 Apr 2026
Returns true if two sequences are deeply equal: same items in the same order with equal node identity or atomic values.
- environment-variable()
19 Apr 2026
Returns the value of the named environment variable as a string, or the empty sequence if unavailable.
- error()
19 Apr 2026
Raises a dynamic error with an optional error code, description message, and error object.
- exactly-one()
19 Apr 2026
Asserts that the sequence contains exactly one item; raises a dynamic error if the sequence has zero or more than one item.
- 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.