Subject: RE: Encoding Problem when converting to HTML with XT
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 17 May 1999 13:01:44 +0100
|
>> I tried to convert an XML document to HTML??...
>>?The German 'Umlaute' (ä,ö,ü,ß) however are ruined.??...?
>?If the document (or the stylesheet) is not in pure ASCII or UTF8, (e.g. if
> it is in so-called "Windows ANSI") make sure?it has an xml-encoding
> declaration at the start that describes the actual encoding.
The XML declaration of the document to be converted is
??????? <?xml version="1.0" encoding="ISO-8859-1"?>.
Is this sufficient ?
?
If the umlauts are in the source document yes. If they are in the
stylesheet, you need this declaration in the stylesheet also.
?
Mike Kay?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|