Re: What's going on here?

At 14:17 12/15/98 -0500, Jim_Ravan@avid.com wrote:
>
>
>Assume that url = "http://www.foo.com/bar/xyz.xml" and that I can see
>xyz.xml (and its in my local domain) from Internet Explorer on a PC. Now I
>go to my Mac and run some code like this:
>
>     anchor = HTAnchor_findAddress(url);
>     request = HTRequest_new();
>     chunk = HTLoadAnchorToChunk(anchor, request);
>
>Chunk comes back with a zero buffer address and a zero buffer length. ARGH!
>Any ideas why this might happen or how I can debug what's going on?

You can turn of trace messages using either directly by manipulating the
WWWTRACE global variable or by using the function

	HTSetTraceMessageMask(...)

with the calling parameter "sop" (streams, core, protocol traces).

What does it say?

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Tuesday, 15 December 1998 14:37:09 UTC