This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: deal with a string in XSL



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]