Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 10424 invoked from network); 15 Nov 2005 17:41:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Nov 2005 17:41:38 -0000 Received: (qmail 76703 invoked by uid 500); 15 Nov 2005 17:41:36 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 76663 invoked by uid 500); 15 Nov 2005 17:41:36 -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 76651 invoked by uid 99); 15 Nov 2005 17:41:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2005 09:41:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 15 Nov 2005 09:41:27 -0800 Received: (qmail invoked by alias); 15 Nov 2005 17:41:11 -0000 Received: from tmo-031-143.customers.d1-online.com (EHLO [80.187.31.143]) [80.187.31.143] by mail.gmx.net (mp018) with SMTP; 15 Nov 2005 18:41:11 +0100 X-Authenticated: #22961642 Message-ID: <437A1DCA.4050604@gmx.de> Date: Tue, 15 Nov 2005 18:41:30 +0100 From: Antoine Levy-Lambert User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: DO NOT REPLY [Bug 37348] - XSLT transformation doesn't work if I run ANT from directory with NON-ASCII chars References: <20051105031601.239095C2@ajax.apache.org> In-Reply-To: <20051105031601.239095C2@ajax.apache.org> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, concerning this issue, which is really that XSLT does not work when processing an XML document located in a non ascii path and referring to entities located in the same path, it looks a change in JAXPUtils.getSystemId(File) or in FileUtils.toURI() where we would percent encode all non ascii characters would fix the problem. I have asked the question on the xerces dev list whether philosophically SystemId s set in an XML Input source should encode their non ascii characters. see : http://www.mail-archive.com/j-dev%40xerces.apache.org/ http://www.mail-archive.com/j-dev%40xerces.apache.org/msg00396.html If we do change something in Ant, do we change FileUtils.toURI() or only JAXPUtils.getSystemId() ? Cheers, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org