[jQuery] Re: Ajax call with XML Response

2009-03-27 Thread moocher
Thanks, the text2xml function works well, however i've managed to sort what was causing the problem. My ajax .ASP page was missing response.ContentType = "text/xml". Setting this enabled me to get the result as an xml document. I'm going to keep hold of text2xml as it will definately be useful.

[jQuery] Re: Ajax call with XML Response

2009-03-26 Thread James
Does this happen in both IE and Firefox, or only in IE? If it's only in IE, IE has some kind of issue with returning XML with the incorrect header content type. Check the bottom of this post for a function: http://groups.google.com/group/jquery-en/browse_thread/thread/036d49aead899d68 Try using