blob: e3dedb35e365787dad899baab40d62964780cbc6 (
plain)
1
2
3
4
|
htmlcxx is a simple non-validating html parser library for C++.
It allows to fully dump the original html document, character by
character, from the parse tree. It also has an intuitive tree
traversal API.
|