|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Sorting by days of the week
Hello, I am a newbee myself, but perhaps something like this?
If you have a variable called DaysOfWeek containing the following nodeset: <Week> <Day>MON</Day> <Day>TUE</Day> <Day>WEN</Day> <Day>THU</Day> <Day>FRI</Day> <!-- perhaps also one for SAT and SUN --> </Week> If it is possible to sort like the following....? <xsl:sort select="pos($DaysOfWeek/Day[.=substring(dayCode,3)]" type="number"/> <xsl:sort select="substring(daycode,4,1)" type="number"/> I am not very good at xpath, so the syntax in the predicative is probably wrond, and I do not know if this kind of sort is even possible - what is meant is that the sort - instead of sorting over dayCode - should sort over the dayCode's position in the variable (the position of the Day element that have the same value as the dayCode). So this is as much a question from me as a try for a solution. Regards, and merry christmas, Ragulf Pickaxe :) From: allan.mccluskey@xxxxxxxxxxxxxxxxx Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx Subject: Sorting by days of the week Date: Tue, 23 Dec 2003 13:49:24 +1100 _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail 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








