Tags
Xpath
- 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-length()
18 Apr 2026
Returns the number of characters in a string, or the length of the context node's string value when called with no argument.
- string-to-codepoints()
18 Apr 2026
Returns a sequence of integers representing the Unicode codepoints of each character in a string.
- string()
18 Apr 2026
Converts a node-set, number, or boolean to its XPath string value, or returns the string value of the context node when called with no argument.
- substring-after()
18 Apr 2026
Returns the part of a string that appears after the first occurrence of a given separator substring.
- substring-before()
18 Apr 2026
Returns the part of a string that appears before the first occurrence of a given separator substring.
- substring()
18 Apr 2026
Extracts a portion of a string by start position and optional length, returning the resulting substring.
- sum()
18 Apr 2026
Returns the sum of the numeric values in a node-set or sequence, or a specified zero value for empty sequences.
- system-property()
18 Apr 2026
Returns the value of a named XSLT system property such as the XSLT version, vendor name, or vendor URL.