Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 49664 invoked by uid 500); 12 Jun 2001 13:55:37 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 49650 invoked from network); 12 Jun 2001 13:55:35 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: antstructure task References: <3B1FFC59.B2C78456@milagrosoft.com> <3B20F582.2E1A2994@milagrosoft.com> <3B24E8D1.A9491C9E@milagrosoft.com> <3B261D71.C4A6002@milagrosoft.com> From: Stefan Bodewig Date: 12 Jun 2001 15:55:34 +0200 In-Reply-To: Eric Richardson's message of "Tue, 12 Jun 2001 06:47:29 -0700" Message-ID: Lines: 9 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Eric Richardson wrote: > Do you mean that people would have a hard time extending a dtd for a > new task or that a ant build file does not conform to a DTD? The later. DTDs don't give you a vocabulary rich enough for what Ant does with XML (modulo the namespace hack that you've suggested). Stefan