Tags
Xpath
- 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 string functions: complete reference with examples
28 Mar 2025
Complete guide to XSLT and XPath string functions: substring, contains, replace, tokenize, normalize-space and more. With practical examples.
- XSLT template matching explained with examples
05 Mar 2025
How XSLT template matching works: priorities, conflict resolution, modes, and default templates. With practical examples.