Rabih Yassine wrote:
Ok. Thanks it works now.
I have another question now.
If i have a list in the xml file. For example a list of bundles. And every
bundle should be in a new page.
How can i do that? They should be created dynamically.

<xsl:template match="bundle"> <fo:block break-before="page"> ... </fo:block> </xsl:template> This will force page break before each of these fo:block objects. Alternatively use break-after="page". -- Oleg Tkachenko Multiconn Technologies, Israel


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to