summaryrefslogtreecommitdiff
path: root/examples/libxml.c
Commit message (Collapse)AuthorAgeFilesLines
* Example: Add debugXML.h for xmlDebugDumpDocument().Michael Drake2021-05-131-0/+1
|
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-21/+1
|
* Fix handling of encoding changeJohn-Mark Bell2013-02-271-7/+8
|
* Fix example.Michael Drake2010-12-301-15/+4
| | | | svn path=/trunk/hubbub/; revision=11172
* Make example compileJohn Mark Bell2010-11-151-90/+98
| | | | svn path=/trunk/hubbub/; revision=10944
* Sync commentary about expected behaviour with spec.John Mark Bell2009-03-101-0/+11
| | | | svn path=/trunk/hubbub/; revision=6767
* I guess it helps if you document the fact that _both_ a tree handler and a ↵John Mark Bell2009-01-111-0/+4
| | | | | | document node are needed to make treebuilding work. svn path=/trunk/hubbub/; revision=6038
* Improve documentation of tree handler APIs.John Mark Bell2009-01-101-1/+1
| | | | svn path=/trunk/hubbub/; revision=6019
* Squash memory leak.John Mark Bell2009-01-081-5/+39
| | | | | | Actually bother to clean up if we got errors, rather than just asserting. svn path=/trunk/hubbub/; revision=5995
* Make libxml binding example actually work.John Mark Bell2009-01-081-28/+160
| | | | | | A rudimentary makefile for this, too. svn path=/trunk/hubbub/; revision=5992
* Here, have an incomplete binding example.John Mark Bell2009-01-061-0/+875
svn path=/trunk/hubbub/; revision=5968