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: XSL > XSL trans. and Characher Encoding



searching for nbsp in the archives of this list  or the FAQ would have
given you the answer to this faq.

What you describe is the encoding of the non breaking space in utf-8
or rather if you look at a utf-8 encoded document in a latin-1 encoded
window then you see "random" characters.

the solution is either read the file in a system that understands utf-8
(which includes every xml system and most html browsers) or to generate
your output in a differentencoding using 
<xsl:output encoding="...."/>

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]