Closed thetrime closed 4 years ago
Actually it's plenty wrong. The right answer, is, of course
<foo:bar xmlns:foo="http://www.google.com">
<foo:baz/>
</foo:bar>
I'll keep digging here
Ok, I think this looks right now. At least, it works for my test case, and it still generates the right thing when removing the ns/2 from the test case.
Thanks. Merged after squash and edit of commit message.
…p_prefix mode
Without this, you get
With the patch, you get
I think this might still be wrong, but it's not as wrong?