[Zope-Checkins] CVS: Packages/Products/XMLDocument (Products/DC/XMLDocument) - Node.py:1.7

Amos Latteier amos@tarzan.digicool.com
Fri, 6 Aug 1999 16:17:44 -0400


Update of /cvs-repository/Packages/Products/XMLDocument
In directory tarzan.digicool.com:/tmp/cvs-serv14548

Modified Files:
	Node.py 
Log Message:
* Beefed up the sequence interface to Elements nodes.
* Refactored the CharacterData interface, now Comment nodes support it.
* Added splitText method to Text nodes.
* Added object deactivation to toXML method to keep memory from getting out of hand when we wake up lots of objects.
* Fixed some typos.