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]

Re: outputting a xml file with accentued characters to html


Gilles Durys wrote:
>
> My question is : what must I do to have the é character in a correct way
> : é ?

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]