views:

74

answers:

1

Hi,

I'm currently using couchdb to store documents as JSON. One of my clients needs to grab XML (for now). Anyone know any good javascript libraries that can take a javascript object (or json string) and export valid xml?

Thanks!

+2  A: 

json2xml.js: http://goessner.net/download/prj/jsonxml/

lod3n