This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Encoding


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@icl.com]
> Sent:	Friday, April 28, 2000 11:48 AM
> To:	'xsl-list@mulberrytech.com'
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]