Leonidas-from-XIV / node-xml2js

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

XML escape characters are converting while converting XML to JSON #704

Open vinaykumar612 opened 3 months ago

vinaykumar612 commented 3 months ago

XML escape characters &quot; , &apos; , &lt; , &gt; and &amp; are getting converted to " , ' , < , > and &

Please suggest to avoid.