[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Different header on first page (xsl:fo)?


Subject: [xsl] Different header on first page (xsl:fo)?
From: Simon Dotschuweit <s_dotschuweit@xxxxxx>
Date: Wed, 07 Apr 2004 14:49:43 +0200

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!!


Current Thread