summaryrefslogtreecommitdiff
path: root/src/treebuilder/after_head.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some misplaced tags in in_body insertion mode. Also improved support fo...Rupinder Singh Khokhar2014-08-011-1/+3
* Added support to get attribute names & values from the context. This slows do...Rupinder Singh Khokhar2014-08-011-1/+2
* fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...Rupinder Singh Khokhar2014-08-011-1/+0
* Fix build with GCC 4.6John Mark Bell2011-07-261-4/+1
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-13/+19
* Sync treebuilder with specJohn Mark Bell2009-03-101-5/+17
* Make doxygen produce API documentation. I guess it helps if you enable the ri...John Mark Bell2009-01-081-1/+1
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-9/+9
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-101-1/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-2/+1
* Fix namespaces on manufactured elements.Andrew Sidwell2008-07-091-0/+1
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-1/+1
* Fix processing of characters in after headJohn Mark Bell2008-07-081-1/+2
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-261-6/+7
* Make everything that is meant to have processing equivalent to "in head" use ...Andrew Sidwell2008-06-241-13/+3
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-0/+127