From 399da01ae4eb5c5e3e9349bacc2063c946c3d4a1 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 11 Aug 2009 11:17:23 +0000 Subject: Merge the branches/struggleyb/libdom-remain back to trunk. svn path=/trunk/dom/; revision=9191 --- bindings/hubbub/README | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'bindings/hubbub/README') diff --git a/bindings/hubbub/README b/bindings/hubbub/README index 43b7be7..ab498a0 100644 --- a/bindings/hubbub/README +++ b/bindings/hubbub/README @@ -1,29 +1,8 @@ Hubbub binding for libdom ========================= -Overview --------- - - This is an example binding of hubbub to libdom. It consists of two, - orthogonal, parts: - - 1) hubbub parser wrapper - 2) hubbub-specific DOMImplementationSource for libdom - -Push parser wrapper -------------------- - 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. -DOMImplementationSource ------------------------ - - The DOMImplementationSource exposes the APIs needed to create a new - document based upon the hubbub binding. It also provides the utility - functions that libdom uses when performing some operations (such as - document normalization). This is needed as libdom is document language - agnostic; therefore, it requires support from the binding to perform - some operations. -- cgit v1.2.3