[xsl] RE: ]   is being displayed as Á

Subject: [xsl] RE: ]   is being displayed as Á
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 11 Dec 2001 17:23:27 -0000
> However, you might try '&amp;nbsp;' instead.  That should
> translate into
> &nbsp; in the output.
> 	- Theo

Oh dear, how often do we need to say it?

&amp; writes an ampersand to the result tree. This will be serialized as
"&amp;"
nbsp; writes the characters "nbsp;"

So when the result is serialized, you get &amp;nbsp;, and this shows on the
browser screen as "&nbsp;". Which is wrong.

Mike Kay


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


Current Thread