soldair / node-jsontoxml

this renders a simple javascript object structure into xml/html. js objects are easier to modify than strings so no need to parse a whole dom to reliably add a few elements. while this could support async callbacks it doesn't. if people need it i will be happy to add support.
MIT License
101 stars 38 forks source link

XML Conversion results in </> #36

Open Kaliph opened 4 years ago

Kaliph commented 4 years ago

Hello @soldair , at the moment I am having issues to convert a json string into xml. It results in a string like this </></></> I have added you to my Gitlab Repo. This contains the example where it results in this output.

check the variable output_group.

Would be great to find a reason why it does this.

Thankyou and Best Regards

Kaliph