On Fri, Sep 4, 2009 at 2:45 AM, Nitin Borwankar<[email protected]> wrote: > Paul Davis wrote: >>> >>> If an xml document is imported into couchdb via built in e4x support in >>> spidermonkey then >>> >> >> I don't understand how you would import a document via e4x when that >> doesn't exist on the front side of CouchDB. >> >> Paul >> > > Ahh! stupid question. Misunderstanding of where e4x fits. > As I see it now - blindingly obvious (thanks Paul) - no XML api on the way > in. > > OK, so I will need to convert XML to JSON before saving to Couch and then > query via views to emit JSON > ( I don't want to emit XML anyway ). > > Thanks much, > And allow me to retreat back to the middle of the forest, > > Nitin >
You could eventually fit a doc with xml via _update I guess. - benoît
