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]

XSL month sorting


Hi,
I have an xml file which looks like

<eventlog>
  <event>
     <date>08 Apr 2002</date>
     <data>test1</data>
  </event>
  <event>
     <date>10 Mar 2002</date>
     <data>test3</data>
   </event>
  <event>
     <date>18 Jan 2002</date>
     <data>test2</data>
  </event>
</eventlog>

I want to sort on the date(with the month field in letters).
How do i write a xsl script to sort these events and get an output like

08 Apr 2002, test1
18 Jan 2002, test2
10 Mar 2002, test3

Thanks,Murali.

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


 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]