Re: [xsl] Sorting with partial string

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