>>>>I also need to do this with a fixed height table like the example >You've put the table in an absolute positioned >block container. AFAIK such elements do not flow >onto the next page. >Is this an odd generator or how did you get that >much absolute positioning and sizing?
This was taken directly from docs/examples/fo/border.fo with more rows added. >XSLFO is better in handling stuff where the content drives the layout. I would be quite happy to accept a variable length table as long as it wraps to the next page OK. Should the table be the only thing in the <fo:flow flow-name="xsl-region-body"> and the fixed details be put into the <fo:static-content flow-name="xsl-region-before"> & <fo:static-content flow-name="xsl-region-after"> header/footer perhaps? Regards, Roland
