Miguel De Anda <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Nasir Khan wrote: > > > Hi, > > I had a simple question to which I did not get any reply, so I am > > re-phrasing the question. > > > > I am trying to use mozilla libraries and XPCOM components from C++ code > > but my requirement is to automatically visit a web site and navigate links > > like a spider or a bot. In order to embed mozilla I need to implement some > > interfaces like nsIWebBrowserChrome, nsIEmbeddingSiteWindow etc. > > The question is "Can I have a non gui spider kind of tool with mozilla > > without using any windowing toolkit ? " > > If not then can anyone please point me towards a suitable resource? > > > > Thanks in advance > > > > Nasir > > > Why not use wget instead?
I'm assuming he needs to get the links after being created by any javascript or any other scripts that change the DOM. I'm actually working on just that, using WebClient in Java. It is a difficult process to remove the GUI. I'm not sure how it is on any other language, but I would like to know what you come up with. _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
