Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 74612 invoked from network); 17 Oct 2005 07:09:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 07:09:43 -0000 Received: (qmail 62663 invoked by uid 500); 17 Oct 2005 07:09:35 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 62627 invoked by uid 500); 17 Oct 2005 07:09:34 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 62616 invoked by uid 99); 17 Oct 2005 07:09:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 00:09:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.72.192.252] (HELO mailgate02.web.de) (217.72.192.252) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 00:09:35 -0700 Received: from webexfe01.webde.local (webexfe01.webde.local [10.2.3.38]) by mailgate02.dlan.cinetic.de (Postfix) with ESMTP id CBE164481 for ; Mon, 17 Oct 2005 09:09:12 +0200 (CEST) Received: from [10.1.4.223] ([217.72.192.194]) by webexfe01.webde.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Oct 2005 09:09:51 +0200 Message-ID: <43534E18.3060900@webde.de> Date: Mon, 17 Oct 2005 09:09:12 +0200 From: Gisbert Amm User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: XSLT References: <20051017064519.24605.qmail@web32710.mail.mud.yahoo.com> <43534DBD.70608@webde.de> In-Reply-To: <43534DBD.70608@webde.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Oct 2005 07:09:51.0996 (UTC) FILETIME=[C4BE83C0:01C5D2E9] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry for the double post, I had problems with my mailclient or IMAP server or whatever. Gisbert Gisbert Amm wrote: > I guess in your xslt task you need a nested xmlcatalog element like so: > > > publicId="http://cobertura.sourceforge.net/xml/coverage-02.dtd" > location="/path/on/your/harddisk/coverage-02.dtd"/> > > > In your doctype declaration you probably have to replace "SYSTEM" by > "PUBLIC" (I'm not quite sure, if this is really necessary). > > See http://ant.apache.org/manual/CoreTypes/xmlcatalog.html for reference. > > Regards, > Gisbert Amm > > duvelbier-tsmets@yahoo.com wrote: >> I have an XML document generated which declares the following DOCTYPE : >> > "http://cobertura.sourceforge.net/xml/coverage-02.dtd"> >> >> The XSLT parser complains that it cannot connect to the site >> (consitent with the PROXY >> authentication requested). So the question is : >> How do I define the XML catalog in that case ... ? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org