Is there a library to parse a HTML response in in C++ .net?
Asked
Active
Viewed 528 times
2 Answers
1
There is a library called SgmlReader, which creates an XMLdocument from HTML or SGML input, which then you can easily handle. It does handle malformed HTML, too. Don't know if it's C++, but you can surely use it from your code by referencing the assembly.

Tamás Szelei
- 23,169
- 18
- 105
- 180