Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 11894 invoked from network); 20 Nov 2009 13:09:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 13:09:53 -0000 Received: (qmail 36631 invoked by uid 500); 20 Nov 2009 13:09:53 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 36529 invoked by uid 500); 20 Nov 2009 13:09:52 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 36521 invoked by uid 99); 20 Nov 2009 13:09:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 13:09:52 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [84.14.33.41] (HELO mail.goojet.com) (84.14.33.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 13:09:50 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.goojet.com (Postfix) with ESMTP id 5356D1A00265 for ; Fri, 20 Nov 2009 14:04:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at goojet.com Received: from mail.goojet.com ([127.0.0.1]) by localhost (mail.goojet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rD7cPH1Lbz0j for ; Fri, 20 Nov 2009 14:04:25 +0100 (CET) Received: from poukram.local (unknown [10.0.0.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.goojet.com (Postfix) with ESMTPSA id 63EFE1A00402 for ; Fri, 20 Nov 2009 14:04:21 +0100 (CET) Message-ID: <4B0694FD.6070804@apache.org> Date: Fri, 20 Nov 2009 14:09:17 +0100 From: Sylvain Wallez User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Unbalanced tags not triggering endTransformingElement in Transformer References: <896EE9AD73266B45A3D9543759F6503A03A305C3@EVSSE01.eu.vishayint.com> <896EE9AD73266B45A3D9543759F6503A03A30C45@EVSSE01.eu.vishayint.com> In-Reply-To: <896EE9AD73266B45A3D9543759F6503A03A30C45@EVSSE01.eu.vishayint.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Lochschmied, Alexander wrote: > > It�s resolved. My elements didn�t have the right namespace. > > I still don�t understand why there is a difference between source > being a file VS other processing step though. > Maybe I'm stating the obvious, but from a SAX point of view there's no difference between "balanced" and "unbalanced" elements. An element with no children elements nor embedded text is just a startElement() immediately followed by an endElement() for the same tag. Sylvain -- Sylvain Wallez - http://bluxte.net