PreviousNext
JavaScript must be enabled to correctly display this content
9.2.4.3 XPath Expressions
The XML parser supports a subset of XPath expressions necessary to match elements and Extract data. An expression can be used to match a particular element or to Extract data.
When doing data extraction most of the path is used to match. The tail of the expression is used for extraction.