You've got a problem there: FOP doesn't support page-position="last".
This is tricky to implement and hasn't been done, yet. You will need to
find another way to get what you want.

If it's only about the frame around your content you may want to try an
absolutely positioned block-container to paint the frame. I've done
something similar with SVG last year.

Good luck.

On 28.03.2003 10:06:19 Bargel, Britta wrote:
> I want to have a document where the first page and the middle pages have no
> static-content at the foot, only the last page should have one.
> 
> I have got a XML-file with data which will fit on three pages. The first one
> is ok, but the second one has a footer like the last.
> 
> Anyone can help me?

<snip/>

>               <fo:conditional-page-master-reference
> master-reference="lastPage" page-position="last"/>

<snip/>

> I need to work with the static-content because of a frame around the
> contents of the body. If I work with footnote and the contents of the
> footnote is smaller than 35mm I get an space between the frame around the
> body content and the frame around the foot content.


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to