Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 79238 invoked from network); 12 Sep 2005 12:44:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2005 12:44:22 -0000 Received: (qmail 24656 invoked by uid 500); 12 Sep 2005 12:44:20 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 24610 invoked by uid 500); 12 Sep 2005 12:44:20 -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 24597 invoked by uid 99); 12 Sep 2005 12:44:19 -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 05:44:19 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.20.13.113] (HELO server1.ruminate.co.uk) (69.20.13.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2005 05:44:29 -0700 Received: (from root@localhost) by server1.ruminate.co.uk (8.11.6/8.11.6) id j8CCiGr03219; Mon, 12 Sep 2005 08:44:16 -0400 Date: Mon, 12 Sep 2005 08:44:16 -0400 From: jfuller@ruminate.co.uk Message-Id: <200509121244.j8CCiGr03219@server1.ruminate.co.uk> Subject: Re: task namespaces To: "Ant Developers List" Cc: X-Originating-IP: 213.195.208.38 X-Mailer: Webmin 1.090 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1126529055" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --bound1126529055 Content-Type: text/plain Content-Transfer-Encoding: 7bit Steve Loughran wrote .. > I suppose there is nothing to stop us having a specific handler for > unknown XML elements in targets or in project, with the default handler > saying "this is unknown", but other configs handling it differently. > Maybe it could be per-namespace instead, so if you want to add an RDF > handler, that is your perogative. But we dont want to be a generic XML > thing like cocoon, for that is their job. I think at a minimum all that is needed is a new property or commandline switch which enables or disables strict Ant processing of xml markup e.g. allowing us to have rich xml documents with embedded Ant markup. I also like the the per namespace approach; I have a block of time later on this week to knock out the first step, will give it a go. cheers, Jim Fuller --bound1126529055 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org --bound1126529055--