Re: problem getting URI from nsIwebNavigation

2005-07-22 Thread Niky Williams
Here is what we use in our embedded Gecko app, and it seems to work fine: //- //Temp vars nsIWebNavigation *piwnWebNavigation = nsnull; nsIURI *piuURI = nsnull; nsCString csString; //QIing for the web navigation object

Re: problem getting URI from nsIwebNavigation

2005-07-22 Thread Christian Biesinger
Niky Williams wrote: Also, I noticed that if I tried to get the nsIURI object BEFORE the web page had completely loaded, I got NULL for that object. So I had to wait till I was notified that the web page was completely loaded before I tried to do this. This could maybe be your problem? It

Re: get the cleaned up html code

2005-07-22 Thread peker
Hi, does anybody has an idea? Thanks, A.Peker, Semantic-Web-group Bremen peker [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] our task is to write an application using the gecko rendering engine to parse a html site and get back the repaired html source code. as we have no