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

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


Update of /cvs-repository/zopeproducts/xml/xslt
In directory cvs.zope.org:/tmp/cvs-serv19216/xml/xslt

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/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/xml/xslt/configure.zcml:1.1	Fri Jun 20 11:11:41 2003
+++ zopeproducts/xml/xslt/configure.zcml	Sun Aug  3 14:36:02 2003
@@ -1,10 +1,14 @@
-<zopeConfigure
+<configure
    xmlns="http://namespaces.zope.org/zope"
-   xmlns:zopexml="http://namespaces.zope.org/zope-xml">
+   xmlns:zopexml="http://namespaces.zope.org/xml"
+   i18n_domain='xml_product'
+   >
 
 <!-- XXX security for some reason doesn't let us use this? -->
-<utility factory=".foursuitetransformer.FourSuiteTransformer"
-         provides="zopeproducts.xml.interfaces.xslt.IXSLTTransformer"
-         permission="zope.View" />
+<utility
+    factory=".foursuitetransformer.FourSuiteTransformer"
+    provides="zopeproducts.xml.interfaces.xslt.IXSLTTransformer"
+    permission="zope.View"
+    />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list