XML Parsing Error: no root element found Location in Console FF

Check this link for more information

Based on my research, the error message is only generated by FireFox when the render page is blank in Internet. For some reason, .NET generates a response type of “application/xml” when it creates an empty page. Firefox parses the file as XML and finding no root element, spits out the error message.

in other words, this is a known Firefox issue

Leave a Comment