Hi,

I would like a powerfull HTML parser working with Qt C++ (I'm now with Qt 5.7). I'm really tired of reading a lot of articles, but without finding a clair and recent Parcer.
I found libxml2 v2.9.4 but clear examples are rare. Also, I readed about QtWebKit but it's not supported with Qt 5.7 as I understand.

I'm an amateur programmer with VB.NET in that I can use the good "HTML Agility Pack".

What I want is a parser that:
  • working in windows and linux OS.
  • supporting at list HTML4 (HTML5 can be perfect).
  • don't need a control or a viewer to work.
  • having simple tutorials or examples.


I found also QXmlQuery, And I want to know if is it a good HTML parser.

Really, I'm tired of looking more.
Thank you.