This tutorial picks up where the previous one left off by examining the XSLT language in more detail and showing you some interesting ways in which XSLT can be used to transform XML content. More specifically, you learn how to sort and process nodes, as well as how to perform conditional tests and computational operations with expressions. This tutorial arms you with the XSLT knowledge necessary to create practical XSLT style sheets that you can use in your own XML projects.
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