c++ - Parsing html with qt? -


how can extract html page content in easiest way, such example strong tags parents p , of class ? xpath equivalent .//p[@class='a']/strong.

"the easiest way" very, debatable; easy enough use qtwebkit parse page, , use qwebframe::findallelements + css2 selector want? (or, inject jquery , use navigate dom)


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -