Hello, Michael Hutchinson wrote: > On 6 Dec 2006 07:32:21 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'd like to do it in cpp. Is there something like mozdom4cpp? > > The Mozilla DOM *is* C++ :) However, you'll need to learn XPCOM.
Sorry, I admit this was a stupid question. So I can call nsIDomDocument from the nsIWebNavigation. If I understood it in the right way I have to implement nsIWebBrowserChrome to make it work. For this I have to do (or know) a lot of things I don't need if I only want to parse a page and access the DOM tree. I'm just wondering if there's not an easier solution to embed gecko for that reason. Best regards, Andreas > You can see a list of all the DOM objects, interfaces etc at > http://www.xulplanet.com/references/xpcomref/group_W3CDOM.html > > -- > Michael Hutchinson > http://mjhutchinson.com _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
