summaryrefslogtreecommitdiff
path: root/bindings/xml/libxml_xmlparser.c
Commit message (Collapse)AuthorAgeFilesLines
* add context for default action functionVincent Sanders2013-02-191-0/+1
|
* Change XML Parser API to be more saneDaniel Silverstone2012-11-031-45/+24
|
* Remove unused variablesDaniel Silverstone2012-11-021-2/+0
|
* Move generation of id_name into document by default. Since 'id' is the most ↵Daniel Silverstone2012-11-021-10/+0
| | | | common name of the 'id' attribute
* fixup comment damage from automated type conversionVincent Sanders2012-09-111-16/+16
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-16/+16
| | | | fixes. Test suite does not pass
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-241-0/+1367
svn path=/trunk/libdom/; revision=13594