[Zope3-checkins] CVS: zopeproducts/xml/xslt/examples - configure.zcml:1.2

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 15:36:39 EDT 2003


Update of /cvs-repository/zopeproducts/xml/xslt/examples
In directory cvs.zope.org:/tmp/cvs-serv19216/xml/xslt/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/xslt/examples/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/xml/xslt/examples/configure.zcml:1.1	Fri Jun 20 11:11:42 2003
+++ zopeproducts/xml/xslt/examples/configure.zcml	Sun Aug  3 14:36:05 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
@@ -32,4 +34,4 @@
     for="http://openoffice.org/hypothetical/document.xsd"
     name="view.html" />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list