-
-
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
XML::Builder behaves strangely with respect to namespaces #1712
Comments
I've pushed a branch with some comments and a small test to |
Good news, commit 1f483f0 on |
…e-reparenting-behavior namespace behavior change when reparenting --- **What problem is this PR intended to solve?** Add tests for the behavior change introduced by 1f483f0. That behavior change fixes #1712 **Have you included adequate test coverage?** Yarp. **Does this change affect the behavior of either the C or the Java implementations?** The Java implementation already exhibited this behavior; and 1f483f0 brought the two implementations in line with each other.
Whoo, this got complicated and this behavior is going to be reverted in v1.12.4 but Documents will have an attribute you can set to change this behavior to what's described above; and Builder will allow you to set that attribute via the initializer. Keep your eyes open for that version and check out the update Builder docs. |
See #2320 for the changes I'd like to make. Comments and feedback welcome. |
Originally pointed out on nokogiri-talk by Corey Powell (who I think is @IceDragon200 on GitHub):
The text was updated successfully, but these errors were encountered: