Tags
Xslt2
- 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.
- subsequence()
19 Apr 2026
Returns a contiguous subsequence of items starting at a 1-based position.
- 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.
- zero-or-one()
19 Apr 2026
Asserts that the sequence contains zero or one items; raises a dynamic error if it contains more than one item.