|
|
|
date: Mon, 01 Oct 2007 06:48:30 -0700,
group: microsoft.public.inetsdk.programming.urlmonikers
back
Re: IInternetProtocol and "text/xml"
There's more, in the mean time I just discovered Read is called once
more after Terminate is called (I guess from another thread since the
debugger wasn't picking this up)
Returning S_OK there, because the request was terminated, helps
InternetExplorer along, but the next step is getting MSXML to take XML
from my IInternetProtocol, with a plain DOMDocument.load I get "No
data is available for the requested resource." for now, -after-
setting async=false on the DOMDocument myself, without load returns
true, but documentElement isn't set... wierd...
If this sounds familiar, I'm interested to know how you've moved
forward. (or even if you're stuck at this point also)
date: Mon, 01 Oct 2007 07:09:11 -0700
author: StijnSanders
|
|