Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
EVALUATEXPATH – Evaluate an XPath expression
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.