From bodewig@bost.de Thu Aug 3 07:00:28 2000 Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 32716 invoked from network); 3 Aug 2000 07:00:28 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 3 Aug 2000 07:00:28 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id JAA12375 for ; Thu, 3 Aug 2000 09:00:25 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id JAA01620; Thu, 3 Aug 2000 09:00:25 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: Utah References: <3988A9A2.FFC82452@home.com> From: Stefan Bodewig Date: 03 Aug 2000 09:00:25 +0200 In-Reply-To: Eugen Kuleshov's message of "Thu, 03 Aug 2000 00:07:14 +0100" Message-ID: Lines: 29 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "EK" == Eugen Kuleshov writes: EK> How this DTD inclusions can be processed by XML parsers (for EK> example in editor)? Is it a part of standart or what? Just take a look at Michel's page. You start your build.xml with a DOCTYPE like this and put the DTD fragment for your taskdefs where you can see ... To include this fragment from another file %mytask; If you don't have taskdefs, just make the first line of your build.xml read XEmacs psgml-mode will use the DTD - but the XML indentation is awful and I don't have the time to find out how to fix it. Stefan