summaryrefslogtreecommitdiff
path: root/bindings/xml/expat_xmlparser.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup comment damage from automated type conversionVincent Sanders2012-09-111-5/+5
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-5/+5
| | | | fixes. Test suite does not pass
* XML Binding: Allow expat handler to coalesce TEXT nodes. Core suite now ↵Daniel Silverstone2012-07-151-1/+35
| | | | passes with expat.
* 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
|
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-241-0/+346
svn path=/trunk/libdom/; revision=13594