hi Is it possible to use the page-number in xsl:if?? What i tried was to insert a blank page if the current page mod 2 = 0 because i had no other idea to start a new page-sequence on an odd page. <xsl:if test="fo:page-number mod 2 = 0"> <fo:block break-after="page"> <xsl:text>
</xsl:text> </fo:block> </xsl:if> I would appreciate any ideas. br ChristianReceived on Sunday, 4 December 2005 02:12:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 3 October 2007 16:06:13 GMT