Hi Benjamin, I'm currently struggling with a similar error. Possibly the xml data isn't transmitted as XML?
$.ajax({ type: 'GET', url: xmlFile, dataType: 'xml', success: function(){}, error: function(x, s, e){} }); If I use JSON, things are working nicely. Any chance to change your xmlfile to json format? This <!-- saved from url=(0013)about:internet --> shouldn't have anything to do with the error. It's supposed to work around the loading of scripts, but it doesn't seem to have any effect when I use it with external scripts (such as jquery.js). So, to run it gracefully from a CD in IE, I use http://www.phdcc.com/shellrun/ Bernd