XPATH.QUERY function

This article describes the formula syntax of the XPATH.QUERY function.

Description

Return nodes in XML document matched by the XPath query

Syntax

XPATH.QUERY(xml, query)

xml is a handle to a XML document.
query is a XPath query.

Return all nodes of the xml document matching query.