RE: [xsl] seperating alphanumeric string in two preferably using fxsl

Subject: RE: [xsl] seperating alphanumeric string in two preferably using fxsl
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Thu, 21 Mar 2002 11:59:12 +0100

><xsl:value-of select="translate($value, '%acdegHikmnprstxz', '')" />
> <xsl:value-of select="translate($value, '0123456789.', '')" />
 damn I never even thought of that. I always think of translate() as
something to toggle between caps and lower-case
thanks Santtu,


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


Current Thread