[Zope3-checkins] CVS: zopeproducts/xml/browser - __init__.py:1.1 configure.zcml:1.1

Philipp von Weitershausen philikon@philikon.de
Fri, 20 Jun 2003 18:16:49 -0400


Update of /cvs-repository/zopeproducts/xml/browser
In directory cvs.zope.org:/tmp/cvs-serv15620/browser

Added Files:
	__init__.py configure.zcml 
Log Message:
Made a dom.core.Document a content class now that it is persistent. For now
we only have a factory and a menu entry for it.


=== Added File zopeproducts/xml/browser/__init__.py ===
# this is a package 


=== Added File zopeproducts/xml/browser/configure.zcml ===
<zopeConfigure
   xmlns="http://namespaces.zope.org/zope"
   xmlns:browser="http://namespaces.zope.org/browser">

<!-- DOM Document directives -->

<browser:menuItem
  menu="add_content"
  for="zope.app.interfaces.container.IAdding"
  title="DOM Document"
  action="DOMDocument"
  description="XML storage using a persistent DOM tree" />

</zopeConfigure>