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
