Tags
Reference
- normalize-space()
18 Apr 2026
Strips leading and trailing whitespace from a string and collapses all internal whitespace sequences to a single space character.
- normalize-unicode()
18 Apr 2026
Applies Unicode normalization (NFC, NFD, NFKC, NFKD, or FULLY-NORMALIZED) to a string, ensuring a canonical character representation.
- not()
18 Apr 2026
Returns true if its boolean argument is false, and false if it is true — the logical negation of a boolean expression.
- number()
18 Apr 2026
Converts a string, boolean, or node-set to a number following XPath 1.0 type-conversion rules, returning NaN if the conversion fails.
- parse-xml-fragment()
18 Apr 2026
Parses a well-balanced XML fragment string and returns it as a document node, allowing multiple top-level nodes.
- parse-xml()
18 Apr 2026
Parses a well-formed XML string and returns it as a new document node, usable like any other loaded XML document.
- position()
18 Apr 2026
Returns the position of the context node within the current node-set, starting at 1.
- QName()
18 Apr 2026
Constructs an xs:QName value from a namespace URI and a lexical qualified name string.
- random-number-generator()
18 Apr 2026
Returns a deterministic pseudo-random number generator as a map, optionally seeded for reproducible results.
- regex-group()
18 Apr 2026
Returns the string matched by a numbered capture group of the current regex match inside xsl:analyze-string.