RE: outputting a xml file with accentued characters to html

Subject: RE: outputting a xml file with accentued characters to html
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 25 May 2000 16:50:12 +0100
> My question is : what must I do to have the é character in a 
> correct way : &eacute; ?

It has been output in one correct way (UTF-8), you are asking for it to be
output in a different correct way. You can try specifying <xsl:output
encoding="iso-8859-1"/> if you want the HTML to be readable using editors
that can't cope with UTF-8, but that's no guarantee that you'll get
"&eacute;" (though you will with Saxon).

Mike K


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


Current Thread