Last updated 2 years ago
Was this helpful?
The XPath() function executes the given XPath query on XML text and returns the result as text.
XPath()
Follow to learn more about XPath.
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns an text that is the result of an xpath query. Returns Invalid expression if the parameter is not a text.
Invalid expression
XPathL(
xml
,
xpath
)
XPath([Settings.BookStoreXml], "//book[1]/title") => Everyday Italian
XPath([Settings.BookStoreXml], "//book[1]/title")
text
Text that contains XML
Text that contains an XPath query