Tags
Xslt2
- 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.
- 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.
- QName()
18 Apr 2026
Constructs an xs:QName value from a namespace URI and a lexical qualified name string.
- regex-group()
18 Apr 2026
Returns the string matched by a numbered capture group of the current regex match inside xsl:analyze-string.
- remove()
18 Apr 2026
Returns a new sequence with the item at a specified 1-based position removed, without modifying the original sequence.
- replace()
18 Apr 2026
Replaces all substrings of a string that match a regular expression with a replacement string.