Re: MIME type in the XMLHTTP activeX object



wh173b0y@xxxxxxxxx wrote:

> is there something i need to modify on the server-side to get the
> correct MIME types sent?

Yes, you need to serve the resource as text/xml if you want to use
`responseXML' with MSXML. That's a FAQ, and Google is your friend
[psf 6.1]:

<http://www.google.com/search?q=xmlhttp+responsexml>

What to do exactly depends on the server and the server-side application
platform you are using. I suggest you retrieve the response headers of
the request and ask in the appropriate newsgroup.


PointedEars
.