mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
5 lines
206 B
Text
5 lines
206 B
Text
|
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.
|