Re: [xsl] nonbreaking space error w/ UTF-8

Subject: Re: [xsl] nonbreaking space error w/ UTF-8
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 28 Apr 2001 20:49:20 +0100

   I'm using &#160; for a non-breaking space in my xsl
   template, but it's rendering in the browsers as:

   Â

   The encoding in the xml declaration is UTF-8
   Any ideas how to solve this?



Well That is nmost likely the correct bytes for the nbsp character
in UTF-8. If your browser isn;'t automnatically detetecting that then
try explictly chosing utf-8 encoding from the menu (if it offers that)
or specify a different encoding (eg iso-8859-1) in your xsl:output
statement.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread