RE: Encoding

Subject: RE: Encoding
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 28 Apr 2000 17:47:49 +0100
> I got to solve the problem. I made use of the translate 
> function to replace
> spaces by "%20"
> 
> .....
> translate(child::DSCR, ' ', '%20')
> ...

The translate() function will only replace single characters by single
characters. This example will replace spaces with "%" characters.

Mike Kay


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


Current Thread
  • Re: Encoding, (continued)
    • prasadm - Fri, 28 Apr 2000 09:20:45 -0500
    • Kay Michael - Fri, 28 Apr 2000 17:47:49 +0100 <=
    • prasadm - Fri, 28 Apr 2000 16:10:35 -0500