Re: [xsl] Win98 iso-8859-1 - UTF-8 problem

Subject: Re: [xsl] Win98 iso-8859-1 - UTF-8 problem
From: Jörg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 29 Nov 2001 22:42:56 +0100
> <?xml version="1.0"  encoding="ISO-8859-1" ?>

This is only the encoding of the input-document.

> <?xml version="1.0"  encoding="UTF-8"?>

Standard-output-encoding.

> but with bad output of the umlaute;
> like ä ö ü

It's no bad output, it's correct. But UTF8 needs 2 bytes for the characters.
But for outputting ISO-8859-1 you have to add <xsl:output
encoding="ISO-8859-1"/> to the stylesheet.

Joerg


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


Current Thread