Re: XHR: responseText encoding detection

On 2/26/07 3:21 PM, "Anne van Kesteren" <annevk@opera.com> wrote:

> But should we really make it be like that? Once HTML5 is there we probably
> want .responseXML to work for text/html documents as well and we probably
> want the encoding to be derived the same way HTML5 specifies it should be
> derived.

  Another consideration: architecturally, it may be unwise to combine both
loading and parsing functionality in a single API.

  For XML parsing, DOM3 Load (or another dedicated API) could provide much
more control. Obviously, we cannot remove responseXML from XMLHttpRequest,
but not adding more known formats sounds like a good idea to me.

- WBR, Alexey Proskuryakov

Received on Wednesday, 28 February 2007 14:43:47 UTC