Hi Michael,

Normally this should work. Which version of FOP are you using? There is
a bug fix in CVS for a problem which sometimes caused tables to
overestimate the space left on the page. If it's possible for you, you
may want to try using the latest CVS version of FOP. Or post the FO file
which is being created by your XML and XSL so that I can check it out.

HTH,
Karen Lease

"Huisking, Michael" wrote:
> 
> 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]

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

Reply via email to