Hi ,
I want to delibrately insert a page break before the start of a row in a table
which has
the "pagebreak" attribute set to "Y"
Can i use the Following Code to do the same??
<xsl:for-each select="./TableData/Row">
<fo:table-row inline-progression-dimension.minimum="1pt">
<!-- if there is a pagebreak attribute Specified as a part of the row
then page break"-->
<xsl:if test="./@pagebreak='Y'">
<xsl:attribute name="break-before">page</xsl:attribute>
</xsl:if>
.....
<fo:table-row/>
<xsl:for-each/>
Thanks for your help.
bala
-----------------------------------
Balajee Chandrasekaran
Software Engineer
Majesco Software Inc.
Phone: 91-22-5695 2222 Extn No 7911
------------------------------------
Motivation
We promise according to our hopes and perform according to our fears.
Francois De La Rochefoucauld, 1613-1680, French Classical Writer.
---------------------------------------
MASTEK
Investing in relationships
In the US, we're called MAJESCO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Opinions expressed in this e-mail are those of the individual and not that of
Mastek Limited, unless specifically indicated to that effect. Mastek Limited
does not accept any responsibility or liability for it. This e-mail and
attachments (if any) transmitted with it are confidential and/or privileged and
solely for the use of the intended person or entity to which it is addressed.
Any review, re-transmission, dissemination or other use of or taking of any
action in reliance upon this information by persons or entities other than the
intended recipient is prohibited. This e-mail and its attachments have been
scanned for the presence of computer viruses. It is the responsibility of the
recipient to run the virus check on e-mails and attachments before opening
them. If you have received this e-mail in error, kindly delete this e-mail from
all computers.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]