summaryrefslogtreecommitdiff
path: root/bindings/xml/xmlparser.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ↵John Mark Bell2007-11-041-8/+9
| | | | | | | | | 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 callback for informational messaging (with variable severity, a la syslog)John Mark Bell2007-09-161-1/+1
| | | | | | | 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/+38
This is mostly stub, at present svn path=/trunk/dom/; revision=3412