Re: [xsl] test for several strings

Subject: Re: [xsl] test for several strings
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 23 Feb 2001 15:16:46 GMT
> Hello Tobias
> try contains(...)   |   contains(...)    |  contains(...)

No, don't try that as | is set union, and you want boolean or
so try
contains(...)   or   contains(...)    or  contains(...)

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread