Fixed error in last commit
[SXSI/XMLTree.git] / XMLTree.cpp
2009-03-03 fclaudeUgly patch
2009-03-03 kimFix allocation bug for CachedText
2009-02-27 darroyueDiego: added method TaggedAncestor, renamed former...
2009-02-16 kimAdded caching of TextCollection
2009-02-16 kimAdded TaggedNext
2009-02-11 kimFix a bug in TaggedFoll
2009-02-04 kimSome debugging stuff
2009-01-30 kimAdded some debug printing to the ::Load method
2009-01-29 kimSome more debugging and comments.
2009-01-29 kimDebugged the save/load functions
2009-01-28 kim- Added an option to disable the TextCollection.
2009-01-28 kimHardcode "<@>" and "<$>" at position 0 and 1 in the...
2009-01-27 kimAdd RegisterTag method
2009-01-27 kimAdd check for Root Node to the parent function
2009-01-27 kimNextSibling() segfault when called on the root node...
2009-01-14 darroyueNew (faster) representation for tags added; faster...
2008-12-11 darroyuefixed the topmost () bug, added getTextCollection function
2008-11-27 kimMakefile should not include testTextCollection.o which...
2008-11-25 darroyueadded text search functions, fixed the bug when initial...
2008-11-24 kimInitial import of XMLTree