[EMAIL PROTECTED] wrote:
I am using xsltproc and fop 0.92b to generate pdf output from docbook
sources.
I am trying to customize my section titles by changing the
section.title.properties attribute-set in my customization layer.
The error message I receive from FOP is:
java.lang.IllegalStateException: Flow 'xsl-region-body' does not map to
the region-body in page-master 'blank'. FOP presently does not support
this.
Question: Do you get this same error message when you *aren't* trying
to customize the section titles? I don't know if this customization is
a red herring for your problem, because this error message is really
unrelated to what you are doing.
Also, do you actually have an fo:simple-page-master called 'blank'? Look
at the output FO document, before it is fed to FOP.
Main problem: If any of the fo:flows have a flow-name that map to
something other than xsl-region-body, or if any of the
fo:static-contents have a flow-name that map to xsl-region-body, then
this error message will occur. If this is occurring for you, fix your
XSLT customization layer so this doesn't happen.
Glen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]