HTML push parser
authorJakub Skoczen <jakub@indexdata.dk>
Fri, 10 May 2013 14:50:56 +0000 (16:50 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Fri, 10 May 2013 14:50:56 +0000 (16:50 +0200)
commita258482a3b53b90b0932f4a789ba66e8e1576c05
tree110579237c565b04f7a38a59f88c8bbe94d1adc7
parent100c5228470dc9e35d400d7ab641d5064d2079b1
HTML push parser

Based on Adam's tclrobot but more aligned with the HTML specs

* all different forms of attrs supported
* whitespaces after tag names allowed
* pi/dtd passthru

also various fixes.
src/Makefile.am
src/html_parser.cpp [new file with mode: 0644]
src/html_parser.hpp [new file with mode: 0644]
src/test_html_parser.cpp [new file with mode: 0644]