Posts
Posts
- XSLT for beginners: your first transformation
20 Feb 2025
Learn XSLT from scratch with practical examples. Transform XML step by step using templates, match patterns, and value-of.
- 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.
- Architecting XSLT in integration pipelines
28 Nov 2024
Where XSLT fits in modern systems and how to keep transforms clean.
- XSLT testing: how to build a regression harness for safe deployments
26 Nov 2024
How to test XSLT stylesheets and catch regressions before they hit production. Covers test corpus setup, expected outputs, CI integration, and using an online XSLT tester.
- Transforming XML to JSON and CSV with XSLT
24 Nov 2024
Patterns for producing modern integration formats while staying in XSLT.
- XSLT performance tuning without losing readability
22 Nov 2024
A practical guide to faster transformations with keys, modes, and smarter selection.
- Designing XSLT transforms with parameters and multiple inputs
20 Nov 2024
How to structure stylesheets that consume several XML documents and stay maintainable.
- XSLT debugging patterns that save hours
18 Nov 2024
Practical ways to trace, isolate, and fix transformations with minimal friction.
- Why I built an XSLT online editor for real-world work
20 Oct 2024
The story behind XSLT Playground—an XSLT online editor tuned for multi-parameter transforms, fast feedback, and practical debugging.
- Welcome to the XSLT Playground blog
10 Oct 2024
What you will find here and how it helps you get more from the online XSLT editor.