Allow attributes without namespace on jRuby
#2675
Answered
by
flavorjones
ShockwaveNN
asked this question in
General Q&A
-
Hi, trying to port one of my library for parsing I got this XML
And simplified ruby code to parse it:
On mruby this output 360 But on jruby it just crash with:
If I change puts to
It works correctly on both rubies I understand that mruby and jruby uses different XML parser Is there any option to jruby to make parsing of such attributes same as on jruby or proper way will be to fix my codebase by adding |
Beta Was this translation helpful? Give feedback.
Answered by
flavorjones
Oct 20, 2022
Replies: 1 comment 1 reply
-
Hi! This looks like a bug in the JRuby implementation. I've created a bug report at #2677 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ShockwaveNN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! This looks like a bug in the JRuby implementation. I've created a bug report at #2677