Hi,
I use Docbook DTD 4.1 and the stylesheets for xsl from Norman Walsh.
You need to do:
declare the Public Identifier in CatalogManger.properties
catalogs=C:/web/tomcat/webapps/cocoon/stylesheets/docbookxml/docbook.cat
Use the Public Identifier in your xml file:
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"
Edit the sitemap.xml:
<map:match pattern="ess.html">
<map:generate src="docs/samples/ess/ess.xml"/>
<map:transform src="stylesheets/docbook/html/docbook.xsl"/>
<map:serialize type="html"/>
</map:match>
you can also edit the samples.xml:
<sample name="ess" href="ess.html">
should start ess xml conversion
</sample>
Copy your xml files to docs/samples/ess/ess.xml
and the xsl stylesheets to stylesheets/docbook/html...
So it should work now, otherwise see the log files for errors.
The same works with fo and pdf creation, then you need the fo directory from
the stylesheets.
cu
erik
-----Original Message-----
From: Derek Hohls [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 7:48 AM
To: [EMAIL PROTECTED]
Subject: DOCBOOK and Cocoon2 - Example needed!
Does anyone have a quickstart guide to using DocBook stylesheets under
Cocoon 2,
perhaps with a 'tried and tested' example?
I have a previous application which worked under Cocoon 1.8 and now
does not
under C2, and I am trying to see where it is failing. Having something
that is working
would be a good basis for comparison :-)
Thanks
Derek
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>