[]
This function returns specific data from XML content by using the specified xpath.
FILTERXML(xml, xpath)
This function has the following argument:
Argument | Description |
|---|---|
xml | [Required] A string in valid XML format |
xpath | [Required] A string in standard XPath format |
FILTERXML(A1, "//title")