This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Maximum number of cells


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@usa.xerox.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]