Snippets tagged “sax”
1 snippet uses this tag.
- org.xml.sax.SAXParseException: Content is not allowed in prologJava
The error org.xml.sax.SAXParseException: Content is not allowed in prolog usually indicates that there is some content before the XML prolog in the file you are trying to parse.