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

Why is your module better than others js to xml converters? #19

Closed christiaanwesterbeek closed 10 years ago

christiaanwesterbeek commented 10 years ago

I need to build a relatively simple XML document with some hierarchy and some attributes from a JS object. I stand now before choosing one of these modules: https://github.com/davidcalhoun/jstoxml https://github.com/soldair/node-jsontoxml https://github.com/QuickenLoans/node-easyxml https://github.com/michaelkourlas/node-js2xmlparser

Why should I pick this module instead of one of the others?

Disclaimer: I posted the same question as an issue on the other repositories too.

soldair commented 10 years ago

its pretty easy to use. i don't know if its better or worse that's a bit loaded. it produces valid xml and is old and stable. if you like it use it =)