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]
Other format: [Raw text]

RE: [xsl] mysterious  character inserted into coverted document


> I am running an XSLT stylesheet through saxon to convert XHTML to WML.
> Everything is going well (thanks to all of you) but I keep
> getting these
> mysterious  characters inserted into my document.  It
> appears to happen
> most commonly before and after anchor tags.  Has anybody seen this
> before?  Know what might be causing it?

Lots of people have seen it before. It happens when you produce the output
file in UTF-8 and then look at it on the screen using a text editor that
doesn't know how to display UTF-8. Either switch the output to a different
encoding (e.g. iso-8859-1) or get a text editor that understands UTF-8.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com


 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]