summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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-082-28/+178
| | | | | | 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