You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "J.D. Williams" <jd...@austin.rr.com> on 2007/02/28 17:00:36 UTC

Catalog demo: File not found

The demo for sdocbook returns a "File Not Found" error. As per the
instructions on this page...

http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html

...I did the following:

--Downloaded sdocbook.dtd and placed it
at /usr/local/sgml/docbook/simple/sdocbook.dtd
--Created a catalog file at /usr/local/sgml/docbook/simple/sdocbook.cat
with a single entry:
------------------------------------------------------------------------
-- Catalog file (sdocbook.cat) for Simplified DocBook --
-- See www.oasis-open.org/docbook/ --

-- Driver file for the Simplified DocBook XML DTD --
PUBLIC "-//OASIS//DTD Simplified DocBook XML V4.1.2.5//EN"
       "sdocbook.dtd"

-- end of catalog file for Simplified DocBook --
-----------------------------------------------------------------------

--Added the parameter (local-catalog) to the WEB-INF/cocoon.xconf (using
the full pathname to the sdocbook.cat catalog) as follows...

<parameter name="local-catalog"
value="/usr/local/sgml/docbook/simple/sdocbook.cat"/>

Obviously, the instructions or I am missing something. I have searched
for a solution and found none. If someone could tell me the fix or point
me to it, I would appreciate it.

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org