[Zope-Checkins] CVS: Zope2 - ZDOM.py:1.7

Amos Latteier amos@tarzan.digicool.com
Thu, 5 Aug 1999 14:12:11 -0400


Update of /cvs-repository/Zope2/lib/python/OFS
In directory tarzan.digicool.com:/tmp/cvs-serv4551

Modified Files:
	ZDOM.py 
Log Message:
Brought ZDOM more in line with DOM spec by changing Root class to be an Element sub-class. Now the top-level Zope object is a normal Element, not an Element/Document/DOMInterface hybrid. Also added Document and DOMImplementation classes.

Added permissions to ZDOM classes.