This document provides an introduction to XPath, including:
- XPath is a syntax for navigating and selecting parts of an XML document using path expressions. It contains nodes, axes, and functions.
- The main node types are elements, attributes, text, and others. Nodes have a relationship like parent/child.
- XPath syntax uses expressions like nodename, /, //, ., .., and @ to select nodes. Predicates [ ] are used to select specific nodes.