summaryrefslogtreecommitdiff
path: root/bindings/xml/functypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ↵John Mark Bell2007-11-041-39/+0
| | | | | | | | | 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
* Include required headersJohn Mark Bell2007-09-221-0/+3
| | | | svn path=/trunk/dom/; revision=3567
* Add callback for informational messaging (with variable severity, a la syslog)John Mark Bell2007-09-161-0/+20
| | | | | | | Use it to log interesting things during parsing. This needs to grow some i18n at some point. svn path=/trunk/dom/; revision=3540
* LibXML 2 binding for libdom.John Mark Bell2007-07-141-0/+16
This is mostly stub, at present svn path=/trunk/dom/; revision=3412