We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discovered with the help of https://github.com/belingueres/xml-conformance
MXParser fails on parts of the W3C XML Conformance Test Suite.
In this issue, it is failing 001.xml to 004.xml, and 007.xml to 009.xml from "Bjoern Hoehrmann via HST 2013-09-18" (see https://github.com/belingueres/xml-conformance/blob/main/src/test/resources/xmlconf/eduni/misc/ht-bh.xml) regarding the parsing of large character entities and encoding in the declaration section of the xml file. Tests 005.xml and 006.xml were ignored as MXParser do not support DOCDECL parsing.
The text was updated successfully, but these errors were encountered:
Fix MXParser improve error reporting (codehaus-plexus#136)
195d992
- when parsing large char entities. - when mixing invalid encoding declarations and file encodings.
Fix MXParser improve error reporting (#136) (#137)
1e18ddc
Fixed with 1e18ddc.
Sorry, something went wrong.
No branches or pull requests
Discovered with the help of https://github.com/belingueres/xml-conformance
MXParser fails on parts of the W3C XML Conformance Test Suite.
In this issue, it is failing 001.xml to 004.xml, and 007.xml to 009.xml from "Bjoern Hoehrmann via HST 2013-09-18" (see https://github.com/belingueres/xml-conformance/blob/main/src/test/resources/xmlconf/eduni/misc/ht-bh.xml) regarding the parsing of large character entities and encoding in the declaration section of the xml file.
Tests 005.xml and 006.xml were ignored as MXParser do not support DOCDECL parsing.
The text was updated successfully, but these errors were encountered: