This is my code:
var html = UrlFetchApp.fetch('https://www.google.com/#q=citrix&tbm=nws').getContentText();
var parsed = XmlService.parse(html);
It gives me this error:
Error on line 1: The markup in the document preceding the root element must be well-formed. (line 77, file "Code")
Not able to fix this, could you please help me out? How can I bring this to well-formed one?