> -----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:footnote will
probably do you no good, so there seems to be one option left:
Use an fo:static-content to retrieve the block content from a marker, and
make sure that marker only appears on the last page (after the last block in
the document).

Note: this _would_ mean that the after-region is reserved for the
static-content for *all* pages. To solve this, you would need to define a
conditional page-master for the last page, but FOP 0.20.5 doesn't implement
last() yet...


HTH!

Andreas


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

Reply via email to