Table footers and headers

2002-11-12 Thread Nwilan Glirt
Can I define table-headers and table-footers that are only visualized when the table is segmented into several pages? If the table spans 3 pages, is the effect that I want that page 1 has a footer but no header, page 2 has both header and footer, and page 3 has header but no footer. If the

page-position=last, FOP vs XEP

2002-11-11 Thread Nwilan Glirt
It has come to my attention that page-position=last is not yet implemented in FOP. That is a big problem for the purpose I have. I tried with XEP (from RenderX) and it seems to work here. The problem with XEP is a) it does note support pcl output, which I need, and b) it is a

page-position=last vs. conditional blocks

2002-11-11 Thread Nwilan Glirt
Now that I discovered that page-position=last is not implemented in FOP, I am looking for alternative ways to produce first, middle and last specific pages. Is there any way to do some conditional stuff on blocks such as testing if we are currently writing the last page?