Hi Mike,
Are you saying that responseXML is null?  Are you sure?
  
This is what Firebug shows me when I do console.log(xmlHttpRequest.responseXML):

  [Document] null

When I click on it, this is how responseXML looks like (btw, sorry for the HTML mail):

null
documentElement <webride>
nodeName "#document"
nodeValue null
nodeType 9
parentNode null
childNodes [1]
firstChild <webride>
lastChild <webride>
previousSibling null
nextSibling null
attributes null
ownerDocument null
namespaceURI null
prefix null
localName null
doctype null
implementation [object DOMImplementation]
ELEMENT_NODE 1
ATTRIBUTE_NODE 2
TEXT_NODE 3
CDATA_SECTION_NODE 4
ENTITY_REFERENCE_NODE 5
ENTITY_NODE 6
PROCESSING_INSTRUCTION_NODE 7
COMMENT_NODE 8
DOCUMENT_NODE 9
DOCUMENT_TYPE_NODE 10
DOCUMENT_FRAGMENT_NODE 11
NOTATION_NODE 12
async true
characterSet "UTF-8"
dir ""
title ""
contentType "text/xml"
lastModified "09/07/2006 21:24:03"
referrer ""
styleSheets [0]
preferredStylesheetSet ""
defaultView null
baseURI "http://newsride/board/support/topic/@@@@@1/"
textContent null
inputEncoding "UTF-8"
xmlEncoding null
xmlStandalone false
xmlVersion "1.0"
strictErrorChecking true
documentURI "http://newsride/board/support/topic/@@@@@1/"

And this is reponseText, as Firebug shows it:

<?xml version="1.0" ?><webride><status code="OK" /><data><account id="101" nickname="arash" avatar="1" lastActivity="1 day, 4 hours ago" numComments="1" lastComment="1 day, 5 hours ago" memberSince="1 day, 21 hours ago" location="Germany" realname="" gender="" birthyear="" polilike="" polidislike="" hobbies="" music="" books="" movies="" pemail="" icq="" aol="" msn="" jabber="" skype="" homepage="" blog="" friendster="" flickr="" myspace="" linkedin="" openbc="" cTopTags=""><about></about><statement></statement></account></data></webride>

Thanks, Arash



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

Reply via email to