Custom:Xml Actions
From Unified Remote
XPath (in 2.1.2+)
Performs a XPath select operation. Read more: [1]
Extras:
- Uri: the xml file uri
- XPath: the xpath expression
Returns:
- the xpath select value: string
Example:
<Action Name="foo">
<ActionRef Name="XPath" Target="Xml">
<Extra Name="Uri">c:\test.xml</Extra>
<Extra Name="XPath">/root/item[1]</Extra>
</ActionRef>
</Action>