As far as I've seen (an I'm not an expert either) you must have a nsIWebBrowserChrome and nsIEmbeddingSiteWindow implementation as a bare minimum. But maybe you are better of trying to get a nsIDOMParser instance somewhere (don't know if that is possible maybe query the webbrowser object for it?). That object supports functions like parseFromString which will parse the HTML or XML into a DOM document.
_______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
