xsl-list
[Top] [All Lists]

[xsl] sorting strings question

2010-03-18 07:12:36

I have a concrete example:

When I have following strings ['BSS84/A2', 'BSS84/DG', 'BSS84'],

default sorting results in:

BSS84/A2 -> BSS84/DG -> BSS84

But the customer wants them sorted like

BSS84 -> BSS84/A2 -> BSS84/DG


What's the easiest way to accomplish this?  
Do I need to write a custom comparator function or can I use some <xsl:sort> 
shortcuts or is the only way to use collations?

Thx in advance,
Robby Pelssers

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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