summaryrefslogtreecommitdiff
path: root/src/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-111-0/+7
| | | | | | | | 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-9/+58
| | | | | | Distinct lack of any real functionality beyond creation/destruction & option setting. svn path=/trunk/hubbub/; revision=3894
* Warning fixesJohn Mark Bell2007-07-101-0/+2
| | | | svn path=/trunk/hubbub/; revision=3393
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+237
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359