# FILTERXML

## Content

This function returns specific data from XML content by using the specified xpath.

## Syntax

`FILTERXML(xml, xpath)`

## Arguments

This function has the following argument:

| Argument | Description |
| -------- | ----------- |
| *xml* | [Required] A string in valid XML format |
| xpath | [Required] A string in standard XPath format |

## Examples

`FILTERXML(A1, "//title")`