summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-261-0/+3
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-261-4/+0
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+3
* Add a utility current_node() function which returns the current node.Andrew Sidwell2008-06-251-0/+1
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-27/+0
* Add a stubbed "in foreign content" state for the treebuilder.Andrew Sidwell2008-06-231-0/+1
* Update the treebuilder so it's closer to current spec (I'm sure I've missed s...Andrew Sidwell2008-06-231-7/+9
* Implement "in body" insertion mode.John Mark Bell2008-04-071-0/+190