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

Fixed nokogiri/Xalan crash under jruby. #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ognen
Copy link

@ognen ognen commented Jan 27, 2015

nokogiri for java (Xalan) didn't like calls so

document.create_element

where the name contained a namespace prefix. Now Fixed.

Had to slightly change write_xml internal behavior (new elements are
immediately added to parent) to enable proper element lookups.

(you can see these crashes if you run rake spec under jruby 1.7.16.1).

nokogiri for java (Xalan) didn't like calls so

  document.create_element

where the name contained a namespace prefix. Now Fixed.

Had to slightly change write_xml internal behavior (new elements are
immediately added to parent) to enable proper element lookups.
@weshatheleopard
Copy link
Owner

Would you please make the version of the patch that contains only the fix? No re-indentation, no variable name changes — just the code that fixes the problem? I can't review this for validity when 80% of the changes you made are not actually functional changes.

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

Successfully merging this pull request may close these issues.

None yet

2 participants