xsl-list
[Top] [All Lists]

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

2011-02-22 20:22:42
On Tue, Feb 22, 2011 at 6:54 PM, Liam R E Quin <liam(_at_)w3(_dot_)org> wrote:
On Tue, 2011-02-22 at 16:19 -0600, russurquhart1(_at_)verizon(_dot_)net 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.

--~------------------------------------------------------------------
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>
--~--