jindw / xmldom

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

X3-88886: to avoid empty namespace value like xmlns:ds="" #236

Open FranckDepoortere opened 6 years ago

FranckDepoortere commented 6 years ago

to avoid empty namespace value like xmlns:ds="" (X3-88886): A namespace URL cannot be empty => or we produce an invalid XML document

pdecat commented 3 years ago

Hi @FranckDepoortere and @eboureau, as this repositoy is no longer maintained and has been hard-forked, I've ported this PR to the new repository: https://github.com/xmldom/xmldom/pull/168

I hope this is ok for both of you.