Error on line 258085: XML document structures must start and end within the same entity. (line 4)
My code is:
function main() { var feed_url = "http://www.abcknihy.sk/Feed/bluewinston_products.xml"; var xml = UrlFetchApp.fetch(feed_url).getContentText(); var doc = XmlService.parse(xml); Logger.log("done"); }
Is there any limit in size of XML feed? I´m sure, that XML file is correct, i´m using it in another service.