Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 29341 invoked from network); 11 Jun 2009 18:41:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jun 2009 18:41:23 -0000 Received: (qmail 63276 invoked by uid 500); 11 Jun 2009 18:41:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 63208 invoked by uid 500); 11 Jun 2009 18:41:33 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 63198 invoked by uid 99); 11 Jun 2009 18:41:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 18:41:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 74.125.46.28 as permitted sender) Received: from [74.125.46.28] (HELO yw-out-2324.google.com) (74.125.46.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 18:41:22 +0000 Received: by yw-out-2324.google.com with SMTP id 2so938468ywt.5 for ; Thu, 11 Jun 2009 11:41:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=1wVEvSQePGVmYg4D2LR75vJOiCSa3KQeFFRxACNbdM4=; b=cgmM3gNJqmGvKbwgn4VHLukwnuJJZJV6YkVKnszyytbN4+nDnF3PmHj+GszPTcv0/g UZ4RNFQaImM0VBAenOI8vC5fxtltxlqVM/B3jg3vTYkNn+eNRw9mL8qpScNOILbEjJGr 9uTVdXeqpLZO12rxo08Y0UZqkEj/k4EhN40Bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=HGInyJTaZ/3a5t9dxvfbxuVyliHmsJgee9BA75+Vxnp2zwpk955/yqeNfsE90XdkXx qnB4c7eSWjs5PdytX31lt8zG4VnXXk9/F1XO2pxEfoje0cyDSUJ7Y1Jgk2vjmu3dxWCd djnxM4Z6/j/2m0bHK8J5ozvGsHMEFjgpCD6MM= MIME-Version: 1.0 Received: by 10.100.6.16 with SMTP id 16mr3365761anf.52.1244745659680; Thu, 11 Jun 2009 11:40:59 -0700 (PDT) In-Reply-To: <1244645811.6355.11.camel@prakti> References: <1244645811.6355.11.camel@prakti> Date: Thu, 11 Jun 2009 14:40:59 -0400 Message-ID: Subject: Re: Enabling E4X Support From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 10, 2009 at 10:56 AM, Robert Felten wrote: > Hi all, > i want to use couchdb for storing XML documents. > i saw on > http://www.cmlenz.net/archives/2008/03/couchdb-xml-and-e4x > there is a support for xml in couchdb via SpiderMonkey. > > In the couchdb-wiki is a support-page for the installation of > SpiderMonkey: http://wiki.apache.org/couchdb/Installing_SpiderMonkey > > But i didnt found any information for the enabling the E4X support in > couchdb. > > If you provide any information, it would make me happy :) > Thanks in advance! > > Greets, > > R. Felten > > E4X should be enabled by default. Paul Davis