Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 19846 invoked from network); 18 Oct 2006 20:49:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 20:49:32 -0000 Received: (qmail 7267 invoked by uid 500); 18 Oct 2006 20:49:32 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 7217 invoked by uid 500); 18 Oct 2006 20:49:31 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 7208 invoked by uid 99); 18 Oct 2006 20:49:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 13:49:31 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 13:49:30 -0700 Received: by ug-out-1314.google.com with SMTP id y2so362001uge for ; Wed, 18 Oct 2006 13:49:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dTsn/fy7NwG7c+U4Q2cr0AJzEyu8dSTKalCcTk2w8aV0rMMS4kkzDrRXTR+TFFssDmu+OX3aueHne+IPqsjVm0V9qmggErLAOG583l3Mt+ST8ISy2mR2MjJ96RaKIVkE7SVXNIOUmLIk3Zqov+B3zTJWTRMx1Z8Q7FIXdfwDqWE= Received: by 10.78.178.5 with SMTP id a5mr10635457huf; Wed, 18 Oct 2006 13:49:08 -0700 (PDT) Received: by 10.78.105.9 with HTTP; Wed, 18 Oct 2006 13:49:08 -0700 (PDT) Message-ID: <7edfeeef0610181349k50f0e0efs67ec23257bced683@mail.gmail.com> Date: Wed, 18 Oct 2006 13:49:08 -0700 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: Axiom In-Reply-To: <45367A2D.9010402@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4535A45F.2060509@gmail.com> <7edfeeef0610181122i60f16fa0o686cae207068da30@mail.gmail.com> <45367A2D.9010402@gmail.com> X-Google-Sender-Auth: 6242500c80451f2b X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/18/06, James M Snell wrote: > Oh, speaking of this part, I don't believe this is even possible with > StAX by itself. Yeah, I'm not sure you can do it without a Sax style parser and some gymnastics. -garrett