On Tue, May 28, 2013 at 11:15 PM, 聂琨琳 <[email protected]> wrote: > I am a student form China.I am trying to use webkit to parse the > HTML with JavaScript.How could I start? > In short,I want develop a software.When I input a URL to the software it > can output a parsed HTML document(like use F12 in chrome). > Now I use Webkit--QT to implement the function.And could I just use > Webkit?If so How could I start? >
I suggest you to ask on the mailing list webkit-qt: https://lists.webkit.org/mailman/listinfo/webkit-qt That is the mailing list used directly by Qt's developers. If you are using WebKit1 with Qt, it is fairly easy to use WebKit without GUI. QWebPage is the headless backend of QWebView. It may already do what you need. Benjamin
_______________________________________________ webkit-help mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-help
