What I'm trying to do is to extract data from this XML using Google Spreadsheets:
Now I thought that this would be an easy task and decided to use the ImportXML() function with following XPath sting:
- =IMPORTXML("https://api.eveonline.com/map/FacWarSystems.xml.aspx", "//row[@owningFactionID='500002']")
Which, in theory should return every entry in the document where the owningFactionID is 500002.
Problem is that I only get #N/A in the Google Spreadsheet (Empty).
If someone could help with what I'm doing wrong here I'd be very grateful.