Re: [xsl] fo:table question again

Subject: Re: [xsl] fo:table question again
From: Joerg Pietschmann <joerg.pietschmann@xxxxxx>
Date: Fri, 08 Feb 2002 10:02:08 +0100
"Khalid"<k_ali@xxxxxxxxxxxxxxx> wrote:
> 
> if the database has allots of data and this table spans more then one page
> then then
> remaining data should go to next page which must be numbered 2
> but if the data in here does not span more then 1 page ( infact might eve
> be one line of data) it still should go to next page and number it 2 or whichever
> in the sequence.

There is no way to have this kind of conditional page break
in FO directly. It may be possible to define some dynamic area
which blocks the space from the end of row 1 to the end of
the page on which row 1 starts, but i havn't found a solution
working with FOP for this.
If you are using FOP, you could try to implement an extension
element for your purpose, it shouldn't be all that hard.

J.Pietschmann

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread