Re: IE 6.0 cannot handle Japanese yet

* MURATA Makoto wrote:
>Here is a totally correct XML document combined with a CSS document.
>Unfortunately, IE 6.0 still fails to handle them.

Yes.

>The problem is non-ascii tag names.

Well, there are probably more problems, but yes, it fails to handle them
properly. However, an example like

  @charset "iso-8859-1";
  Björn { display: block; border: thick red solid }

in ISO-8859-1 and an likewise XML document like

  <?xml version='1.0' encoding='iso-8859-1'?>
  <?xml-stylesheet href='björn.css' type='text/css'?>
  <Björn>...</Björn>

is correctly handled by IE6. However, IE6 requires for example
the type pseudo attribute to be present in the xml-stylesheet
processing instruction, this is another bug...
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Thursday, 25 October 2001 14:53:47 UTC