XPath intro
XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document.
What You Should Already Know
Before you continue you should have a basic understanding of the following:
* HTML / XHTML
* XML / XML Namespaces
If you want to study these subjects first, find the tutorials on our Home page.
What is XPath?
* XPath is a syntax for defining parts of an XML document
* XPath uses path expressions to navigate in XML documents
* XPath contains a library of standard

