Re: showlinks.c

> I use showlinks.c to get 'http://www.ku.ac.th/'.
> Really, there are more 60 links in this page. But the program,
> showlinks.c, show me less than 20 links.
> Why?

Maybe the libwww HTML parser doesn't recognizes the links - try and run
it in verbose mode by turning on the line

    HTSetTraceMessageMask("sop");

in showlinks.c.

Could also be the SGML comments that causes confusion.

Henrik

Received on Monday, 10 January 2000 11:21:35 UTC