Re: outputting a xml file with accentued characters to html

Subject: Re: outputting a xml file with accentued characters to html
From: Warren Hedley <w.hedley@xxxxxxxxxxxxxx>
Date: Thu, 25 May 2000 11:22:59 -0400
Gilles Durys wrote:
>
> My question is : what must I do to have the é character in a correct way
> : &eacute; ?

Specify the desired character encoding in the <xsl:output> element. The default
is UTF-8, and you probably want iso-8859-1.

eg. <xsl:output method="html"
encoding="iso-8859-1">

-- 
Warren Hedley
Department of Engineering Science
Auckland University
New Zealand


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


Current Thread