XMLLIST

Returns a List of values from the given XML for the given XPath query.

Syntax

XMLLIST({{myxml}}, 'resp/products/id')

Example

XMLLIST({{myxml}}, 'resp/products/id')

Notes

The opening XPath '/' is not required.

Use the optional true/false validate parameter to raise an error if the query fails.

Learn more about XPath

Related 

XMLVAL