Re: catalog entities

2004-01-20 Thread Jorg Heymans
Hi, I am running cocoon 2.0.4 and have some problems with entity resolving as well. 1) i copied the resources/entities in the cocoon webapp dir (was not there, or maybe i deleted it long time ago) 2) i have nothing referencing the entity resolver in cocoon.xconf so I added entity-resolver

Re: catalog entities

2004-01-20 Thread David Crossley
Jorg Heymans wrote: Hi, I am running cocoon 2.0.4 and have some problems with entity resolving as well. 1) i copied the resources/entities in the cocoon webapp dir (was not there, or maybe i deleted it long time ago) 2) i have nothing referencing the entity resolver in cocoon.xconf so

Re: catalog entities

2004-01-20 Thread Jorg Heymans
snapped Well you cannot go around deleting stuff and copying other stuff and then expect the poor thing to still work. True, this was actually about 10 months ago, where I got the 2.0.4 distro and had no clue what was core and what were examples i didn't need. There was a wiki entry back then

Re: catalog entities

2004-01-17 Thread David Crossley
Enrico wrote: I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( Are they for XHTML1? If so, then Cocoon already has these by default so you don't need to configure anything. If you see network trips

Re: catalog entities

2004-01-17 Thread David Crossley
Enrico wrote: Cocoon sees it at startup but still, goes over the network to fetch them Can you please explain how you know that Cocoon is making a network trip for the DTD? --David - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: catalog entities

2004-01-17 Thread toto
David Crossley wrote: Enrico wrote: I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( Are they for XHTML1? If so, then Cocoon already has these by default so you don't need to configure anything. If

Re: catalog entities

2004-01-16 Thread enrico . maccias
Hello, I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( However, I did configure the catalog (which includes all the necessary stuff for XHTML)! Cocoon sees it at startup but still, goes

Re: catalog entities

2004-01-16 Thread Joerg Heinicke
On 16.01.2004 11:14, [EMAIL PROTECTED] wrote: Hello, I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( However, I did configure the catalog (which includes all the necessary stuff for XHTML)! Cocoon

Re: catalog entities

2004-01-16 Thread enrico . maccias
How I would go on? First I would upgrade Xalan to 2.5.1 and Xerces to 2.5.0 (or you simply use latest Cocoon 2.0 from CVS). Next step is to have a look on the endorsed libs problem (when using Tomcat copy the x*.jar into common/endorsed). At the end next try ... Joerg Ok, thanks,

catalog entities

2004-01-15 Thread enrico . maccias
Hello, I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( However, I did configure the catalog (which includes all the necessary stuff for XHTML)! Cocoon sees it at startup but still, goes over the

Re: catalog entities

2004-01-15 Thread Joerg Heinicke
On 15.01.2004 18:01, [EMAIL PROTECTED] wrote: Hello, I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( However, I did configure the catalog (which includes all the necessary stuff for XHTML)! Cocoon