|
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
|
- I have problem with table. Eldho George
- Re: I have problem with table. J.Pietschmann
