Returns an text array that is the result of an xpath query.
Returns Invalid expression
if the parameters are not valid according to type.
XPathList(
xml
,
xpath
)
XPathList([Settings.BookStoreXml], "//book/price[text()]")
=> 30.00, 29.99, 49.99, 39.95