jindw / xmldom

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

Implement a constructor that takes a file or url instead of only a string #217

Open justinjdickow opened 7 years ago

justinjdickow commented 7 years ago

This library is only useful for xml documents that are < 256 MB because that is the string size limit on V8. If there's no other internal limitation in xmldom, it would be nice to be able to initialize the object from a file or url.