[xsl] Finding min and max

Subject: [xsl] Finding min and max
From: "john lee" <excel_man@xxxxxxxxxxx>
Date: Wed, 08 Sep 2004 20:19:28 +0000
Dear All,

I need help with finding min & max value in a nodeset based on the account type (I and R) AND minimum and maximum value in a nodeset (no matter what the account type is).
Anybody can help ?


The xml structure is like this:

<Trade>
<Record>
 <Account>R</Account>
 <High>1000</High>
</Record>
<Record>
 <Account>R</Account>
 <High>2000</High>
</Record>
<Record>
 <Account>I</Account>
 <High>5000</High>
</Record>
<Record>
 <Account>I</Account>
 <High>2000</High>
</Record>
</Trade>

Any help will be appreciated

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


Current Thread