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

different parse output between Ox and REXML #780

Closed
eniskonuk opened this issue Apr 15, 2015 · 1 comment
Closed

different parse output between Ox and REXML #780

eniskonuk opened this issue Apr 15, 2015 · 1 comment

Comments

@eniskonuk
Copy link
Contributor

Using Ox, all parse outputs have HTML characters for ", & etc. " or & while the same output using REXML you get the expected ", & etc. in the parse output.

@eniskonuk eniskonuk changed the title differenent parse output between Ox and REXML different parse output between Ox and REXML Apr 15, 2015
@trevorrowe
Copy link
Member

This ended up being a trivial fix. The Ox sax parser has a mode were values are decoded before being emitted. This should go out with today's release.

Thank you for reporting this bug!

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