summaryrefslogtreecommitdiff
path: root/bindings/xml/README
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-08-11 11:17:23 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-08-11 11:17:23 +0000
commit399da01ae4eb5c5e3e9349bacc2063c946c3d4a1 (patch)
tree433c8bcde94fc7a6e6f2e5cbf23842a84db98146 /bindings/xml/README
parenteec057c7437e19b59ca1e698ce548cb56ce37240 (diff)
downloadlibdom-399da01ae4eb5c5e3e9349bacc2063c946c3d4a1.tar.gz
libdom-399da01ae4eb5c5e3e9349bacc2063c946c3d4a1.tar.bz2
Merge the branches/struggleyb/libdom-remain back to trunk.
svn path=/trunk/dom/; revision=9191
Diffstat (limited to 'bindings/xml/README')
-rw-r--r--bindings/xml/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/bindings/xml/README b/bindings/xml/README
index 0e427c7..2e70fde 100644
--- a/bindings/xml/README
+++ b/bindings/xml/README
@@ -1,18 +1,6 @@
LibXML binding for libdom
=========================
-Overview
---------
-
- This is an example binding of libxml2 to libdom. It consists of two,
- orthogonal, parts:
-
- 1) libxml push parser wrapper
- 2) libxml-specific DOMImplementationSource for libdom
-
-Push parser wrapper
--------------------
-
This is a wrapper around libxml's push parser API, to facilitate
construction of a libdom DOM tree. The basic premise is that the wrapper
intercepts the SAX events emitted by libxml's tokeniser then invokes
@@ -24,12 +12,3 @@ Push parser wrapper
DOM tree using libxml api, should it need to (e.g. for normalization
purposes).
-DOMImplementationSource
------------------------
-
- The DOMImplementationSource exposes the APIs needed to create a new
- document based upon the libxml 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.