Re: Need help w/ entity resolution

2006-03-06 Thread Mark Lundquist
I'm using Saxon, but I made a little test in a default Cocoon build and I can see that it happens using Xalan as well. The actual FileNotFound exception is thrown out of Xerces. For the catalog to work when in the top level stylesheet but be broken in an imported stylesheet, there must

Re: Need help w/ entity resolution

2006-03-03 Thread Mark Lundquist
On Feb 23, 2006, at 12:30 AM, Josep A. Frau wrote: You can use the entity catalog to map public DTD entities to file system files. http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html Well, that's just the thing... I know how to use the entity catalog, and in fact it works fine — as

Re: Need help w/ entity resolution

2006-02-23 Thread Josep A. Frau
You can use the entity catalog to map public DTD entities to file system files. http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html En/na Mark Lundquist ha escrit: Hi, I have this in some XSLT stylesheets: !DOCTYPE html [ !ENTITY % HTMLlat1 PUBLIC

Need help w/ entity resolution

2006-02-22 Thread Mark Lundquist
Hi, I have this in some XSLT stylesheets: !DOCTYPE html [ !ENTITY % HTMLlat1 PUBLIC -//W3C//ENTITIES Latin 1 for XHTML//EN w3c/xhtml-lat1.ent %HTMLlat1; !ENTITY % HTMLspecial