On Apr 8, 1:12 pm, Christian Biesinger <[EMAIL PROTECTED]> wrote: > NaReN wrote: > > I gather it isn't as simple as replacing the asncOpen > > function call with a 'open' function call. > > Why do you think it's more complicated than that?
Well, primarily because it didn't work :) I gathered the open method returns an nsIInputStream and I need to read its contents to look at the data. I tied to do that but failed and was not too sure if that was the right thing to do. Reading output data from an input stream didn't sound like i was on the right track. Could you give me a few pointers on reading data from an nsIInputStream ? The data returned by the HTTP request may be either XML or text . Sorry if my question is trivial. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
