Sample Data
This sheet contains a URL to an XML file and an XPath query to extract all book titles from that XML.
| Cell | Value |
|---|---|
| A1 | URL |
| B1 | XPath Query |
| A2 | https://example.com/sample.xml |
| B2 | //book/title |
This sheet contains a URL to an XML file and an XPath query to extract all book titles from that XML.
| Cell | Value |
|---|---|
| A1 | URL |
| B1 | XPath Query |
| A2 | https://example.com/sample.xml |
| B2 | //book/title |
=IMPORTXML(A2, B2)A B 1 | URL | XPath Query 2 | https://example.com/sample.xml | //book/title
C 1 | Titles 2 | The Great Gatsby 3 | 1984 4 | To Kill a Mockingbird