Re: converting speacial characters ?

Subject: Re: converting speacial characters ?
From: Alexey Gokhberg <alexei@xxxxxxxxxx>
Date: Wed, 13 Sep 2000 19:25:52 +0200
John E. Simpson wrote:
> 
> At 04:15 PM 09/13/2000 +0300, Jukka.T.Lehtinen@xxxxxxxxx wrote:
> >... I need to check elements value that if it has
> >characters such as '\' or ':' or '"' and I need to replace them to :
> >
> >\ -> \\
> >: -> \:
> >" -> \" (I'm using &quot;)
> 
> Look into the XPath translste() function. It's covered in:
>     http://www.w3.org/TR/xpath#section-String-Functions
> 

This probably will not help. We can use translate() to convert
characters one-to-one, we can also use it to remove characters from the
source string but how can we convert one character to two characters?

Regards

Alexey


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


Current Thread