Return-Path: Delivered-To: apmail-xerces-j-dev-archive@www.apache.org Received: (qmail 69067 invoked from network); 1 Aug 2009 13:05:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Aug 2009 13:05:59 -0000 Received: (qmail 82771 invoked by uid 500); 1 Aug 2009 13:06:02 -0000 Delivered-To: apmail-xerces-j-dev-archive@xerces.apache.org Received: (qmail 82718 invoked by uid 500); 1 Aug 2009 13:06:02 -0000 Mailing-List: contact j-dev-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: j-dev@xerces.apache.org Delivered-To: mailing list j-dev@xerces.apache.org Received: (qmail 82710 invoked by uid 99); 1 Aug 2009 13:06:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 13:06:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rakkie@gmail.com designates 209.85.222.190 as permitted sender) Received: from [209.85.222.190] (HELO mail-pz0-f190.google.com) (209.85.222.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 13:05:54 +0000 Received: by pzk28 with SMTP id 28so1904337pzk.11 for ; Sat, 01 Aug 2009 06:05:34 -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=Ga6okSjEF3H1VfpSs0i352OlLa2uKrJN+VtszP4vwLs=; b=SO7g/3HSs/THiKnCpVDbgOZEItl3KKSxrIRI78y6W/YVjoLRjHV5awTnjm35ZHF5dX P0z86d0anA37VrD3MhOFtiX0seDHdVbEXO2tpYY34taX6HhbJJ4Fey2Fn3yjR9ujdP0m hz1Jpql0jdYt1f4u63BwqClySaTl07EvIVHRQ= 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=smuCK1JQvKsYraJpeTpK/F93UfeJ/OeXCwq5JdaxsOb/GsXes8vatE+kGV+WdqiX5M 7IN/01VsYA6dxHOePJSrwDp69AD0W3lkYsXEWOxIOHc7aUhuCi//LDLlqPefFWQL8VFD fA10EipTO/IXfaerZN13uQouBWmyqz0Ec8zic= MIME-Version: 1.0 Received: by 10.142.179.2 with SMTP id b2mr278646wff.276.1249131934267; Sat, 01 Aug 2009 06:05:34 -0700 (PDT) In-Reply-To: References: <36dd155c0907172028l34dbd2besb1d107af9b2d5ded@mail.gmail.com> Date: Sat, 1 Aug 2009 23:05:34 +1000 Message-ID: <36dd155c0908010605m48b9ab32ha2e430a101d92c00@mail.gmail.com> Subject: Re: GSoC Update From: Richard Kelly To: j-dev@xerces.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi again, First of all, apologies for the late update, my new semester has started here and it's been quite busy. However I've still been working away on my code and I think the functionality is mostly complete at this stage, but I still have some bugs to fix and a lot of testing to do. I have a few more questions: I've added some code to normalize() functions in various Node subclasses. Do I need to generate a new serialization version for these classes (I didn't change any data members)? If so, how do i do that? Another question I had that I want to find out the name of the element currently being processed. Is there a generic way to get this information from within the pipeline or do I need to keep track of the current element within my component? Thanks, Richard --------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org For additional commands, e-mail: j-dev-help@xerces.apache.org