xsl-list
[Top] [All Lists]

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

2011-02-22 17:54:43
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.

Liam


-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/


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