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

Inconsistent behaviour with Xerces XML parser. #37

Closed
mikesname opened this issue Apr 30, 2014 · 1 comment
Closed

Inconsistent behaviour with Xerces XML parser. #37

mikesname opened this issue Apr 30, 2014 · 1 comment
Labels

Comments

@mikesname
Copy link
Contributor

If Xerces' SaxParser is on the classpath it'll be used by the various stream importers. Unfortunately there are a few implementation differences:

  1. localName for attributes doesn't work when namespace support is disabled
  2. whitespace around entities seems to be getting lost

While 1 is easy to fix (use qName instead), 2 is trickier.

@mikesname mikesname added the bug label Apr 30, 2014
@mikesname
Copy link
Contributor Author

This was fixed some time ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant