[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Unusual Sort

Subject: RE: Unusual Sort
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Wed, 13 Apr 2005 18:12:49 +0000
xsl sort date
David, *I* didn't ask the question, but nice, especially because the XSL is simply a concretization of a way of approaching a problem.

I'm reminded of a problem presented to Ken Thompson (the UNIX guy): find which words in a list are anagrams of one another. His solution was beautifully elegant, especially for its simplicity. It consisted of the following:

--for each word, generate a "key"--which is simply a word consisting of the original word's characters sorted. Eg. for word "apple", the key is "aelpp"
--sort list based on key
--extract groups of keys; their corresponding words are anagrams of one another


And this is succintly expressed as an UNIX pipeline.

Anyway, your <xsl:sort select="translate('FSJ','ABC',grade)"/> gives me a similar feeling!

:-)

--A


From: "Williamson, Chris" <cwilliamson@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  Unusual Sort
Date: Wed, 13 Apr 2005 10:33:42 -0400

I was wondering if there is any way to sort elements other than just the
regular alphabetical order.  For example,  If you wanted to sort grade
levels (Freshman, Sophmore, Junior, etc)  so that they are displayed in the
correct order and not the alphabetical order (Freshman, Graduate, Junior,
Senior, Sophmore). This is an optional piece of my application so if It
can't be done fairly easily I will probably not worry about creating the
functionality of the sort on page..in other words if it's a huge deal don't
worry about going to the trouble of creating the sort.. Just let me know.

Thanks

Chris



From: David Carlisle <davidc@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Unusual Sort
Date: Wed, 13 Apr 2005 15:42:39 +0100

<xsl:sort select="translate('FSJ','ABC',grade)"/>

David

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.