Even with the definitely improved Internet Explorer 7 this browser is driving me nuts. Today I had to load an XML-file via AJAX using the jQuery-library. It owrked fine in every browser I tested, but, guess what, not with the IE7. It always failed to parse the XML-file.
I went nuts while searching for a non existing error in the XML-document. After a long time I finaly figured out that, for some reason I don’t understand, the IE7 doesn’t parse XML-files when you’re using a webpage directly from your fs instead of requesting it from a webserver.
So installing the Apache and using it to view the page solved it.
Maybe this can help someone else ;)
Recent Comments