xmldoc icon indicating copy to clipboard operation
xmldoc copied to clipboard

XML Namespace support.

Open tomc974 opened this issue 7 years ago • 2 comments

Could you please consider adding XML Namespace support to your library?

Contrary to what's written in your README, the underlying sax-js parser seems to support namespaces just fine provided you set the xmlns setting to true. Adding fields for local, prefix, and uri should be easy but I'm not sure how the names should be handled with methods such as childNamed()...

tomc974 avatar Jul 02 '18 10:07 tomc974

I think it would be fine to support it as long as the existing API is preserved and it doesn’t complicate the codebase too much. Open to suggestions or PRs!

nfarina avatar Jul 02 '18 13:07 nfarina

Any update on that issue? It would be a huge improvement of that already-great library

tinesoft avatar Apr 25 '21 07:04 tinesoft