This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: nonbreaking space error w/ UTF-8




   I'm using   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]