Does going straight to xml_doc.childNodes yield anything fruitful?
Surprisingly, a look at the Prototype API docs doesn't reveal any special sauce for the responseXML property. You'd think that they had a basic browser incompatibility like this one handled.
no subject
Does xml_doc.nodeType evaluate to 9? It should.
Does going straight to xml_doc.childNodes yield anything fruitful?
Surprisingly, a look at the Prototype API docs doesn't reveal any special sauce for the responseXML property. You'd think that they had a basic browser incompatibility like this one handled.