RE: [xsl] test for several strings

Subject: RE: [xsl] test for several strings
From: Edmund Mitchell <EMitchell@xxxxxxx>
Date: Fri, 23 Feb 2001 07:04:31 -0800
Hello Tobias

try contains(...)   |   contains(...)    |  contains(...)

Hope that helps

Edmund

-----Original Message-----
From: Tobias Reif [mailto:tobiasreif@xxxxxxxxx]
Sent: Friday, February 23, 2001 10:01 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] test for several strings


Hi;

it may be obvious, but I can't find out how to check
for several strings with one expression:

the following works as test for 'Required'
test="contains(parent::para/@title,'Required')">

; how to test for 'Required', 'Default', and 'Implied'
?

Thanks,
Tobi

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices!
http://auctions.yahoo.com/

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

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


Current Thread