Tags
Xslt2
- xsl:output-character
18 Apr 2026
Specifies a single character-to-string substitution within an xsl:character-map, applied by the serializer when writing output.
- xsl:perform-sort
18 Apr 2026
Sorts a sequence of items and returns the sorted sequence without iterating over it, enabling sorted results as input to other expressions.
- xsl:result-document
18 Apr 2026
Writes transformation output to a secondary result document at a specified URI, enabling a single stylesheet to produce multiple output files.
- xsl:sequence
18 Apr 2026
Returns a sequence of items; the XSLT 2.0 equivalent of xsl:value-of for typed values and node sequences.
- year-from-date()
18 Apr 2026
Extracts the year component from an xs:date value as an xs:integer.
- XSLT grouping with xsl:for-each-group: complete guide
01 Apr 2025
How to group XML nodes in XSLT 2.0 using for-each-group. Covers group-by, group-adjacent, group-starting-with, and group-ending-with with examples.
- XSLT 3.0 new features: what changed from 2.0
10 Feb 2025
A practical guide to XSLT 3.0 features including streaming, maps, arrays, and JSON support. What to adopt and why.