Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.84k stars 596 forks source link

tags with dash chars get changed to underscores #654

Closed mherb63 closed 1 year ago

mherb63 commented 1 year ago

I have a tag like this <admin-status> get's parsed to <admin_status>. Is there an option available to disable this behavior?

mherb63 commented 1 year ago

its a problem with netconfjs and not this library