RE: Table break-after/ break-before page add extra blank pages

2004-02-25 Thread Chanaka Amarasekara
Hi, I'm using FOP 0.20.5. I found out that if you do one of the following it will solve this problem, 1) to wrap the fo:table around a fo:block and put the page-break to that (Bug 7487) 2) enter the entry "force-page-count="no-force" to every fo:page-sequence. (http://xml.apache.org/fop/faq.html#b

Re: Table break-after/ break-before page add extra blank pages

2004-02-20 Thread John Austin
On Thu, 2004-02-19 at 17:45, J.Pietschmann wrote: > Chanaka Amarasekara wrote: > > I'm using the Apache FOP to create a PDF file. I'm having a problem in my > > XSL file, where when I add a break-after = page for a table it adds an > > extra blank page to the end and if I have a break-before = pag

Re: Table break-after/ break-before page add extra blank pages

2004-02-19 Thread J.Pietschmann
Chanaka Amarasekara wrote: I'm using the Apache FOP to create a PDF file. I'm having a problem in my XSL file, where when I add a break-after = page for a table it adds an extra blank page to the end and if I have a break-before = page it will add an extra blank page to the beginning. Is there a w

Table break-after/ break-before page add extra blank pages

2004-02-19 Thread Chanaka Amarasekara
Hi, I'm using the Apache FOP to create a PDF file. I'm having a problem in my XSL file, where when I add a break-after = page for a table it adds an extra blank page to the end and if I have a break-before = page it will add an extra blank page to the beginning. Is there a way to solve this probl