Re: Attributes from ancestors (Was: Problems with iso-8859-1)

Subject: Re: Attributes from ancestors (Was: Problems with iso-8859-1)
From: Lars Marius Garshol <larsga@xxxxxxxxxx>
Date: 02 Feb 1999 14:47:50 +0100
* Lars-Arne Mattsson
|
| Thank you everyone for your help, I have now found out what the
| problem was. The koala engine does handle ISO-8859-1, what it
| doesn't handle is iso-8859-1.

Do you mean that if you write 

  <?xml version="1.0" encoding="ISO-8859-1"?> 

it works, but if you write

  <?xml version="1.0" encoding="iso-8859-1"?> 

it does not? If so, that's a bug, since the encoding names follows the
IANA character set registry, which does not distinguish between upper
and lower case characters.

(Sorry, can't answer your question.)

--Lars M.


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


Current Thread