Home XML Transforming XML with XSLT

XML - Transforming XML with XSLT


When it comes to transforming XML, it's safe to admire both the problem and the solution, which just so happens to be XSLT.
In this tutorial, you'll learn
  • More details about the XSLT style sheet language
  • How to process and sort nodes in an XSLT style sheet
  • How to use patterns and expressions in XSLT
  • How to apply XSLT style sheets to more challenging document transformation tasks

[Next]