Evaluate XPath
Evaluates the XPath on a XML
This activity evaluates the XPath on a use-Decodespecified XML input.
Input
- XPath: - String Argument- RequiredInput the XPath of the element to be read.
- Input: - String Argument- RequiredInput the XML to evaluate the XML.
- Decode Html: - Boolean ArgumentSpecifies whether to apply text preprocessing to decode Html to convert Html entities on the Html input.
- Input Format: Specifies the type of input provided. By default the value is XML. 
Output
- Result: - String VariableStores the updated XML after evaluating the XPath in the specified String variable.
Last updated
