[Zope3-checkins] CVS: Zope3/src/zope/app - meta.zcml:1.4

Philipp von Weitershausen philikon@philikon.de
Wed, 9 Apr 2003 16:52:00 -0400


Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv3948

Modified Files:
	meta.zcml 
Log Message:
* introduced IXMLRepresentable interface for objects representing xml.

* introduced a new ZCML directive to register XML Schemas as interfaces
  by specifying their URI.

* changed the way interfaces are resolved in all configuration directives
  and some other places. Thus, you can now also specify the URI of an
  XML schema instead of a dotted interface name everywhere you are required
  to specify an interface name.


=== Zope3/src/zope/app/meta.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/meta.zcml:1.3	Tue Jan  7 07:27:38 2003
+++ Zope3/src/zope/app/meta.zcml	Wed Apr  9 16:51:29 2003
@@ -14,5 +14,6 @@
 <include package="zope.app.startup" file="meta.zcml" />
 <include package="zope.app.applicationcontrol" file="meta.zcml" />
 <include package="zope.app.onlinehelp" file="meta.zcml" />
+<include package="zope.app.xml" file="meta.zcml" />
 
 </zopeConfigure>