jindw / xmldom

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

namespaceURI should be null and not undefined #231

Open mygithub-user opened 6 years ago

mygithub-user commented 6 years ago

According to DOM spec, Applications should use the value null as the namespaceURI parameter for methods if they wish to have no namespace.