nashwaan/xml-js

Nodes and attributes are converted to lower case

mtnair opened this issue · 0 comments

I've got an XML file which has nodes and attributes with both lower- and upper-case letters, which is important for me when trying to work with the data. But xml-js always converts them to lower-case letters. Is there an option or a way to prevent this behavior?