Mark R. Diggory wrote: > That was the issue, I commented out the dtd entry and it loaded the xml > properly.
Ah, glad that we found the solution. Cocoon uses a full declaration with a PublicId and it works beautifully with the CVS resolver. We need to add that and other changes to the release-notes document. --David > -thanks again, > Mark > > David Crossley wrote: > > > Mark R. Diggory wrote: > > > >>I'm hoping someone might be able to identify why this failure is > >>occuring when I'm parsing my catalog.xml file, it seems to be trying to > >>parse it as a text file... > >> > >>I've also included the catalog at the bottom of the page. Thanks for any > >>pointers. > > > > > > I have the same observation. However you are calling it, it seems to > > try to load it as the older format (TR9401). Both types should work. > > They do for us. > > > > I wonder if it is your document type declaration. Can the parser find > > that hard-coded DTD? The cvs version of resolver has its own inbuilt > > knowledge of the "catalog" DTD to avoid a Catch-22. > > > > --David