Re: application/xhtml+xml in IE
On Fri, 2 Sep 2005, while I was getting myself up to speed with
another followup, I now see that Gustaf wrote:
[color=blue]
> If the encoding declaration is omitted, XML only admits UTF-8 or UTF-16.
>
> http://www.w3.org/TR/REC-xml/#charencoding[/color]
Thanks - I see that this actually confirms what I had just posted:
___
/
utf-16 with BOM (where the byte ordering is discerned by reading the
BOM), utf-16LE and utf-16BE (where the byte ordering is laid down by
the name of the encoding scheme). I rather suspect that only the
first of those three schemes is legal XML without using the ?xml
thingy to specify the encoding (scheme!).
\___
cheers
On Fri, 2 Sep 2005, while I was getting myself up to speed with
another followup, I now see that Gustaf wrote:
[color=blue]
> If the encoding declaration is omitted, XML only admits UTF-8 or UTF-16.
>
> http://www.w3.org/TR/REC-xml/#charencoding[/color]
Thanks - I see that this actually confirms what I had just posted:
___
/
utf-16 with BOM (where the byte ordering is discerned by reading the
BOM), utf-16LE and utf-16BE (where the byte ordering is laid down by
the name of the encoding scheme). I rather suspect that only the
first of those three schemes is legal XML without using the ?xml
thingy to specify the encoding (scheme!).
\___
cheers
Comment