-
-
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::Attribute on JRuby returns a nil namespace #647
Comments
Note that 1.4.7 is good, while 1.5.0 and later (including 1.5.3.rc3) are bad. |
It looks parsing attribue doesn't build DOM correctly. libxml
JRuby
|
Indeed that is the case. |
I fixed this issue in rev. 493425f .
If you have a chance, would you try master? |
I can confirm this fixes the issue. Thanks once again yokolet. |
No problem. I'm sorry pure Java version bothered you so many times. I hope not, but if you encounter new one, please file again. |
Running this against HEAD:
I get the following output on 1.9.3:
And this on JRuby 1.6.7:
The text was updated successfully, but these errors were encountered: