HTML parsing in Qt
Solved
General and Desktop
-
I was wondering, what is the best way to parse HTML on Qt? Is there a built-in way or a good 3rd party library for that?
I tried to find a few but they are kinda complicated to understand (most of them with no good documentation) or really old.
-
hi
what do you need to do with the HTML ?
this is pretty new
https://github.com/lexborisov/myhtml
but for HTML 5 also so might be overkill.https://forum.qt.io/topic/74485/is-there-a-clear-way-to-parse-html-in-qt-5-7
-
myhtml worked like a charm, thank you.