buglabs / node-xml2json

Converts XML to JSON using node-expat
808 stars 209 forks source link

toXml converts all the child nodes to attributes #188

Open hussain1368 opened 4 years ago

hussain1368 commented 4 years ago

when I convert an xml string to json and convert it back to xml all the child nodes are converted to attributes initial xml string:

`

022b0937ab2c48cea6df4e1db2bb0318 Bashir Laly 2020-01-06 2019-12-15 AF01 AF0113 AF0113_V_0013 Aziz Rahman Nasrin Asphalt` .... convert to json and back to xml: ` ` .....
xamgore commented 4 years ago

Have you tried the reversible option? json ⟺ xml conversion is not bijective by default.