V
vunet.us
My XML HTTP Request sends results in responseText. The result is an
XML file I will need to parse. After research I determined that a
cross browser XML parser will look like this:
responseXML.getElementsByTagName("to")[0].firstChild.nodeValue;
However, I receive responseText, not responseXML. Does anyone know of
the cross browser way to handle this problem?
Thank you.
XML file I will need to parse. After research I determined that a
cross browser XML parser will look like this:
responseXML.getElementsByTagName("to")[0].firstChild.nodeValue;
However, I receive responseText, not responseXML. Does anyone know of
the cross browser way to handle this problem?
Thank you.