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


> 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

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