I'm looking to get a C++ parser for html but there seems to be only xml parsers for c++ and various sources allude to a fact that XML parsers can parse HTML but I can't find any concrete information that XML parses are acceptable to parse HTML.
If you can parse HTML with it, why is this possible if they're different languages, and I don't think html is a subset of XML?