Comments on: Weird Issue with responseXML and JSON in FF3 http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/ Understanding JavaScript and Frameworks Thu, 20 Nov 2008 22:14:54 +0000 http://wordpress.org/?v=2.1.2 By: Rob http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17033 Rob Mon, 23 Jun 2008 17:26:55 +0000 http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17033 The link to your Mozilla post is broken. The link to your Mozilla post is broken.

]]>
By: Matt Snider http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17037 Matt Snider Mon, 23 Jun 2008 18:23:11 +0000 http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17037 Thanks rob, the URL was truncated for some reason. Anyway, I have fixed it. Thanks rob, the URL was truncated for some reason. Anyway, I have fixed it.

]]>
By: tt http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17084 tt Tue, 24 Jun 2008 13:04:07 +0000 http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17084 Perhaps there is something on this Mozilla page, that explains the problem. FF3 had number of changes to xmlhttp handling: http://developer.mozilla.org/en/docs/XMLHttpRequest Perhaps there is something on this Mozilla page, that explains the problem. FF3 had number of changes to xmlhttp handling:

http://developer.mozilla.org/en/docs/XMLHttpRequest

]]>
By: Matt Snider http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17112 Matt Snider Wed, 25 Jun 2008 00:26:13 +0000 http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-17112 Thanks tt, I took a look at it, which inspired me to take a closer look at my own code. The mime-type wasn't being properly set, but (I believe) according to the documentation, it should still be null. Thanks tt,

I took a look at it, which inspired me to take a closer look at my own code. The mime-type wasn’t being properly set, but (I believe) according to the documentation, it should still be null.

]]>
By: Eric Poulin http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-19163 Eric Poulin Wed, 23 Jul 2008 23:49:26 +0000 http://mattsnider.com/languages/javascript/weird-issue-with-responsexml-and-json-in-ff3/#comment-19163 Thanks - the server-side mime-type was messing me up too. After search for a client-side solution, this is the only thing that seemed to help me too (using Dojo toolkit). Thanks - the server-side mime-type was messing me up too. After search for a client-side solution, this is the only thing that seemed to help me too (using Dojo toolkit).

]]>