summaryrefslogtreecommitdiff
path: root/bindings/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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