I'm trying to import a sitemap's URLS into a google sheet using:
=IMPORTXML("http://www.websiteurl.com/sitemap.xml","//url/loc")
And constantly getting the error:
"Error: Imported Xml content can not be parsed."
Upon searching and being told to use the old sheets because of a reported bug using ImportXML in the new sheets, and then also trying everything else under the sun, I continue to get this error no matter what.
Any ideas? TIA!
http://www.websiteurl.com/sitemap.xmlyour actual URL? I doubt it. We need to see the actual URL you are importing from. Same goes for the path expression. - Mathias Müller