- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Thu, 10 May 2007 23:39:26 -0500
- To: Bjoern Hoehrmann <derhoermi@gmx.net>
- CC: "Web APIs WG (public)" <public-webapi@w3.org>
Bjoern Hoehrmann wrote: > http://www.bjoernsworld.de/temp/axmlb-test.html alerts FAIL in browsers > treating axmlb/test as XML type, which my versions of Firefox do; so it > does seeem true to me. `text/rdf` btw, does not seem to be supported as > XML type for XHR purposes in Firefox. That's correct. The relevant firefox code is basically: 1342 if (type.Find("xml") == kNotFound) { 1343 mState &= ~XML_HTTP_REQUEST_PARSEBODY; 1344 } -Boris
Received on Friday, 11 May 2007 04:39:43 UTC