Tags
Reference
- snapshot()
19 Apr 2026
Returns a snapshot copy of the sequence, making streamed nodes available for multiple use.
- subsequence()
19 Apr 2026
Returns a contiguous subsequence of items starting at a 1-based position.
- trace()
19 Apr 2026
Emits a trace message to the processor's trace output and returns the value unchanged; used for debugging.
- type-available()
19 Apr 2026
Returns true if the schema type named by the argument is available in the static context.
- unordered()
19 Apr 2026
Returns the items in the sequence in an implementation-defined order; a hint to the processor that order does not matter.
- xml-to-json()
19 Apr 2026
Converts the W3C XML representation of JSON back to a JSON string, reversing json-to-xml().
- xsl:accept
19 Apr 2026
Inside xsl:use-package, accepts specific components from the used package and optionally restricts their visibility.
- xsl:decimal-format
19 Apr 2026
Defines a named decimal format controlling how format-number() formats numbers in XSLT 1.0 and later.
- xsl:expose
19 Apr 2026
Controls the visibility of components in an xsl:package, determining which are accessible to consuming packages.
- xsl:key
19 Apr 2026
Defines a named index for efficiently selecting nodes using the key() function in XSLT 1.0 and later.