jindw / xmldom

A PURE JS W3C Standard based(XML DOM Level2 CORE) DOMParser and XMLSerializer.
Other
819 stars 265 forks source link

Fixed namespace propagation after dom manipulation #216

Closed tobiasso85 closed 7 years ago

tobiasso85 commented 7 years ago

When DOM is manipulated the namespace gets correctly propagated to all children if their namespace was declared in the removed node instead of only the first child.

This fixes #215 .

tobiasso85 commented 7 years ago

continued pull request with #221 to have it completely separate