sanand0 / xmljson

xmlsjon converts XML into Python dictionary structures (trees, like in JSON) and vice-versa.
MIT License
121 stars 33 forks source link

Is it possible to convert & into & not & symbol? #44

Open ChameleonTartu opened 4 years ago

ChameleonTartu commented 4 years ago

I tried different parsers but when I convert JSON to XML and string contains special symbols such as 
 it converts to 
.

Is it possible to prevent this? I tried different parsers but couldn't overcome this issue.