The XPathValues method returns the values according to the XPath query.
XPathValues( query )
| Argument | Description | 
|---|---|
| query | (string) The XPath query to use. | 
(Strings). The strings can be assigned to a table. To map the return values to a table, surround the function call with braces. For example:
values = { xml:XPathValues(query) }
        
        |  |