RE: Page footer problem

2005-05-05 Thread Andreas L. Delmelle
> -Original Message- > From: Eric Chow [mailto:[EMAIL PROTECTED] > Hi, > I want to display a fo:block in the "xsl-region-after", but it is not > display in every page. It only need to display in the last page ! How > can do this ??? Well, if you really need it in the after-region, an fo:

Re: Page footer problem

2005-05-05 Thread Jeremias Maerki
Theoretically, you can use page-position="last" on a conditional-page-master. An example using the page-position attribute is here: http://xml.apache.org/fop/fo.html#fo-first-page The problem is that FOP doesn't support page-position="last". Here's a whole thread discussion possible work-arounds:

Re: Page footer problem

2005-05-05 Thread Miroslav Pukhalsky
Hi Eric! Eric Chow wrote: > > Hello, > > I want to display a fo:block in the "xsl-region-after", but it is not > display in every page. It only need to display in the last page ! How > can do this ??? > I think, you should do something like this