Tags
Xslt
- xsl:when
18 Apr 2026
Condition branch inside xsl:choose; its content is output when test evaluates to true and no earlier sibling matched.
- xsl:where-populated
18 Apr 2026
Suppresses the entire wrapper element, including its start and end tags, when its content sequence constructor produces no nodes.
- xsl:with-param
18 Apr 2026
Supplies a parameter value to a called or applied template, overriding that template's declared default.
- year-from-date()
18 Apr 2026
Extracts the year component from an xs:date value as an xs:integer.
- XSL online tester: run XSL and XSLT transforms in your browser
13 Apr 2026
Free XSL online tester and editor. Run XSL transformations, test XSLT stylesheets and validate XSL-FO output without installing anything.
- 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 validator online: catch errors before running your transform
22 Mar 2025
How to validate XSLT stylesheets online. Catch syntax errors, undefined variables, and namespace issues before they hit production.
- XSLT online editor: how to test transformations without installing anything
15 Mar 2025
Run and test XSLT online with a free editor that supports XSLT 1.0, 2.0, and 3.0. No installation, no signup required.
- XSLT template matching explained with examples
05 Mar 2025
How XSLT template matching works: priorities, conflict resolution, modes, and default templates. With practical examples.