summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-113-1/+815
| | | | | | | | 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-075-9/+372
| | | | | | 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
* Silence cast alignment warningsJohn Mark Bell2007-06-242-13/+15
| | | | svn path=/trunk/hubbub/; revision=3363
* Add UTF-16 input stream.John Mark Bell2007-06-249-3/+1512
| | | | | | This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362
* Fix broken guard macroJohn Mark Bell2007-06-241-1/+1
| | | | svn path=/trunk/hubbub/; revision=3361
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-2332-0/+8689
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359