xsl-list
[Top] [All Lists]

RE: Another days of the week sort

2004-01-20 21:20:30
xsl:sort select="string-length(substring-before(
'MON1TUE1WED1...THU2FRI2SAT2..,', dayCode))"

Michael Kay

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
allan(_dot_)mccluskey(_at_)centrelink(_dot_)gov(_dot_)au
Sent: 21 January 2004 00:17
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Another days of the week sort


G'day all,

I need to sort my output by days of the week. i.e. I have a 
element called 'dayCode' which can contain one of the 
following values: MON1, MON2, TUE1, TUE2, WED1, WED2, THU1, 
THU2, FRI1, FRI2 etc etc

I need the output to look like this:
Mon1, Tue1, Wed1, Thu1, Fri1, Sat1, Sun1, Mon2, Tue2, Wed2, 
Thu2, Fri2, Sat2, Sun2.

Is there a way to do this kind or sort??

Many thanks
Allan







Important:  This e-mail is intended for the use of the 
addressee and may contain information that is confidential, 
commercially valuable or subject to legal or parliamentary 
privilege.  If you are not the intended recipient you are 
notified that any review, re-transmission, disclosure, use or 
dissemination of this communication is strictly prohibited by 
several Commonwealth Acts of Parliament.  If you have 
received this communication in error please notify the sender 
immediately and delete all copies of this transmission 
together with any attachments.


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



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



<Prev in Thread] Current Thread [Next in Thread>