On Thu, Sep 20, 2012 at 5:59 AM, golen geeks <[email protected]> wrote: > How to get Dom Tree for traversing in webkit2. similar to api in webkit like > > WebKitDOMDocument * webkit_web_view_get_dom_document (WebKitWebView > *web_view); in webkit > > > is there any alternative for getting WebKitDOMDocument or we need to port > the above api in webkit2.
One alternative is to rewrite your logic in JavaScript and to use webkit_web_view_run_javascript. --Martin _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-gtk
