Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 22667 invoked by uid 500); 20 Aug 2001 09:28:13 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 22658 invoked from network); 20 Aug 2001 09:28:12 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: AntStructure needs an encoding attribute References: <00c601c12958$f8f76bf0$3f04a8c0@win.xtramind.dfki.de> From: Stefan Bodewig Date: 20 Aug 2001 11:28:20 +0200 In-Reply-To: "Ingmar Stein"'s message of "Mon, 20 Aug 2001 11:17:45 +0200" Message-ID: Lines: 13 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 On Mon, 20 Aug 2001, Ingmar Stein wrote: > the XML declaration in the output generated by the AntStructure task > should contain an encoding attribute as in > > Why? It (the 1.4beta version) will make sure it is writing the DTD in UTF8 which doesn't need an encoding attribute. Stefan