[xsl] Using xslt how can i find out a <tr> with greate3r number of td/t h?

Subject: [xsl] Using xslt how can i find out a <tr> with greate3r number of td/t h?
From: Eldho George <georgee@xxxxxxxxxxx>
Date: Fri, 17 Sep 2004 21:06:55 +0530
Hai all
 
Using xslt how can i find out a <tr> with greate3r number of td/th? is it
possible?
 
<tr>
<td></td>
<tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
 
Here I want tr[2].Each time the structure is different.I want to take the
<tr> with maximum number of <td>|<th>
 
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
**********************************************************************

Current Thread