This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Finding node having maximum value for an attribute


<xsl:template match="Archives">
   <xsl:value-of select="Archive[not(@ID &lt; 
preceding-sibling::Archive/@ID)]/@ID"/>
</xsl:template>

Joerg

Bagchi Ratul wrote:
> 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.


-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]