Tags
Xslt
- 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.
- xsl:message
19 Apr 2026
Emits a diagnostic message to the processor's error output; optionally terminates transformation with terminate='yes'.
- xsl:namespace-alias
19 Apr 2026
Maps a namespace prefix used in the stylesheet to a different prefix in the result tree, enabling stylesheets that generate XSLT.