Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.87k stars 601 forks source link

How to avoid encoding encoded characters? #574

Closed AllanOricil closed 1 year ago

AllanOricil commented 4 years ago

I'm providing an object with a string that is already encoded, and your lib is encoding the encoded characters again.

Considering this input

{
"key":""a""
}

This is the result

<key>&amp;quot;a&amp;quot;</key>
RyanKeepRunning commented 3 years ago

Hi mate how did you resolve this? I'm running into the same issue.

phaseharry commented 1 year ago

plus 1

AllanOricil commented 1 year ago

No idea what I did to solve this issue