forked from KolibriOS/kolibrios
370da47fa0
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
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.
|
|
|