Details
Description
When attempting to parse a file (see attachment), I get DOMException (code 14).
I used DOMPrint against the same file, just to check, and I get the same result.
Since the only namespace declaration is the default namespace on the document
element, I conclude that this is the source of the error. Perhaps the DOM parser
does not like URNs??
N.B. SAXPrint does NOT give an error.
I attach the file for your inspection.