Tags
Reference
- 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.
- xsl:array-member
18 Apr 2026
Defines a single member inside an xsl:array; the member value is any XDM sequence, including nested arrays, maps, or empty sequences.
- xsl:attribute
18 Apr 2026
Creates an attribute on the nearest ancestor result element, with a name and value computed at transformation time.
- xsl:attribute-set
18 Apr 2026
Defines a named, reusable collection of attributes that can be applied to multiple elements via use-attribute-sets.