Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.91k stars 606 forks source link

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

Open vinaykumar612 opened 7 months ago

vinaykumar612 commented 7 months ago

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

Please suggest to avoid.