Re: [xsl] Sorting on a transformed string?

Subject: Re: [xsl] Sorting on a transformed string?
From: Mitch Amiano <mitch.amiano@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 27 Oct 2002 01:00:46 -0400
If you are willing to use an extension function, you can parse the name into a node set. For instance, Saxon has the "tokenize()" function. EXSLT provides something similar. Once you have a node set, you pick off the last node and sort on that.


Scott Bronson wrote:


Hello.  A sort problem is stumping me right now.  I've got the following
nodes:







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





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



Current Thread