Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
0.93
-
None
-
Operating System: Linux
Platform: PC
-
42600
Description
I am using FOP version 0.93. I try to create some hard page breaks in the FOP
output. If FOP creates a PDF document I can create page breaks, if the output
format is RTF I can not.
The simple code I am using in my XSL style sheet is:
<fo:block break-before='page'>
<xsl:apply-templates />
</fo:block>