summaryrefslogtreecommitdiff
path: root/bindings/xml/xmlparser.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-1/+1
| | | | svn path=/trunk/libdom/; revision=13316
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-261-3/+1
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-1/+3
| | | | svn path=/trunk/dom/; revision=9191
* 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