Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 80120 invoked from network); 18 Mar 2010 09:58:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Mar 2010 09:58:04 -0000 Received: (qmail 50969 invoked by uid 500); 18 Mar 2010 09:58:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 50804 invoked by uid 500); 18 Mar 2010 09:58:03 -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 50796 invoked by uid 99); 18 Mar 2010 09:58:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Mar 2010 09:58:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebastiancohnen@googlemail.com designates 209.85.218.228 as permitted sender) Received: from [209.85.218.228] (HELO mail-bw0-f228.google.com) (209.85.218.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Mar 2010 09:57:55 +0000 Received: by bwz28 with SMTP id 28so1886964bwz.14 for ; Thu, 18 Mar 2010 02:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:reply-to :content-transfer-encoding:message-id:references:to:x-mailer; bh=wm0lf9PD89dB/oGS6/T53O185HpJmrBP6H6MfbKwj6I=; b=hktdQrVDnFYn2KZAjjjxh/fTMzsA/7nesFd51KsdlVZwvsBpiJ0j14BlyRJqg0l98W FmmR8oH5rVGRG03hV6ZSV6ddr9LKkF8ZZl/wsjem5r1MAz4o8rGYGb35Vf8YZbXj31bP T44PBeaknWDPiSue2lFNPofRfAKKJkgaytMeE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:reply-to :content-transfer-encoding:message-id:references:to:x-mailer; b=S6MwalAVVqfkZzpqBh3qUPJdPzxM90OpSHvIXc5kM3I2/U9MDbDnRDH7YSo4hLExUj cB9O8kAZcEFv3xk8tJUL7Wlmw/Dxn9h6OD1IiPIoLqXxgVZr3m5T9Khfajsb1i2h1C2+ D58ZK9wWItKGVEQA2qJ1VX3TaTXeLOr2ospG0= Received: by 10.204.5.130 with SMTP id 2mr1420260bkv.189.1268906254676; Thu, 18 Mar 2010 02:57:34 -0700 (PDT) Received: from [192.168.0.152] (xdsl-87-79-145-24.netcologne.de [87.79.145.24]) by mx.google.com with ESMTPS id l1sm34780429bkl.14.2010.03.18.02.57.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Mar 2010 02:57:34 -0700 (PDT) Subject: Re: uuids as xml? Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Sebastian Cohnen In-Reply-To: Date: Thu, 18 Mar 2010 10:57:32 +0100 Reply-To: user@couchdb.apache.org Content-Transfer-Encoding: 7bit Message-Id: <236D51D4-70FD-49BB-9010-8685921CA37E@googlemail.com> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org hey wolfgang, the answer is simple: you can't get UUIDs as XML :) On 18.03.2010, at 10:46, wolfgang haefelinger wrote: > Hi, > trying to get a uuid(s) back as XML. Acceptance header does not work, > neither "format": > > $ curl -H 'Accept:application/xml' http://localhost:5984/_uuids?format=xml > {"uuids":["d5158e7420eee5d987fcccde84795847"]} > > How would I do that? > > // Wolfgang.