Hello,
Resolved the issue using this
<xsl:if test="position() != 1">
<fo:block break-before="page">
</fo:block>
</xsl:if>

directly under the 
<xsl:for-each select="record"> tag


Amick, Eric wrote:
> 
>> Hello Georg,
>> 
>> i purposely put break-after attribute because i wanted each and every
>> table
>> on a different page which works good but when it comes to the last
>> record it
>> adds a page break there too :-(.
>> is there a way i could resolve this.
> 
> Use break-before instead; that says to ensure every table starts on a new
> page. (Note that the first table will *not* have a break before it if it
> already starts the page.) Your break-after says to ensure a new page
> begins after every table.
> 
> Eric Amick   Systems Engineer II
> Legislative Computer Systems
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Page-Breaks-in-Table-tp25906883p25908953.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to