...
The XPathApplyActivity
activity can be used to get the Xpath result of delivered Xml
from string. This is logic is used to uniquely identify or address parts of an XML document.
Input Data
Xml
The Xml document in as a string.
XPath
The XPath syntax, described here.
...