kolibrios/contrib/network/netsurf/libdom/bindings/hubbub
ashmew2 90d2d687bb Libraries build with MENUETLIBC. Netsurf can open www.netsurf-browser.org
git-svn-id: svn://kolibrios.org@4821 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-11 12:17:11 +00:00
..
errors.h Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
Makefile Libraries build with MENUETLIBC. Netsurf can open www.netsurf-browser.org 2014-04-11 12:17:11 +00:00
parser.c Libraries build with MENUETLIBC. Netsurf can open www.netsurf-browser.org 2014-04-11 12:17:11 +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.