XPathList
Last updated
Last updated
The XPathList()
function executes the given XPath query on XML text and returns the result as a text array.
Follow this link to learn more about XPath.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns an text array that is the result of an xpath query.
Returns Invalid expression
if the parameters are not valid according to type.
Name | Type | Required | Description |
---|---|---|---|
| text | Text that contains XML | |
| text | Text that contains an XPath query |