Hello world, What the best solution to parse html page ? I tried to parse it with QXmlStreamReader but like I thought my web page is not valid xml( not a XHTML page. for information the web page I try to parse is translate.google.fr). Can I use QWebPage, not display it on screen and find a way to get certain fields ? Thank you in advance.