ok.
Suppose i have a list in an xml file say bundles.
Every list has some data in it.
For example i have this:
<xsl:for-each select="./OFFER_BUNDLES">
<fo:block break-before="page">
<fo:table>
<fo:table-column/>
<fo:table-column/>
<fo:table-body>
<fo:table-row>
<fo:table-cell><fo:block font-size="12pt"><xsl:text>Bundle
Number</xsl:text></fo:block></fo:table-cell>
<fo:table-cell><fo:block font-size="10pt"><xsl:value-of
select="./BUNDLE/BUNDLE_SEQ"/></fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell><fo:block font-size="12pt"><xsl:text>Number of
Subscribers in Bundle</xsl:text></fo:block></fo:table-cell>
<fo:table-cell><fo:block font-size="10pt"><xsl:value-of
select="./BUNDLE/NO_OF_SUBSCRIBERS"/></fo:block></fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
For each bundle i want to write the Bundle Number and no of subscribers on a
new page.
But when i use <fo:block break-before="page"> i will have only one bundle on
a new page although in my xml file i have 3 bundle lists.
-----Original Message-----
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 12:54 PM
To: [EMAIL PROTECTED]
Subject: Re: empty pdf file
Rabih Yassine wrote:
> I have this in my xsl file:
>
> <xsl:for-each select="./OFFER_BUNDLES">
> <fo:block break-before="page">
> .....
>
> I guess this is breaking the loop.
What do you mean?
> Also, How can i name column names in a table?
Why?
--
Oleg Tkachenko
Multiconn Technologies, Israel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]