Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 656 invoked from network); 23 Sep 2003 22:55:57 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Sep 2003 22:55:57 -0000 Received: (qmail 8428 invoked by uid 500); 23 Sep 2003 22:55:39 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 8194 invoked by uid 500); 23 Sep 2003 22:55:38 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 8177 invoked from network); 23 Sep 2003 22:55:37 -0000 Received: from unknown (HELO sati.virbus.de) (145.253.246.81) by daedalus.apache.org with SMTP; 23 Sep 2003 22:55:37 -0000 Received: from sati.virbus.de (localhost [127.0.0.1]) by localhost (SMTP Server) with ESMTP id 96F23166A9B for ; Wed, 24 Sep 2003 00:55:44 +0200 (MEST) Received: from virbus.de (a183069.studnetz.uni-leipzig.de [139.18.183.69]) by sati.virbus.de (SMTP Server) with ESMTP id 42E96166A98 for ; Wed, 24 Sep 2003 00:55:44 +0200 (MEST) Message-ID: <3F70CF5C.5040800@virbus.de> Date: Wed, 24 Sep 2003 00:55:24 +0200 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: de-de, de, en-gb, en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java References: <20030923203909.37559.qmail@minotaur.apache.org> <3F70CE4F.7060509@verizon.net> In-Reply-To: <3F70CE4F.7060509@verizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N http://www.saxproject.org/?selected=namespaces "In addition to those events [correctly used startElement() and endElement], SAX2 reports the scope of Namespace declarations using the startPrefixMapping and endPrefixMapping methods, so that applications can resolve prefixes in attribute values or character data if necessary." => Prefix mappings are not really needed. And it works too :-) Joerg Vadim Gritsenko wrote: > joerg@apache.org wrote: > >> joerg 2003/09/23 13:39:09 >> >> Modified: src/java/org/apache/cocoon/generation RequestGenerator.java >> Log: >> no need for prefix mapping => removed >> >> > > Why there is no need? AFAIU, it *must* be there, before very first > start() call. What do I miss? > > Vadim