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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML Conversion results in </>

Kaliph opened this issue · comments

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