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

FIX: missing namespaces #2

Merged
merged 1 commit into from Aug 12, 2021
Merged

FIX: missing namespaces #2

merged 1 commit into from Aug 12, 2021

Conversation

jdongelmans
Copy link

Newer versions of Nokogiri (>= 1.12.0) can use libxml >= 2.9.12 which breaks the
automatic addition of the parent namespace when adding a child.
This was already the case for JRuby, so added the same workaround
for when nokogiri is using this newer version of libxml.

Ref: sparklemotion/nokogiri#425

Newer versions of Nokogiri (>= 1.12.0) can use libxml >= 2.9.12 which breaks the
automatic addition of the parent namespace when adding a child.
This was already the case for JRuby, so added the same workaround
for when nokogiri is using this newer version of libxml.

Ref: sparklemotion/nokogiri#425
@benoist benoist merged commit 9f5cdc1 into master Aug 12, 2021
@jdongelmans jdongelmans deleted the fix/missing-namespaces branch August 12, 2021 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants