02-15-2000	DizzyD <dave@jabber.org>
	* DOM is now functionally complete. All that's missing at this point is copy operators and the query implementation

	* TagStream(used to be Parser) object is working great. No memory leaks that i can find. Only thing that bothers me is
	the fact that it delete the entire document after you close the session...this might need to be adjusted later.

02-13-2000 	DizzyD <dave@jabber.org>

	* Got domtester building (on linux) and have started testing basic
	functionality of the DOM. It looks like I'll need a wrapper class
	for the iterators that can keep track of begin/end stuff..I'm not
	so sure how to handle that since I've got different types of iterators
	for maps and lists...templates are prolly the key

	* Got basic build system in place (I think). FWIW all the libs
	build and don't complain.
