Subject: RE: The best way of getting the largest value
From: "Craig Kattner" <CKattner@xxxxxxxxxxxxxx>
Date: Fri, 2 May 2003 08:58:51 -0500
|
http://www.exslt.org/math/functions/max/index.html
-----Original Message-----
From: Kaine Varley [mailto:kaine.varley@xxxxxxxxxxxxxxxxxx]
Sent: Friday, May 02, 2003 8:43 AM
To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
Subject: The best way of getting the largest value
Hi all,
I would be grateful if anyone is able to let me know the best way (XPath?
Recursive Template Call?) of retrieving the largest value from the <bar>
elements below, namely the value 65:
<foobars>
<foobar>
<foo>text1</foo>
<bar>35</bar>
</foobar>
<foobar>
<foo>text2</foo>
<bar>23</bar>
</foobar>
<foobar>
<foo>text3</foo>
<bar>65</bar>
</foobar>
<foobar>
<foo>text4</foo>
<bar>59</bar>
</foobar>
</foobars>
Regards,
Kaine
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|