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
Post a Comment