Re: nsIDomDocument traversal help
Michal Ceresna <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200704241055.28372.michal.ceresna__35797.9827131659$1177405089$gmane$org@gmail.com> |
On Wednesday 18 April 2007, faayil wrote: Hello, > HTML > null > HEAD > null > META > null > content > text/html; charset=UTF-8 I've seen this kind of output in situations when the document is not loaded yet. Maybe this is the problem also in your case? I'd try listen for end of document loading using the nsIWebProgressListener. best regards, Michal