I am looking for a solution to parse potentially malformed HTML in C ++, similar to what Beautiful Soup in Python does.
The XML parser usually just works, but the specific HTML in this case is invalid XML / XHTML and cannot be parsed correctly.
Are there libraries / tools for this?
pR0Ps source share