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 : > > <!ENTITY % common-charents PUBLIC > > "-//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
