Re: Re: [xsl] Thought i knew this but i guess not

Subject: Re: Re: [xsl] Thought i knew this but i guess not
From: Chris Maloney <voldrani@xxxxxxxxx>
Date: Tue, 22 Feb 2011 21:22:29 -0500
On Tue, Feb 22, 2011 at 6:54 PM, Liam R E Quin <liam@xxxxxx> wrote:
> On Tue, 2011-02-22 at 16:19 -0600, russurquhart1@xxxxxxxxxxx wrote:
>> I used contains because filter could have the value
>> filter="filter1,filter10,filter2" and i thought having a
>> @filter='filter1' would fail for the previous string. If that is not
>> the case, i'll change it, but i thought i tried that one time and it
>> didn't work.
>
> You want contains(concat(",", @filter, ","), ",filter1,") probably.

Sorry to be kind of didactic here, but it won't work -- if you look at
the example he gave earlier:

>
> The filter value can be of a form filter="filter1,filter10, filter17, filter23" something like that, so i need to do a little more testing.
>

he's got spaces and commas, at random -- it's a mess.

Current Thread