Subject: Re: deal with a string in XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 Jul 2000 13:37:47 GMT
|
> how can I do something like this :
>
> <xs:if test="substring($P,'p1')">
> ...................
>
> which means if "p1" is in the variable $P do
> something...
see the string function section of the spec, the function is called
contains() but has the syntax that you guessed above. substring has a
different syntax and is for extracting substrings of a string.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|