mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
35fc38d5ad
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
206 B
Text
4 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.
|