Axuda do LibreOffice 26.2
Aplica unha expresión XPath a un documento XML.
XML Path Language (XPath) é unha linguaxe de consultas que emprega expresións de rutas (cunha sintaxe que non é XML) para seleccionar partes dun documento XML.
FILTROXML(Documento_XML; Expresión)
Documento_XML(obrigatorio): Texto que contén un fluxo XML válido.
Expresión_XPath (obrigatorio): Texto que contén unha expresión XPath válida.
=FILTERXML(WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss");"//lastBuildDate")
Returns information //lastBuildDate of the XML contents supplied by the WEBSERVICE() function.
COM.MICROSOFT.FILTERXML