Re: Another question on ÄäÖöÜü

Subject: Re: Another question on ÄäÖöÜü
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 17 May 2000 18:46:35 +0100 (BST)
> 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


Current Thread