views:

112

answers:

1

Hey,

what's the utility of the method XMLHttpRequest.responseXML.

A: 

Exactly what you would expect it to be an XML formatted response. How you use it is up to you.

ealgestorm
why is giving me [object XMLDocument]
Achraf
@Acharf, because it returns an XML object. Look here http://www.devguru.com/technologies/xmldom/quickref/xmldom_methods.html for methods/properties..
Gaby