Dapatkan data dari XML dengan Xpath
=FILTERXML(xml, xpath)
| Parameter | Deskripsi |
|---|---|
xml |
Valid XML as a text string. |
xpath |
A valid Xpath expression as a text string. |
In the example shown, the cell contains XML that carries information about albums published as CDs. Each CD contains the title of the album, the name
=FILTERXML(B5,"//cd/title")