XPathValues
The XPathValues
method returns the values according to the XPath query.
Syntax
XPathValues( query )
Arguments
Argument | Description |
---|---|
query
|
(string) The XPath query to use. |
Returns
(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) }