Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 58903 invoked from network); 12 Sep 2005 11:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2005 11:40:42 -0000 Received: (qmail 67477 invoked by uid 500); 12 Sep 2005 11:40:40 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 67433 invoked by uid 500); 12 Sep 2005 11:40:40 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 67420 invoked by uid 99); 12 Sep 2005 11:40:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2005 04:40:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.17] (HELO gort.hpl.hp.com) (192.6.10.17) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2005 04:40:51 -0700 Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by gort.hpl.hp.com (8.12.10/8.12.10) with ESMTP id j8CBeF18003794 for ; Mon, 12 Sep 2005 12:40:16 +0100 (BST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j8CBdtv0013707 for ; Mon, 12 Sep 2005 12:39:55 +0100 (BST) Message-ID: <4325690B.7080709@apache.org> Date: Mon, 12 Sep 2005 12:39:55 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: task namespaces References: <200509121118.j8CBIXF02196@server1.ruminate.co.uk> In-Reply-To: <200509121118.j8CBIXF02196@server1.ruminate.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-HPL-MailScanner-Information: Please contact the Helpdesk for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.045, required 5, autolearn=not spam, ALL_TRUSTED -3.30, AWL 1.85, BAYES_00 -2.60) X-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N jfuller@ruminate.co.uk wrote: > Robert Koberg wrote .. > >>Peter Reilly wrote: >> >>>To allow easy use, the nested elements caused by java reflection on >>>objects are placed in two namespaces - the default ant namespace (antlib: >>>org.apache.tools.ant) >>>and the namespace of the object that holds the nested element. > > > > I wonder what this means re XML Namespace specification....its obviously not possible to declare 2 default namespaces via markup. > > also, without going through the spec explicitly I am unsure if an element can legally exist in 2 namespaces at once. > > this is one for xml-dev no doubt; > > as an aside, my build systems operate on and consume a wide variety of markup with many processors (Ant being one of them)... I tend to explicitly declare my default namespaces to ensure disambiguation. > > cheers, Jim Fuller I have a build process that patches xsd files to deal with different interpretations of the ##other namespace between xerces and .net. nobody understands namespaces consistently. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org