Subject: Re: Is there equivalence of max(node-set) of XForm in XSLT 1.0
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Mon, 27 Dec 2004 00:39:56 -0800 (PST)
|
Please see -
http://www.dpawson.co.uk/xsl/sect2/N5121.html#d6079e265
Regards,
Mukul
--- "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx> wrote:
> 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!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
|