[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/XMLRPC - xmlrpc-meta.zcml:1.1.4.1.18.1

Jim Fulton jim@zope.com
Mon, 3 Jun 2002 14:25:45 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/Publisher/XMLRPC

Modified Files:
      Tag: Zope3InWonderland-branch
	xmlrpc-meta.zcml 
Log Message:
Changed list attribute syntax to be more XML standard.
In particular, list attributes now expect items to be separated by
whitespace, rather than commas.


=== Zope3/lib/python/Zope/Publisher/XMLRPC/xmlrpc-meta.zcml 1.1.4.1 => 1.1.4.1.18.1 ===
   <!-- Zope.Publisher.XMLRPC -->
   <directives namespace="http://namespaces.zope.org/xmlrpc">
-    <directive name="view" attributes="factory, name, for"
+    <directive name="view" attributes="factory name for"
        handler="Zope.Publisher.XMLRPC.metaConfigure.view" />
   </directives>