This article describes the formula syntax of the XPATH.QUERY function.
Return nodes in XML document matched by the XPath query
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
.