jindw / xmldom

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

Don't choke on internal subset in !DOCTYPE #211

Open Holzhaus opened 7 years ago

Holzhaus commented 7 years ago

Fixes #210.

Note: This does not add support for the internalSubset attribute of the DocumentType interface yet.