Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 67411 invoked from network); 22 Sep 2004 17:13:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Sep 2004 17:13:14 -0000 Received: (qmail 74507 invoked by uid 500); 22 Sep 2004 17:13:10 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 74452 invoked by uid 500); 22 Sep 2004 17:13:09 -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 74421 invoked by uid 99); 22 Sep 2004 17:13:09 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 10:13:08 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CAAfx-0006iQ-00 for ; Wed, 22 Sep 2004 19:13:05 +0200 Received: from gate.wyona.com ([195.226.6.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2004 19:13:05 +0200 Received: from andreas by gate.wyona.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2004 19:13:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Andreas Hartmann Subject: Re: svn commit: rev 47047 - in cocoon/trunk/src: blocks/databases/java/org/apache/cocoon/transformation blocks/linkrewriter/java/org/apache/cocoon/transformation blocks/mail/java/org/apache/cocoon/mail/transformation blocks/portal/java/org/apache/cocoon/portal/coplets/basket blocks/portal/java/org/apache/cocoon/portal/transformation blocks/repository/java/org/apache/cocoon/transformation blocks/session-fw/java/org/apache/cocoon/webapps/session/transformation java/org/apache/cocoon/transformation Date: Wed, 22 Sep 2004 19:12:55 +0200 Lines: 20 Message-ID: References: <20040922122727.26118.qmail@minotaur.apache.org> <4151B14F.5070303@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: gate.wyona.com User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en In-Reply-To: <4151B14F.5070303@apache.org> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sylvain Wallez wrote: > Andreas Hartmann wrote: > [...] > Nono: what's explained here is that some parsers may not report the > qName if their namespace-prefixes property is false. The > ContentHandler.startElement() javadoc clearly states that the > namespaceURI *is never null* ! > > Passing null namespace URIs is a well known source or crashes for Xalan :-/ Great, thanks for the info! Does that mean that the empty string is not allowed as a namespace URI? -- Andreas