xsl-list
[Top] [All Lists]

Re: break-after="page"

2004-02-16 08:25:19
David Carlisle wrote:

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>
thx - that works perfectly.

by the way gratulation to your little baby ;)

--
Herwig Posedu

unycom Information Technology Services GmbH
Schmiedlstrasse 1/III
A-8042 Graz

Tel: ++43/316/818828-19
Fax: ++43/316/818828-38

herwig(_dot_)posedu(_at_)unycom(_dot_)com
www.unycom.com




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



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