XPath
XPath is used to select specific elements from an XML document. When an XPath expression is applied to an XML document, it results in a collection of elements.
variaDoc allows you to use XML documents as data sources. A subset of data can be selected by applying an XPath expression to the XML data.