RE: [xsl] String manipulation in XSLT

Subject: RE: [xsl] String manipulation in XSLT
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 18 Jun 2001 13:51:24 +0100
> How easy is it to perform arbitrary string manipulations in XSLT?  For
> example, would it be easy to transform the following in the source
> stylesheet:
>
> <foo>sevillar@xxxxxxxxxxxxxxxxx</foo>
>
> into something like this in the destination stylesheet:
>
> <bar>sevillar at team dot ph dot inter dot net</bar>
>
> Is it possible?

Yes, it's quite possible. Look under "replacing strings" in the FAQ for this
list.

Mike Kay


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


Current Thread