Tags
Xslt2
- 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.
- xsl:analyze-string
18 Apr 2026
Processes a string against a regular expression, separating matching and non-matching substrings for independent handling.
- xsl:character-map
18 Apr 2026
Declares a named mapping of individual characters to output strings, applied during serialization to replace characters in the result.
- xsl:fallback
18 Apr 2026
Provides fallback content to execute when an enclosing extension element or unrecognised instruction is not supported by the processor.
- xsl:for-each-group
18 Apr 2026
Groups a sequence of items by a key expression or adjacent values, then iterates over each distinct group.
- xsl:function
18 Apr 2026
Defines a named, callable stylesheet function available in XPath expressions throughout the stylesheet.