I went in and modified my transformation to cut my output to a more
manageable size for posting here.  When I cut my report from 31 columns to 3
columns, FOP did pagination.  The structure of the .fo files is the same,
just fewer columns per row. 

I checked my width layout... I'm rendering this report to a 11 inch x 17
inch paper.  The sum of the column widths and the right/left margin in 16.4
inches.  So, I don't think I'm exceeding a width boundry.  I could zip up
the two files and post them.

Thanks.

Mick

-----Original Message-----
From: Huisking, Michael [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:34 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Spanning a table over many pages


Thanks for your response.  I'm using the 0.19.0-CVS version of FOP.  My fo
file is really too big (about 750K) to post here...  Any specific things
that I can look for?

Thanks!

Mick
-----Original Message-----
From: Karen Lease [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Spanning a table over many pages


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]

---------------------------------------------------------------------
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