RE: Bug in SAXON (entity/character set ) ??

Subject: RE: Bug in SAXON (entity/character set ) ??
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 20 Nov 2000 09:07:11 -0000
> I am having trouble getting the character &#8226; to output 
> corrrectly using SAXON.
> 
> The SAXON transform produced "gibberish" characters. 

Saxon (like any conformant XSLT processor) will produce UTF-8 characters
unless you ask for anything else. UTF-8 looks like gibberish if you try
reading it using software that doesn't understand UTF-8.

Try <xsl:output encoding="iso-8859-1"/>

Mike Kay  


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


Current Thread