jindw / xmldom

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

Fix lookupNamespaceURI / lookupPrefix for Document / Attributes. #214

Open DrRataplan opened 7 years ago

DrRataplan commented 7 years ago

This fixes #213.

I could not figure out how to run the unit tests, running npm run test only runs one test... I have added two of them though, testing the changed functions.

This version better aligns with the spec (https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespaceURIAlgo)