David Carlisle wrote:
> <xsl:sort select="concat(substring-after(.,'no '),.)"/>
>
Wow!
It's ugly, but it works!
Took me some time to understand, here's the result string that is sorted:
<cmd>abacus</cmd> -> abacus
<cmd>no abacus</cmd> -> abacusno abacus
...
Thank you David! You're a magician!
--
============== +----------------------------------------------+
Martin Gadbois | "Windows might take you from 0 to 60 faster, |
S/W Developer | but to go to 100 you need Unix." |
Colubris Networks Inc. +----------------------------------------------+
|