xsl-list
[Top] [All Lists]

Re: The best way of getting the largest value

2003-05-02 13:49:53
See the "maximum" template from FXSL, or for simpler uses:

http://www.topxml.com/code/default.asp?p=3&id=v20030314165921


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL



"Kaine Varley" <kaine(_dot_)varley(_at_)getrealsystems(_dot_)com> wrote in 
message
news:D95333E1DFE4D511B30500065B39139B36ED82(_at_)GETREAL7(_dot_)(_dot_)(_dot_)
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



<Prev in Thread] Current Thread [Next in Thread>