Relationship Between XPath 2.0 and XSLT 2.0
- XSLT 2.0 uses XPath 2.0 (same as 1.0)
- XPath plays the same role in XSLT stylesheets as before
- Tree traversal (select)
- Node match patterns (match)
- Some of XPath 2.0
- May be overkill for XSLT
- Why not use XSLT? for the same functionality
(even the same algorithm)
- Different coding styles will emerge