XML-9 J. Teuhola 2013 151
- 9. Path expressions: XPath
- XPath is a language for selecting parts of
XML documents – it is a kind of simple query language.
- XPath does not use normal XML syntax;
path expressions are strings for the parser.
- XPath is a tree traversal (’navigation’)
language, with techniques for moving from one node to another in the document tree, and for restricting the set of selected nodes.
- XPath is used e.g. by XML Schema, XSLT,