[Zope3-checkins] CVS: zopeproducts/xml/examples - configure.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:34 EDT 2003
Update of /cvs-repository/zopeproducts/xml/examples
In directory cvs.zope.org:/tmp/cvs-serv19216/xml/examples
Modified Files:
configure.zcml
Log Message:
Fixed up products according to changed made in Zope3 core:
Added i18n_domain attribute to configure files as this is required now
for many view and browser page directives.
=== zopeproducts/xml/examples/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/xml/examples/configure.zcml:1.1 Fri Jun 20 11:11:40 2003
+++ zopeproducts/xml/examples/configure.zcml Sun Aug 3 14:35:59 2003
@@ -1,7 +1,9 @@
-<zopeConfigure
+<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
- xmlns:zopexml="http://namespaces.zope.org/zope-xml">
+ xmlns:zopexml="http://namespaces.zope.org/xml"
+ i18n_domain='xml_product'
+ >
<!-- First, we define two schema interfaces. They don't have to exist at their
specified URIs for this application (they have to for more advanced
@@ -37,4 +39,4 @@
for="http://xml.zope.org/zopeproducts/xml.examples/pear"
name="pear.html" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list