|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Finding the highest node value
Say I have an XML fragment going like this:
=====================
<population unit="million">
<country>
<name>China</name>
<population>1273</population>
<continent key="2"/>
</country>
<!-- some more <country> -->
<country>
<name>India</name>
<population>1033</population>
<continent key="2"/>
</country>
</population>
=====================
What I would like to do is store in a <xsl:variable> the highest
<population> value?
How would one go around this?
Thanks,
Antoine
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








