Tags
Xslt2
- lower-case()
18 Apr 2026
Converts every character of a string to its Unicode lowercase equivalent using locale-independent Unicode case mapping.
- matches()
18 Apr 2026
Tests whether a string matches a regular expression, returning true or false.
- max()
18 Apr 2026
Returns the largest value in a sequence of comparable items, optionally using a named collation for string comparison.
- 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.
- 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-unicode()
18 Apr 2026
Applies Unicode normalization (NFC, NFD, NFKC, NFKD, or FULLY-NORMALIZED) to a string, ensuring a canonical character representation.
- 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.