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: Special Characters in URLs


Usually a "+" is an acceptable replacement for a space.  If that's true for
your situation, you can use the translate() function to change all the
spaces to "+" signs.  That'd probably be the easiest way to proceed.

Cheers,

Tom P

[Eriksson Magnus]

Thanks for the help, Chris.

Yes, the URIs are interpreted by the Web Server/Web browser but I need them
to be generated correctly by the XSLT processor -- to comply with the
HTTP-standard (e.g. no white space in URLs). Is there a way to achieve this?




 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]