Hello All,

I am given a responsibility to write a cross platform server side application to fetch any URL and do some
processing on the resulting HTML page.


I wrote the first part using CURL library. But that does not work in my case because some website does a
tricky thing of writing HTML using Javascript. Then I thought of using XPCOM Embedding to do so.


I used nsIWebNavigation interface of "@mozilla.org/webshell;1" component. Using this interface is not
working.


I am not able to figure out which component to use to get a web page so that resulting HTML is after
the processing of javascript within the page.


 Any kind of help would be greatly appreciated.

Thanx,
-- Yogish Baliga

_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to