Re: deal with a string in XSL

Subject: Re: deal with a string in XSL
From: "Jean de Lavarene" <breux@xxxxxxxxx>
Date: Thu, 13 Jul 2000 15:30:56 +0200
Thank you very much.

Jean
----- Original Message -----
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Thursday, July 13, 2000 3:37 PM
Subject: 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
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread