Tags
Reference
- 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:accumulator
18 Apr 2026
Declares a streaming accumulator that maintains a typed value updated by rules as nodes are processed, enabling stateful aggregation without multiple passes.
- xsl:accumulator-rule
18 Apr 2026
Defines when and how an xsl:accumulator's value is updated, matching nodes by pattern and firing at the start or end of matched elements.
- xsl:analyze-string
18 Apr 2026
Processes a string against a regular expression, separating matching and non-matching substrings for independent handling.
- xsl:apply-templates
18 Apr 2026
Selects a set of nodes and applies the best-matching template rule to each one, enabling recursive tree processing.
- xsl:array
18 Apr 2026
Creates an XDM array from xsl:array-member children, providing ordered positional access to sequences of arbitrary XDM values in XSLT 3.0.