summaryrefslogtreecommitdiff
path: root/bindings/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-51/+1
| | | | | | DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
* Beginnings of a hubbub binding to libdomJohn Mark Bell2007-11-041-0/+7
| | | | | | | | | | | | Currently comprises a stubbed-out parser wrapper Todo: 1) Complete parser wrapper, such that it actually creates a DOM tree 2) Provide a hubbub-backed DOMImplementationSource svn path=/trunk/dom/; revision=3646
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ↵John Mark Bell2007-11-041-35/+7
| | | | | | | | | 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
* Fix libxml binding buildsystem target filename (previously overwrote core ↵John Mark Bell2007-07-151-2/+2
| | | | | | | | | library) Wrap all libxml SAX callbacks -- if we register our own SAX handler, our own userdata is used, which (obviously) breaks the internal handlers. Make xml_parser_add_node print the node type being added to the console (this is temporary, while I work out what's needed here). svn path=/trunk/dom/; revision=3418
* LibXML 2 binding for libdom.John Mark Bell2007-07-141-0/+72
This is mostly stub, at present svn path=/trunk/dom/; revision=3412