xsl-list
[Top] [All Lists]

[xsl] Find a value in a variable

2006-12-07 11:22:56
Hi,
how can I determine if a value is contained in a another variable value?

example:

$a = "a,b,c,d"
$b = "b,c"

this statement seems not working:
 <xsl:if test="not(contains($a, $b))">

Could you please help?

Thanks
Carlos


------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada07dic06



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

<Prev in Thread] Current Thread [Next in Thread>