XPath

The XPath() function executes the given XPath query on XML text and returns the result as text.

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 that is the result of an xpath query. Returns Invalid expression if the parameter is not a text.

Syntax

XPathL(xml,xpath)

XPath([Settings.BookStoreXml], "//book[1]/title") => Everyday Italian

Parameters

NameTypeRequiredDescription

xml

text

Text that contains XML

xpath

text

Text that contains an XPath query

Last updated