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

[xsl] =?ISO-8859-1?B?UmU6IFt4c2xdICYjMTYwOyBpcyBiZWluZyBkaXNwbGF5ZWQgYXMgwQ==?=


Subject: [xsl] Re: [xsl]   is being displayed as Á
From: Kevin Burges <xmldude@xxxxxxxxxxxxxxxx>
Date: Tue, 11 Dec 2001 12:44:17 +0000

KM> I am using &#160; 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 &#160; 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:

   &#160;

to:

   &amp;#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



Current Thread
Keywords
xsl