2
votes
1answer
54 views
Disable logging in Java Xerces (”[Fatal Error] :1:1: Content is not allowed in prolog.”)
My application expects that it will sometimes try to parse invalid XML documents. I currently catch the "SAXParseException: Content is not allowed in prolog." exception, which works fine. However, …
