This may be a Prototype question but is probably a general JavaScript
question.  I am creating an Ajax.Request and getting back a response
that should be evaluated as XML.  But in IE, in my onSuccess function,
the response.responseXML object is null.  In Firefox it works
properly.

I have checked the three things that are supposed to determine whether
the browser interprets the response text as XML:
the content-type is application/atom+xml,
the ready state is 4,
and if I open the requested URL in Internet Explorer, it shows the
page just fine, with no errors, so the XML must be well-formed.

But even with those three things true, the response text does not get
evaluated as XML and stuck into the responseXML object in IE!  I
haven't found anything about this situation on the web, other than the
things I've already checked.

Anyone have any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to