The XPath Language

  • XPath expressions are based on the relationship between the nodes of the source XML document
  • XPath visualizes the contents of the source XML document as an abstract tree of nodes.
  • The syntax of accessing parents, children, siblings, ancestors, etc. reminds of accessing the file and directory paths for filesystems.
 
© Copyright 2005 Michael Kröll