Subject: RE: deal with a string in XSL
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Thu, 13 Jul 2000 14:34:24 +0200
|
I think you want the 'contains' function instead of 'substring'.
> -----Original Message-----
> From: Jean de Lavarene [mailto:breux@xxxxxxxxx]
> Sent: Thursday, July 13, 2000 2:15 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> 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
|