The XPath() function executes the given XPath query on XML text and returns the result as text.
XPath()
Follow this linkarrow-up-right to learn more about XPath.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
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
Last updated 8 months ago
Was this helpful?