[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Attribute of greatest value from a node set
Subject: [xsl] Attribute of greatest value from a node set
From: Steve <subsume@xxxxxxxxx>
Date: Fri, 28 Sep 2007 13:21:25 -0400
|
<answers>
<option p="1">Daily</option>
<option p="2">Weekly</option>
<option p="3">Monthly</option>
<option p="4">Seldom</option>
<option p="5">Never</option>
</answers>
desired output:
5
There's a million ways to skin this cat. What would be yours?
|