Code

initial implementation of XML::Subtree API for tracking changes on a
authormental <mental@users.sourceforge.net>
Sun, 1 Jul 2007 20:08:30 +0000 (20:08 +0000)
committermental <mental@users.sourceforge.net>
Sun, 1 Jul 2007 20:08:30 +0000 (20:08 +0000)
commit17680991ff44a340869f04d7ce00a6889337ed7f
tree895e73f0527115affbadf66fc78c679149382771
parent165368079124bb64613b83e0fcf62a4c0187e91b
initial implementation of XML::Subtree API for tracking changes on a
whole-subtree basis; the initial implementation does not have very good
performance for large subtrees, but should work well for smaller ones
src/xml/Makefile_insert
src/xml/subtree.cpp [new file with mode: 0644]
src/xml/subtree.h [new file with mode: 0644]