XML

EVALUATEXPATH – Evaluate an XPath expression

228 views June 1, 2018 admin 0

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.

See also

APPLYXSLT

Was this helpful?