Open GoogleCodeExporter opened 9 years ago
Hi, I have the same issue.
I was able to track it and found where it comes from. It seems that the firefox
DOM parser does like this code:
try {
parsererrorNS = parser.parseFromString("INVALID", "text/xml").childNodes[0].namespaceURI;
}
catch(err) {
parsererrorNS = null;
}
When trying to parse the INVALID string, firefox DOM parser shows this "syntax
error" on HTML line 1 in the console, event if the conversion error is
surrounded by try-catch.
Original comment by geoffrey...@gmail.com
on 20 Feb 2015 at 7:37
Original issue reported on code.google.com by
darryljcousins
on 18 Dec 2014 at 2:06