You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()...
The text was updated successfully, but these errors were encountered:
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!
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 thexmlns
setting to true. Adding fields forlocal
,prefix
, anduri
should be easy but I'm not sure how the names should be handled with methods such aschildNamed()
...The text was updated successfully, but these errors were encountered: