bambou51 xav
2006-07-13 14:59:47 UTC
Did you manage to get responseXML from a IE browser ?
I am exactely in the same situation, and nothing seems to work.
My header 'content-type' is 'text/html' even when I specify
req.setRequestHeader("Content-type", "application/xml"); or
req.setRequestHeader("Content-type", "text/xml");
before sending the XMLHttpRequest.
I also tried it under IE7Beta3 which support XMLHttpRequest (no activeX
need), but responseXML remains empty.
responseText is OK and display the content of my xml.
Xav
*** Sent via Developersdex http://www.developersdex.com ***
I am exactely in the same situation, and nothing seems to work.
My header 'content-type' is 'text/html' even when I specify
req.setRequestHeader("Content-type", "application/xml"); or
req.setRequestHeader("Content-type", "text/xml");
before sending the XMLHttpRequest.
I also tried it under IE7Beta3 which support XMLHttpRequest (no activeX
need), but responseXML remains empty.
responseText is OK and display the content of my xml.
Xav
*** Sent via Developersdex http://www.developersdex.com ***