RE: Spanning a table over many pages

2001-07-17 Thread Huisking, Michael

I grabbed the latest out of CVS today and built it.  FOPped everything just
fine.

Thanks for pointing me in the right direction.

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


OK, I'm attaching a zip file containing three .fo files.  They are all
generated from the same data (I manually modified the title of the report).
The file called threecol.fo is a three column report that generates 2
pages (correct).  The file called fourcol.fo is a four column report that
generates 2 pages but truncates some data.  The file called fivecol.fo is
a five column report that only generates 1 page, the whole 2nd page is
truncated.

I looked at them, but am not quite sure why the renderer treats them
differently.

Thanks again.

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]




Spanning a table over many pages

2001-07-16 Thread Huisking, Michael

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]




RE: Spanning a table over many pages

2001-07-16 Thread Huisking, Michael

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]




Re: Spanning a table over many pages

2001-07-16 Thread Huisking, Michael

OK, I'm attaching a zip file containing three .fo files.  They are all
generated from the same data (I manually modified the title of the report).
The file called threecol.fo is a three column report that generates 2
pages (correct).  The file called fourcol.fo is a four column report that
generates 2 pages but truncates some data.  The file called fivecol.fo is
a five column report that only generates 1 page, the whole 2nd page is
truncated.

I looked at them, but am not quite sure why the renderer treats them
differently.

Thanks again.

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]


 fofiles.ZIP

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