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: Another question on ÄäÖöÜü



> I am using XSLT with XT on NT, with encoding set to utf-8 
> all the way.

That is your problem.
utf-8 is a multi-byte encoding and so the German letters take two bytes.

Either set your browser to use utf8 or specify that you want the XML
output by XSL to be in latin1, by using <xsl:output encoding="iso-8859-1">
However xt doesn't support changing the output encoding for the xml
method. You could use saxon for instance that does support this.

David


 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]