From dev-return-21856-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Thu Dec 22 02:15:05 2005 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 17180 invoked from network); 22 Dec 2005 02:15:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 02:15:04 -0000 Received: (qmail 13131 invoked by uid 500); 22 Dec 2005 02:15:03 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 13079 invoked by uid 500); 22 Dec 2005 02:15:02 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 13067 invoked by uid 99); 22 Dec 2005 02:15:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 18:15:02 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 18:15:01 -0800 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id jBM2Edtd000327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 21 Dec 2005 20:14:39 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id jBM2Ed0T032715 for dev@forrest.apache.org; Wed, 21 Dec 2005 20:14:39 -0600 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Thu, 22 Dec 2005 13:14:21 +1100 From: David Crossley To: dev@forrest.apache.org Subject: Re: ListLocations plugin Message-ID: <20051222021421.GA28402@igg.indexgeo.com.au> References: <43A98945.2090005@Sun.COM> <43A9AA94.9050104@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A9AA94.9050104@apache.org> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ross Gardler wrote: > philippe perez wrote: > > > > Second step, it's an enhanchement I would like to get. Again with > >the same plugin, it would be perfect if > > it could support : > > > "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN" > > "common-charents-v10y.mod"> > > %common-charents; > > I added that support manually either in the locations-v10.dtd or > >locations-v11.dtd DTDs and it's working. Good. That is the beauty of the catalog entity resolver. > > Thanks in advance to have read my proposals. > > I see no problem with this, but can you please describe your use case > for this. It's be best in the form of a new issue with an attached > patch. This way we won't lose your work and can apply the patch assuming > there are no objections. I have done it in SVN trunk. The usecase is the need to use character entities like ™ or á Otherwise the way around it is to use entities like ™ instead. Thanks for the suggestion Philippe. -David