Subject: XSL rule for sorting the elements in descending order and displaying the first element in sorted list
From: "Awasthi, Anand" <Anand_Awasthi@xxxxxxx>
Date: Wed, 14 Feb 2001 11:35:41 -0600
|
i have follwoing xml file :
i wanto to sort it in descending order and display the first element after
sorting ...
pls tell me how to write XSL for this ??
<JartaXmlReport>
<SessionStartupTime>111</SessionStartupTime>
<SessionStartupTime>22</SessionStartupTime>
<SessionStartupTime>1313</SessionStartupTime>
<SessionStartupTime>44</SessionStartupTime>
<SessionStartupTime>55</SessionStartupTime>
</JartaXmlReport>
tx
AA
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|