Introduction
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 string.
XPath
The XPath syntax, described here.
Output Data
Result
The result of xPath as array of strings.