xsl-list
[Top] [All Lists]

Is there equivalence of max(node-set) of XForm in XSLT 1.0

2004-12-27 00:56:08
I need max of value of following xml
<?xml version="1.0"?>
<values>
<value>10</value>
<value>20</value>
<value>0</value>
</values>

In my case, I should get 20. In XForm I can use
max(/values/value). So is there any equivalence
function in XSLT1.0

regards,
Ranjan


                
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page ? Try My Yahoo!
http://my.yahoo.com 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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