Hello,
Given the following XML:
<table>
<row>
<cell>...</cell>
</row>
<row>
<cell>...</cell>
<cell>...</cell>
<cell>...</cell>
</row>
<row>
<cell>...</cell>
<cell>...</cell>
</row>
</table>
I need to compare the number of cells in each row element and get the count
of cell elements in the row that has the most (3 in this case). Does anyone
have any ideas? Any help would be greatly appreciated.
Mark Dudley
Xerox Corp.
mark.dudley@xxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|