Navigating the XML Tree

Syd Bauman

2019-09-13

  1. XML representations
  2. Sample text
  3. Sample Document Instance
  4. Sample Portion of TEI Tree
  5. Walking the Tree
  6. tree (with self::)
  7. descendants (child:: and descendant::)
  8. ancestors (parent:: and ancestor::)
  9. preceding (preceding:: and preceding-sibling::)
  10. following (following:: and following-sibling::)
  11. axes :-)
  12. XPath …
  13. basic filepath-like path expressions
  14. Try it!
  15. XPath basics
  16. XPath axes: me, my descendants, and my ancestors
  17. XPath axes: following, preceding, and attributes
  18. Don’t want them all?
  19. predicates
  20. Repeat Sample Document Instance
  21. XSLT View
Navigating the XML Tree