|
Subject: Re: [xsl] Sorting with partial string From: "Paul Delange" <Paul.Delange@xxxxxxx> Date: Fri, 27 Jan 2006 17:01:43 -0500 |
Shouldn't - the string being searched for is 'no ' (with a blank), not 'no'
Tim Lebo
<timleboxslt@gmai To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
l.com> cc:
Subject: Re: [xsl] Sorting with partial string
01/27/2006 04:50
PM
Please respond to
xsl-list
Would this break with:
<list>
<cmd>pianoman</cmd>
<cmd>no pianoman</cmd>
</list>
i.e. the non-no component contains a substring "no"
-Tim Lebo
> Dimitre Novatchev wrote:
> > Use:
> >
> > <xsl:sort select=> >
"substring(.,1+3*boolean(substring-after(.,'no ')))"/>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Sorting with partial stri, Dimitre Novatchev | Thread | [xsl] Keying over added attributes , Tim Lebo |
| Re: [xsl] Sorting with partial stri, Tim Lebo | Date | [xsl] Selecting attribute from prev, Andrea Berman |
| Month |