Tags
Xslt2
- copy-of()
19 Apr 2026
Returns a deep copy of all nodes in the sequence, detached from the original document.
- deep-equal()
19 Apr 2026
Returns true if two sequences are deeply equal: same items in the same order with equal node identity or atomic values.
- error()
19 Apr 2026
Raises a dynamic error with an optional error code, description message, and error object.
- exactly-one()
19 Apr 2026
Asserts that the sequence contains exactly one item; raises a dynamic error if the sequence has zero or more than one item.
- 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.
- 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.
- resolve-QName()
19 Apr 2026
Resolves a lexical QName string against the in-scope namespace bindings of a given element node.
- reverse()
19 Apr 2026
Returns the items of a sequence in reverse order.