Hai all

I have problem with table.For building table column i am using the following style.

 

<xsl:for-each select="tr/th|tr/td|thead/tr/th|thead/tr/td">

            <fo:table-column/>                                            

</xsl:for-each> 

 

It will work properly if all the <tr> contain same number of td/th.

I want to work with different table structure

 

Suppose the first <tr> contain 2 <td> and second contain 4 <td>,its showing overflow.

Suppose i can find out the <tr> with maximum number of <th> or <td> i can specify that <tr>

in above xsl.

 

How can i solve this problem.Please help me

 

Thanks in advance



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Reply via email to