File Release Notes and Changelog
Notes:
The release contains, code commenting, removal of old functions, performance upgrades (faster at serving), bug fixes. shorter function names for easier usage.
Changes:
3rd Nov 2002 - Release 0.2 3rd
Nov 2002 - Changed the documentation, this site and the example script to reflect the changes
3rd Nov 2002 - get_tag_in_tree_direct -> get_tag_text
3rd Nov 2002 - set_tag_text_in_tree -> set_tag_text
3rd Nov 2002 - set_attribute_in_tree -> set_attribute
3rd Nov 2002 - remove_tag_in_tree -> remove_tag
3rd Nov 2002 - create_tag_in_tree -> create_tag
3rd Nov 2002 - get_attribute_in_tree_direct -> get_attribute 3rd Nov 2002 - count_tag_in_tree -> count_tag
3rd Nov 2002 - Changed function names to be shorter for easier usage
3rd Nov 2002 - Multiple performance editions for faster serving, and that happened, .66 sec -> .49 sec for the main documentation script (testing offline)
3rd Nov 2002 - Fixed a bug in get_attribute that caused confusion between attribute names
3rd Nov 2002 - Code commented, only two lines are left without commenting :)
3rd Nov 2002 - Code cleaned, all unused functions were removed