|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






