Does the parser of invalid HTML in C ++ / QT exist in nature?
Requirements:
- no dependencies, especially binary, tied to a specific architecture;
- without binding to the UI and the app event loop (hello QWebEngine), so that you can use it, for example, in an Android application (QT Quick);
- XPath and CSS Selectors, descendants / ancestor axis search (hello Gumbo)
Alternatives in other languages: Java: Jsoup, Python: Grab / BeautifulSoup