xsl-list
[Top] [All Lists]

Different header on first page (xsl:fo)?

2004-04-07 05:49:43
Hello,

I really need to have a different fo:region-before for the first page,
but I have no idea how to do that, can I perhabs somehow access
the current page number?

like:

<xsl:if test='pagenumber=1'>
        <fo:block>Do this!</fo:block>
</xsl:if>
<xsl:if test='pagenumber!=1'>
        <fo:block>Do that!</fo:block>
</xsl:if>

thanks alot in advance!!



<Prev in Thread] Current Thread [Next in Thread>