Sablotron is outputting what it is supposed to. It's your browser that's confused about the character set you are using. By default your browser assumes you are using the iso-8859-1 encoding, however Sablotron outputs in the utf-8 flavor. Another fix for this problem is to include:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
in the <head> portion of your html file to let straighten your browser out.
Dan
-----Original Message-----
From: Scott Holdren [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 25, 2000 11:15 AM
To: Sablotron Mailing List
Subject: Re: [Sab] Bug Report
I've had that trouble with all entities above 128. This worked for me:
<xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
Scott
On
Tue, 25 Jul 2000, Mod XSLT wrote:
-> I've also noticed that an extra "A" with accent character is added when I
-> try to use the copyright symbol (©).
->
->
-> Josh
->
-> On Tue, 25 Jul 2000, Matthew Cordes wrote:
->
-> > Hello all.
-> >
-> > How do I create a non-breaking space with Sablotron? With all of the
-> > java parsers I use   which after being translated becomes
-> > With Sablotron this results in a capitol A with an accent mark. Does
-> > anyone else get this behavior?
-> >
-> > Also is there a CVS version I could use? Perhaps with xsl:sort support?
-> >
-> > -matt
-> >
->
->
--
Scott Holdren
[EMAIL PROTECTED]
- - - - - - - Appended by Scientific-Atlanta, Inc. - - - - - - -
This e-mail and any attachments may contain information which is confidential, proprietary, privileged or otherwise protected by law. The information is solely intended for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.
