xsl-list
[Top] [All Lists]

Re: [xsl] fn:contains multiple strings to compare with

2008-11-03 03:27:10
Basicly i want to have something that does this: 
contains('$d/ris:organ/text()', 'Hamburg' or 'Koblenz' or 'xxx'...) ===> 
Compare 1 String with multpile strings.


some $x in ('Hamburg', 'Koblenz', 'xxx') satisfies
contains($d/ris:organ/text(), $x)


cheers
-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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