> -----Original Message-----
> From: graf alain [mailto:[EMAIL PROTECTED]
> I have a 3 pages document with header/footer.
> I can't undersand why the footer do not apear on the second page.
Hi,
Not sure, but it seems to be related to this part of your FO:
<fo:page-sequence-master master-name="HotProtocolA4Portrait">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="RestPage"
page-position="rest"/>
<fo:conditional-page-master-reference master-reference="RestPage"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
See, the second conditional-page-master has no page-position attribute, so
defaults to 'any'. As a bottom-line, I guess this means that the
static-contents appear only in the pages satisfying the 'any' condition,
whereas the 'rest' of the pages (not first and last --if you enlarge your
document to 4 pages, my guess is you will find the header and footer don't
appear on page 2 and 3) won't have a header/footer.
> Is that a FOP problem or do I have an error in my FO (see attachment).
Can't say for sure. Anyone to comment in on this?
Cheers,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]