-
-
Notifications
You must be signed in to change notification settings - Fork 904
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
Nokogiri::XML::Reader broken (as a pull parser) on jruby - reads the whole XML document #831
Comments
This issues turned to be much harder to fix. My test fooled my into thinking that the issue was fixed, when it wasn't. I'm working on the fix, reopening the issues until the fix is ready. |
Hi. Is this fixed? I'm not really sure from the comments. We ran into this issue a year ago and had to parse our xml data by hand with string parsing, It'd be great to use Nokogiri for this. Do you think it should work on any jruby version? (1.9.3 mode) Thanks! |
Yes, it should work. The changes aren't released yet, but you can use the pre release version 1.5.7.rc3. If you're still having problems, feel free to open a new issue. |
The text was updated successfully, but these errors were encountered: