Table of Contents
Overview
This Custom Field evaluates an XPath expression on a field’s content, which should contain an XML fragment.
This function requires the XML data provider.
Syntax
EVALUATEXPATH(Namelist,‘//name/text()’,‘-‘)
Element | Description |
---|---|
Namelist | The name of the field containing the XML fragment to evaluate. |
‘//name/text()‘ | The XPath to evaluate. |
‘-‘ | The Separator String, used when the XPath evaluates to multiple nodes. |
Example
Coming soon.