[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Finding node having maximum value for an attribute


Subject: [xsl] Finding node having maximum value for an attribute
From: Bagchi Ratul <bratul@xxxxxxxx>
Date: Fri, 31 May 2002 10:23:44 +0200

Hi,
I have a XML which has the following structure :
<Archives>
<Archive ID="1">
<somenode>somevalue</somenode>
<someothernode>someothervalue</someothernode>
</Archive>
<Archive ID="2">
<somenode>somevalue</somenode>
<someothernode>someothervalue</someothernode>
</Archive>
</Archives>

Now my question is, is it possible to wite a XPath query which will return
me the highest ID attribute if Archive node in the whole file???
 
Regards,
Ratul.





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords