deal with a string in XSL

Subject: deal with a string in XSL
From: "Jean de Lavarene" <breux@xxxxxxxxx>
Date: Thu, 13 Jul 2000 14:32:12 +0200
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


Current Thread