Thanks in advance.
Xie
It should work fine if you send it with the content-type text/html. Do
note that you can't use the .responseXML property though since you are
not in fact sending XML. Use .responseText instead.
I think there might be a bug where if you use the content-type text/xml
but the content isn't valid XML, we abort downloading which means that
not even the full .responseText will be available. I haven't verified
that this is actually happens though.
But use conten-type 'text/html' and all should be good.
/ Jonas