Tags
Xslt3
- parse-json()
19 Apr 2026
Parses a JSON string and returns the result as an XDM map, array, string, number, boolean, or empty sequence.
- path()
19 Apr 2026
Returns a string that is a valid XPath expression identifying the path from the root to the node.
- serialize()
19 Apr 2026
Serializes a node or sequence to a string using the W3C serialization specification and specified output parameters.
- snapshot()
19 Apr 2026
Returns a snapshot copy of the sequence, making streamed nodes available for multiple use.
- 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:expose
19 Apr 2026
Controls the visibility of components in an xsl:package, determining which are accessible to consuming packages.
- xsl:override
19 Apr 2026
Inside xsl:use-package, provides local implementations that replace specific components imported from the used package.
- xsl:package
19 Apr 2026
The root element of an XSLT 3.0 package, a named and versioned reusable unit of stylesheet components.
- xsl:use-accumulators
19 Apr 2026
Declares which accumulators are active for a streaming template or mode, enabling the processor to compute only necessary values.