Hi.

My xsl-region-body is defined like this:

<fo:flow flow-name="xsl-region-body">
        <fo:table border-style="solid" border-width="0.5pt">
                <xsl:copy-of select="$ColumnWidths"/>
                <fo:table-body>
                        <xsl:apply-templates select="DATAPACKET"/>
                </fo:table-body>
        </fo:table>
</fo:flow>

The flow contains one table (about 93 rows in this case).  

When the 1st page of the flow fills with table rows, a new page isn't being
created -- when I run FOP only 1 page is created with all of the additional
rows just running off the bottom.  (This should produce a 3 page report -- 1
table spanning 3 pages)

 Do I need to specify pagination values for the table?   What am I doing
wrong?

Thanks in advance.

Mick Huisking


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

Reply via email to