Tags
Reference
- xsl:include
18 Apr 2026
Merges another stylesheet's top-level declarations into the current stylesheet at the same import precedence.
- xsl:iterate
18 Apr 2026
Processes a sequence item-by-item with carry-forward parameters, enabling efficient streaming and stateful iteration in XSLT 3.0.
- xsl:map
18 Apr 2026
Creates an XDM map from one or more xsl:map-entry children, enabling key-value data structures directly in XSLT 3.0 stylesheets.
- 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.