Tags
Reference
- 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.
- copy-of()
19 Apr 2026
Returns a deep copy of all nodes in the sequence, detached from the original document.
- 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.