summaryrefslogtreecommitdiff
path: root/bindings/xml/xmlparser.c
Commit message (Expand)AuthorAgeFilesLines
* Squash warningsJohn Mark Bell2009-03-251-7/+7
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-20/+16
* Fix up names of xml binding error enum valuesJohn Mark Bell2007-11-041-6/+6
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ...John Mark Bell2007-11-041-96/+96
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-301-0/+3
* Begin implementation of DocumentType classJohn Mark Bell2007-09-191-8/+12
* More informational messagingJohn Mark Bell2007-09-181-6/+45
* More logging of failed DOM calls.John Mark Bell2007-09-171-4/+45
* Fix potential segfaultsJohn Mark Bell2007-09-171-2/+4
* Add callback for informational messaging (with variable severity, a la syslog)John Mark Bell2007-09-161-42/+78
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-3/+3
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-261-3/+8
* Further work on libxml binding.John Mark Bell2007-07-221-29/+325
* More libxml binding workJohn Mark Bell2007-07-221-45/+228
* Add xml_parser_add_element_node; builds DOM Elements from XML_ELEMENT_NODEs.John Mark Bell2007-07-161-7/+122
* Fix libxml binding buildsystem target filename (previously overwrote core lib...John Mark Bell2007-07-151-27/+224
* Further libxml binding work.John Mark Bell2007-07-151-6/+170
* Populate dom.hJohn Mark Bell2007-07-141-37/+144
* LibXML 2 binding for libdom.John Mark Bell2007-07-141-0/+187