I'm loading a XML file via Ajax using jQuery.
For my tests, I use a file on my file system. It seems all is fine in other browsers but the response headers got by IE has no content-type header. So I get a parsererror. (The XML is valid, I checked it (twice).)
How can I bypass this problem ?