Have a look at Necko http://www.mozilla.org/projects/netlib/
You will find a sample named TestPageLoad.exe generated by a make launched
from /c/mozilla/netwerk/test
The output looks like what you're looking for
C:\mozilla\dist\bin>TestPageLoad.exe http://www.dmoz.org
Loading necko ...
Star
Gecko or
> > anything. Is there no simple way of doing it in C++/Gecko?
> >
>
> Do you really think you need embedding Gecko to just grab a page? If I
> were you, I'll just use something like 'wget' or some kind of socket
> object. Maybe I'm not unde
hing. Is there no simple way of doing it in C++/Gecko?
> >
>
> Do you really think you need embedding Gecko to just grab a page? If I
> were you, I'll just use something like 'wget' or some kind of socket
> object. Maybe I'm not understanding you well...
<[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
On Aug 16, 12:18 pm, "Arnaud" wrote:
> If you expect to use Gecko as a crawler to get the DOM view of the DHTML
> pages you will download, that's certainly the best way. A very usefull
> exam
e one, you
could get it at http://www.grandville.net/download/winEmbed.vcproj
An other way, for 'statics' HTML (whitout local javascript execution), I
wrote an efficient crawler based on two other greats tools : CUrl and
LibXML.
Greetings From France,
Arnaud
<[EMAIL PROTECTED