RE: [xsl] Empty spaces turn to %20

Subject: RE: [xsl] Empty spaces turn to %20
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Fri, 28 Mar 2003 10:42:30 -0500
[ Lionel Crine]
> 
> use normalize-space in your XSL document.
> 
> string normalize-space(string?)
> 

XSLT does not know about url encoding, and does not consider "%20" to be
a string, so normalize-space will do nothing here.

Please do not guess without saying that you are guessing, and please
check your answers where possible before posting.  Anyone can make a
mistake (as I know personally!) but this was so easy to check if there
was any doubt (I checked just now even though I had no doubt at all).

Cheers,

Tom P

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


Current Thread