>   This is what Firebug shows me when I do 
> console.log(xmlHttpRequest.responseXML):

Well that makes sense.  responseXML should be a doc and that's what
you've got.  If you were to alert responseXML you'd see something like
[object XMLDocument].  responseText holds the actual text returned
from the server.

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to