Re: [xsl] break-after="page"

Subject: Re: [xsl] break-after="page"
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Feb 2004 14:43:00 GMT
presumably you don't want the break attribute on your lats table so
so something like
<xsl:for-each select=".....">
 <fo:table>
  <xsl:if test="position()!=last()">
  <xsl:attribute name="break-after">page</xsl:attribute>
   

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread