RE: Encoding

Subject: RE: Encoding
From: prasadm@xxxxxxx
Date: Fri, 28 Apr 2000 16:10:35 -0500
Yes, you are correct, it replaces only a single character.
I then changed it to '+'

	translate(child::DSCR, ' ', '+')

- Prasad

> -----Original Message-----
> From:	Kay Michael [SMTP:Michael.Kay@xxxxxxx]
> Sent:	Friday, April 28, 2000 11:48 AM
> To:	'xsl-list@xxxxxxxxxxxxxxxx'
> Subject:	RE: Encoding 
> 
> > 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


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


Current Thread