summaryrefslogtreecommitdiff
path: root/bindings/xml/xmlbinding.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ↵John Mark Bell2007-11-041-3/+2
| | | | | | | | | why this wasn't done in the first place is currently beyond me. Tidy up XML binding -- ensure all public API is prefixed dom_xml_ to avoid confusion, remove xml_alloc (it's pointless), and move xml_msg to <dom/functypes.h> (as dom_msg, as it's more useful there) Fix up testobject to compile once more svn path=/trunk/dom/; revision=3643
* Add finalisation method to libxml-libdom.John Mark Bell2007-09-291-0/+3
| | | | | | Ensure testcases clean up after themselves by calling xml_dom_binding_finalise() svn path=/trunk/dom/; revision=3605
* LibXML 2 binding for libdom.John Mark Bell2007-07-141-0/+17
This is mostly stub, at present svn path=/trunk/dom/; revision=3412