Tags
Reference
- xsl:map-entry
18 Apr 2026
Adds a single key-value pair to an xsl:map, where the key is any atomic value and the value is any XDM sequence.
- xsl:matching-substring
18 Apr 2026
Defines the template body applied to each substring that matches the regex inside xsl:analyze-string.
- xsl:merge
18 Apr 2026
Merges multiple pre-sorted sequences into a single sorted sequence, processing each group of items with the same merge key via xsl:merge-action.
- xsl:merge-action
18 Apr 2026
Defines the body executed for each group of items sharing the same merge key during an xsl:merge operation, with access to the merged items and current key.
- xsl:merge-key
18 Apr 2026
Defines the sort key for items in an xsl:merge-source, determining how items from different sources are aligned and interleaved during merging.
- xsl:merge-source
18 Apr 2026
Defines one sorted input sequence for xsl:merge, specifying the source data and its merge keys so the merge algorithm can interleave items correctly.
- xsl:mode
18 Apr 2026
Declares a named mode and its default behaviour when no template matches, enabling modular transformation strategies in XSLT 3.0.
- xsl:namespace
18 Apr 2026
Creates a namespace node on the current element, binding a prefix to a namespace URI dynamically.
- xsl:next-iteration
18 Apr 2026
Advances an xsl:iterate loop to the next item in the sequence, optionally updating loop parameters to carry state forward.
- xsl:next-match
18 Apr 2026
Applies the next-priority matching template rule for the current node, passing optional parameters and tunnel parameters.