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: Special Language Characters


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]