Tags
Reference
- innermost()
19 Apr 2026
Returns the nodes from the input that are not ancestors of any other node in the input sequence.
- json-doc()
19 Apr 2026
Retrieves a JSON document from a URI and parses it into XDM value using the same rules as parse-json().
- json-to-xml()
19 Apr 2026
Converts a JSON string to its W3C standard XML representation, producing an element tree navigable with XPath.
- local-name-from-QName()
19 Apr 2026
Returns the local part of an xs:QName value as an xs:NCName.
- namespace-uri-from-QName()
19 Apr 2026
Returns the namespace URI part of an xs:QName value.
- one-or-more()
19 Apr 2026
Asserts that the sequence contains one or more items; raises a dynamic error if the sequence is empty.
- 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.
- prefix-from-QName()
19 Apr 2026
Returns the namespace prefix of an xs:QName value, or the empty sequence if the QName has no prefix.