Tags
Xslt3
- json-to-xml()
19 Apr 2026
Converts a JSON string to its W3C standard XML representation, producing an element tree navigable with XPath.
- outermost()
19 Apr 2026
Returns the nodes from the input that are not descendants of any other node in the input sequence.
- 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.