Roland Lechner wrote:
I need to display a table 2 pages wide and n high.
O.k. the table height is no problem a FOP continues the table on
> the next page, but is there some kind of solution to make it 2 pages
> wide, without cutting (splitting) it "manually".

Technically, the table overflows the available box space.
Overflowing stuff could be clipped, drawn outside the box
if possible or may be handled in a "user agent specific"
manner, usually interpreted as scrolling. There doesn't
appear to be a provision to spill vertically overflowing
stuff onto the next page.

Basically, this means you have to resort to manually splitting
the table.

J.Pietschmann





Reply via email to