Skip to content
New issue

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

MXParser fails to parse xml declaration properly #138

Closed
belingueres opened this issue Jan 31, 2021 · 0 comments
Closed

MXParser fails to parse xml declaration properly #138

belingueres opened this issue Jan 31, 2021 · 0 comments

Comments

@belingueres
Copy link
Contributor

  • fail when only version number is provided: <?xml version='1.0'?>
  • parsed as valid when no space was between encoding and standalone attributes: <?xml version='1.0' encoding='ASCII'standalone='yes'?>
belingueres added a commit to belingueres/plexus-utils that referenced this issue Apr 4, 2021
…#138)

- Fix bugs.
- Added tests.
- Improved error messages.
olamy pushed a commit that referenced this issue Apr 5, 2021
- Fix bugs.
- Added tests.
- Improved error messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants