Tags
Reference
- min()
18 Apr 2026
Returns the smallest value in a sequence of comparable items, optionally using a named collation for string comparison.
- minutes-from-time()
18 Apr 2026
Extracts the minutes component from an xs:time value as an xs:integer in the range 0โ59.
- month-from-date()
18 Apr 2026
Extracts the month component from an xs:date value as an xs:integer in the range 1โ12.
- name()
18 Apr 2026
Returns the qualified name (including namespace prefix, if any) of a node as it appears in the source document.
- namespace-uri()
18 Apr 2026
Returns the namespace URI of a node's expanded name, or an empty string if the node has no namespace.
- nilled()
18 Apr 2026
Returns true if an element node is schema-validated and marked as nilled with xsi:nil="true", otherwise returns false.
- node-name()
18 Apr 2026
Returns the name of a node as an xs:QName value, capturing both the namespace URI and the local name.
- 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.