This IS a Firefox bug. Though the repsonse content type is set to “text/xml” Firefox does not allow you to access responseXML if document.domain is set.

I tried overrideMimeType(“text/xml”) too but that did not help.

The only thing that works is to parse the xml again like kirk describes it.