[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] RE: Replacing the space character with another character


Subject: Re: [xsl] RE: Replacing the space character with another character
From: "Mark Peters" <flickrmeister@xxxxxxxxx>
Date: Mon, 14 May 2007 08:07:58 -0400

Just wondering -- maybe you should be thinking "&amp;" -- do you examine
the raw output of your stylesheet, or view it in a browser?


Do you mean, <xsl:value-of select="translate(.,'&#x20;','&amp;')"/>

I just tried that, with the same results -- removed spaces, no ampersand.

Thanks,
Mark


Current Thread