S
sfeher
Hi All,
The following code returns a valid xmlDoc (since I can evaluate and
selectNodes) but its value is "xmlDoc=[Document] null" ?! Or at least
this is what the FireBug shows and (xmlDoc===null) is true.
var parser = new DOMParser();
var xmlDoc = parser.parseFromString( responseText, "text/xml");
// at this point: xmlDoc=[Document] null
I'm a bit lost on what this actually means..
Any ideas?
Regards,
Sebastian
The following code returns a valid xmlDoc (since I can evaluate and
selectNodes) but its value is "xmlDoc=[Document] null" ?! Or at least
this is what the FireBug shows and (xmlDoc===null) is true.
var parser = new DOMParser();
var xmlDoc = parser.parseFromString( responseText, "text/xml");
// at this point: xmlDoc=[Document] null
I'm a bit lost on what this actually means..
Any ideas?
Regards,
Sebastian