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


I think you want the 'contains' function instead of 'substring'. 

> -----Original Message-----
> From: Jean de Lavarene [mailto:breux@online.fr]
> Sent: Thursday, July 13, 2000 2:15 PM
> To: xsl-list@mulberrytech.com
> Subject: deal with a string in XSL
> 
> 
> Hello everybody,
> 
> I have a string like this : "p1|p3|p19|p45|" that
> I would like to parse in a XSL document (I don't
> any extensions working).
> 
> Let's say that this string is in a variable $P,
> how can I do something like this :
> 
> <xs:if test="substring($P,'p1')">
>     ...................
> 
> which means if "p1" is in the variable $P do
> something...
> 
> Any help would be really appreciated,
> 
> Jean
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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]