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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -