Re: [xsl] Special Language Characters

Subject: Re: [xsl] Special Language Characters
From: "Swen Thuemmler" <Swen.Thuemmler@xxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 15:57:27 +0200 (CEST)
On Mon, 3 Sep 2001, Tanzila Mohammad wrote:

> I have the following xml
>
> <?xml version="1.0" encoding="UTF-8"?>
                               ^^^^^^^
Here is your problem. You tell the XML parser you are using UTF-8, but
actually you seem to be using ISO-8859-1. Either change the encoding to
ISO-8859-1 or use real UTF-8 characters in your document (you will need
an editor that correctly handles UTF-8).

Hope this helps.

--Swen



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


Current Thread