I am trying to parse responseXML from an HTTP request.
var doc = request.respons eXML;
var elements = doc.getElements ByTagName("*");
the last statement returns an empty collection when running from IE6.
It returns the expected collection when running under Firefox or Mozilla.
Anybody can explain ?
Michel.
var doc = request.respons eXML;
var elements = doc.getElements ByTagName("*");
the last statement returns an empty collection when running from IE6.
It returns the expected collection when running under Firefox or Mozilla.
Anybody can explain ?
Michel.
Comment