kolibrios/contrib/network/netsurf/libdom/bindings/hubbub
Yogev Ezra bb2bbc6b91 Move NetSurf to /contrib folder
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-12-15 14:01:21 +00:00
..
errors.h Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
Makefile Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
parser.c Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
parser.h Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
README Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
utils.h Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00

Hubbub binding for libdom
=========================

  This is a wrapper around hubbub's parser API, to facilitate
  construction of a libdom DOM tree. The basic premise is that the wrapper
  intercepts the SAX-like events emitted by hubbub's tokeniser then builds
  a libdom DOM tree from them.