aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-01Add a Makefile to compile and link the examplenodesOskari Timperi
2011-06-01Add some comments to the exampleOskari Timperi
2011-06-01When reparenting, remove child from old parentOskari Timperi
2011-06-01Move add_element() to node and add add_comment()Oskari Timperi
2011-06-01New classes: node and comment.Oskari Timperi
Move functionality from element to node and derive element from node. This allows nodes to contain different types of nodes, e.g. comments mixed with normal elements.
2011-05-31More element::add_child() overloads, misc changesOskari Timperi
2011-05-26Use element* instead of element& and introduce parentingOskari Timperi
2011-05-25Change sxml::element to use templatestemplatesOskari Timperi
2011-05-24Update README with sxml requirementsHEADmasterOskari Timperi
2011-05-24Update README with usage informationOskari Timperi
2011-05-24Add READMEOskari Timperi
2011-05-24Add COPYINGOskari Timperi
2011-05-24Initial commitOskari Timperi