Subject: Re:   is being displayed as Á
From: Kevin Burges <xmldude@xxxxxxxxxxxxxxxx>
Date: Tue, 11 Dec 2001 12:44:17 +0000
|
KM> I am using   in my xsl in order to display spaces. For some reason Á
KM> is being displayed on the page instead. Any ideas on why this is occurring,
KM> or ideas for a substitue for   in order to display a space?
I had the same problem recently. It is as other people have said
because of character set problems. What you want to do to avoid this
is to just output an entity reference in the HTML file rather than the
actual character.
You can do this by changing:
 
to:
&#160;
--
groovy baby,
Kevin mailto:xmldude@xxxxxxxxxxxxxxxx
++++++++++++ Cool music - http://burieddreams.com/marshan
++++++ Attitude Webzine - http://burieddreams.com/attitude
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|