Eldho George wrote:
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>

This will create too much table column declarations. Try harder.

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

This is a difficult problem. Solutions have been posted to the XSL list, check also the XSL FAQ, perhaps http://www.dpawson.co.uk/xsl/sect2/N7450.html#d9332e574

Please ask XSLT questions on the XSL list.

J.Pietschmann

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



Reply via email to