summaryrefslogtreecommitdiff
path: root/include/hubbub/tree.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement "in body" insertion mode.John Mark Bell2008-04-071-1/+5
| | | | | | | Modify treebuilder test driver to bring it in line with API changes. A few minimal bits of testdata for various bits of in body. Proper testing will come once we're actually building a tree. svn path=/trunk/hubbub/; revision=4076
* More treebuilder (really 8.2.4.8 this time)John Mark Bell2008-03-111-0/+1
| | | | | | Add tree handler entrypoint for creating elements with verbatim names svn path=/trunk/hubbub/; revision=3940
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-111-1/+2
| | | | | | | | Loads of issues still outstanding, including a distinct lack of error handling Change tree handler API to allow (de)referencing of nodes rather than explicit destruction. Change create_element handler to take an entire hubbub_tag rather than just the tag name -- the DOM binding can deal with the issue of attaching attributes to the created element node. svn path=/trunk/hubbub/; revision=3932
* Beginnings of a tree builder.John Mark Bell2008-03-071-0/+31
Distinct lack of any real functionality beyond creation/destruction & option setting. svn path=/trunk/hubbub/; revision=3894