hi,
i have a positioned table on my page. that works like a charm and we have
created a lot of invoices in the past.
now i have a problem. the table is getting longer, or it can get longer and
there has to be a page break. but fop doesn't insert a page break. what can i
do?
here is my xslt:
<!-- invoice -->
<fo:block-container top="10.5cm" left="0cm" width="100%" height="950mm"
position="absolute">
<fo:table table-layout="fixed" width="100%" keep-with-previous="auto" >
<fo:table-column column-width="6cm"/>
<fo:table-column column-width="1.8cm"/>
<fo:table-column column-width="1.8cm"/>
<fo:table-column column-width="1.8cm"/>
<fo:table-column column-width="1.0cm"/>
<fo:table-header>
</fo:table-header>
<fo:table-body>
<!-- these sections can repeat several times -->
<xsl:call-template name="zwischenTitel">
<xsl:with-param name="titel">Ticket-Vorverkauf</xsl:with-param>
</xsl:call-template>
<xsl:call-template name="tickets">
<xsl:with-param name="tickets" select="tickets" />
<xsl:with-param name="sign">+</xsl:with-param>
</xsl:call-template></fo:table-body>
</fo:table>
</fo:block-container>
thanxs,
markus
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]