[xsl] Maximum number of cells

Subject: [xsl] Maximum number of cells
From: "Dudley, Mark" <Mark.Dudley@xxxxxxxxxxxxx>
Date: Wed, 20 Dec 2000 16:30:53 -0500
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


Current Thread