xsl-list
[Top] [All Lists]

Re: break-after="page"

2004-02-16 07:43:00

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



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