Tags
Xslt2
- 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.
- unparsed-text-available()
18 Apr 2026
Returns true if unparsed-text() would succeed for the given URI and encoding, allowing safe guarded file reads.
- unparsed-text-lines()
18 Apr 2026
Reads a text file from a URI and returns its lines as a sequence of strings, one item per line.
- unparsed-text()
18 Apr 2026
Reads a plain text file from a URI and returns its contents as an xs:string, with optional encoding specification.
- upper-case()
18 Apr 2026
Converts every character of a string to its Unicode uppercase equivalent using locale-independent Unicode case mapping.
- uri-collection()
18 Apr 2026
Returns a sequence of xs:anyURI values from a named collection, giving the URIs of the contained documents.