Hi,
I’m using LibreOffice 5.1.1.3 (x64) and I would like to make a live import of a remote XML file. The URL is: http://www.comune.palermo.it/xmls/VIS_DATASET_AGENZIE.xml
I have written this formula, but calc import only the firs row.
=FILTERXML(WEBSERVICE("http://www.comune.palermo.it/xmls/VIS_DATASET_AGENZIE.xml"),"/main/DATA_RECORD")
Is it normal? How to import all the output of the XPath query?
In gdrive sheet it works with:
=IMPORTXML("http://www.comune.palermo.it/xmls/VIS_DATASET_AGENZIE.xml","/main/DATA_RECORD")
Thank you very much