summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_body.c
Commit message (Expand)AuthorAgeFilesLines
...
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-39/+0
* Remove invalid assertion -- </form> may occur in input data before any <form>...John Mark Bell2008-07-091-4/+4
* Fixes for in_cell and adoption agencyJohn Mark Bell2008-07-091-10/+12
* Fix handling of non-whitespace characters in table.John Mark Bell2008-07-081-1/+9
* A bunch of fixes to table handlingJohn Mark Bell2008-07-071-2/+10
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-261-11/+24
* Make everything that is meant to have processing equivalent to "in head" use ...Andrew Sidwell2008-06-241-16/+8
* Update the treebuilder so it's closer to current spec (I'm sure I've missed s...Andrew Sidwell2008-06-231-20/+37
* Implement "in body" insertion mode.John Mark Bell2008-04-071-0/+1898