On 4/5/07, Christian Biesinger <[EMAIL PROTECTED]> wrote: > Michael R wrote: > > I would like to use Mozilla framework to load HTML from the web and then > > parse it to construct DOM. > > I tried to use nsIWebBrowser but it seems to be very coupled with UI. > > How can I disable UI part ? > > Why not just use nsIDOMParser? > Because it cannot parse HTML tag soup?
The commonly suggested technique is to use a hidden frame to load the page, but I'm not sure it's possible without showing any UI. Nickolay _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
