More XPath and XSLT Resources
This chapter only scratched the surface of the many things you can do with XSLT and XPath. For more information, check out these web sites.
- http://www.w3c.org/TR/xpath is the W3C's working specification for XPath. This document is not for the faint of heart, but it is the definitive standard on XPath syntax and operation.
- http://www.zvon.org/xxl/XPathTutorial/General/example232 is the XPath Tutorial at www.zvon.org. It's very much like an immersion course in XPath, so it's easy to feel lost at first, but there is some excellent information here.
- http://www.w3.org/TR/xslt is the W3C's working specification for XSLT. This document is a very scientific document and is not recommended for beginners. However, for those looking for a deep understanding of how XSLT works, this is just the place to go.
- http://www.zvon.org/xxl/XSLTutorial/Output/212 is the XSLT tutorial at www.zvon.org. This is an excellent starting point for people who want an easy introduction to the world of practical XSLT.
- http://www.zvon.org/xxl/XSLTreference/Output/212 is the XSLT/XPath reference at www.zvon.org. This is an indispensable tool for anyone developing XSLT stylesheets.