Tags
Xslt2
- 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.
- seconds-from-time()
18 Apr 2026
Extracts the seconds component from an xs:time value as an xs:decimal, including any fractional seconds.
- static-base-uri()
18 Apr 2026
Returns the static base URI of the stylesheet module as an xs:anyURI, i.e., the URI of the XSLT file being executed.
- string-join()
18 Apr 2026
Joins a sequence of strings into a single string with a specified separator between each item.
- string-to-codepoints()
18 Apr 2026
Returns a sequence of integers representing the Unicode codepoints of each character in a string.
- tokenize()
18 Apr 2026
Splits a string into a sequence of substrings using a regular expression as the delimiter pattern.