XPath

circle-info

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

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.

circle-check

Syntax

chevron-rightXPathL(xml,xpath)hashtag

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

Parameters

Name
Type
Required
Description

xml

text

☑️

Text that contains XML

xpath

text

☑️

Text that contains an XPath query

Last updated

Was this helpful?