Don't use the docbook.xsl directly but a mydocbook.xsl importing the docbook.xsl. Add a
<xsl:param name="fop.extensions" select="'1'"/>
to it. Another possibility is to add a
<map:parameter name="fop.extensions" value="1"/>
to the sitemap's
<map:transform src="docbook.xsl"/>, but I don't like for the case you want to set more params.


Joerg

On 03.01.2004 23:37, Stephan Coboos wrote:

Hello,

I'm using the stylesheets from Norman Walsh to transform a docbook-xml to pdf, but it doesnt work. Every time I tried to transform the doc, I got a error message but I don't know how to resolve this problem:

org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: org.apache.fop.apps.FOPException: Flow 'xsl-region-body' does not map to the region-body in page-master 'blank'

On a message board (http://sources.redhat.com/ml/docbook-apps/2003-q4/msg00720.html), I have read, that the FOP needs the parameter :
--stringparam fop.extensions 1


But where to set this in cocoon?

Thank you.

Best regards
Stephan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to