summaryrefslogtreecommitdiff
path: root/bindings/xml
Commit message (Expand)AuthorAgeFilesLines
* add context for default action functionVincent Sanders2013-02-192-0/+2
* Intern a few more bits in the expat handlerDaniel Silverstone2012-11-031-12/+14
* Change XML Parser API to be more saneDaniel Silverstone2012-11-033-72/+32
* Add some casts through void to shush the RISC OS compilerDaniel Silverstone2012-11-031-3/+4
* Remove unused variablesDaniel Silverstone2012-11-021-2/+0
* Augment expat binding to support namespaced attribute valuesDaniel Silverstone2012-11-021-5/+29
* Update expat binding to cope better with namespaced tag namesDaniel Silverstone2012-11-021-2/+27
* Move generation of id_name into document by default. Since 'id' is the most ...Daniel Silverstone2012-11-021-10/+0
* fixup comment damage from automated type conversionVincent Sanders2012-09-112-21/+21
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-102-21/+21
* XML Binding: Allow expat handler to coalesce TEXT nodes. Core suite now passe...Daniel Silverstone2012-07-151-1/+35
* XML Binding: Allow expat binding to create text nodes if not parsing cdataDaniel Silverstone2012-07-151-6/+32
* XML Binding: Add doctype support to Expat handlerDaniel Silverstone2012-07-151-0/+45
* XML Binding: Add comment support to Expat handlerDaniel Silverstone2012-07-151-0/+52
* XML binding: Expat handler, dodgy external entity ref handlerDaniel Silverstone2012-07-151-48/+95
* XML binding: Not libxml only any moreDaniel Silverstone2012-07-151-1/+1
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-244-8/+366
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-212-40/+50
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-11/+11
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-0/+1
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-39/+6
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-34/+2
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-262-13/+6
* Fix install ruleJohn Mark Bell2009-09-211-1/+1
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-2/+4
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-116-488/+95
* More best guesses.John Mark Bell2009-04-171-0/+1
* Work around bug in libxml headers.John Mark Bell2009-03-261-0/+4
* Squash warningsJohn Mark Bell2009-03-251-7/+7
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-65/+12
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-032-24/+17
* Fix up names of xml binding error enum valuesJohn Mark Bell2007-11-043-14/+14
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ...John Mark Bell2007-11-047-157/+131
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-302-1/+7
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-291-11/+0
* Add finalisation method to libxml-libdom.John Mark Bell2007-09-292-0/+21
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-291-0/+5
* Include required headersJohn Mark Bell2007-09-221-0/+3
* Begin implementation of DocumentType classJohn Mark Bell2007-09-192-21/+36
* 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
* Implement xml-binding-specific dom_implementation_create_documentJohn Mark Bell2007-09-171-8/+46
* Add callback for informational messaging (with variable severity, a la syslog)John Mark Bell2007-09-163-43/+99
* Comment fixesJohn Mark Bell2007-07-291-4/+4
* 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