Hi Helmut, Helmut Denk wrote: > when i try to transform a docbook5-compatible xml > to pdf using the fop-trunk i get the following error: > > > javax.xml.transform.TransformerException: > java.lang.UnsupportedOperationException: > Flow "xsl-region-body" does not map to the region-body in page-master > "blank". > FOP presently does not support this. (No context info available) > > > i have no idea, what the error means and how i can overcome > it. > > someone who can give me a clue ?
This is a known limitation of FOP. If you are using the official DocBook XSLT stylesheets you have a fop1.extensions parameter that if enabled should address that problem (in addition to using/addressing other FOP-specific features/limitations). http://docbook.sourceforge.net/release/xsl/current/doc/fo/fop1.extensions.html > thanks and have a nice day HTH, Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
