Subject: 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 '&nbsp;' instead. That should
> translate into
> in the output.
> - Theo
Oh dear, how often do we need to say it?
& writes an ampersand to the result tree. This will be serialized as
"&"
nbsp; writes the characters "nbsp;"
So when the result is serialized, you get &nbsp;, and this shows on the
browser screen as " ". Which is wrong.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|