[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/VFS - vfs-meta.zcml:1.1.4.1.10.1

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


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

Modified Files:
      Tag: Zope3InWonderland-branch
	vfs-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/VFS/vfs-meta.zcml 1.1.4.1 => 1.1.4.1.10.1 ===
   
   <directives namespace="http://namespaces.zope.org/vfs">
-    <directive name="view" attributes="factory, name, for"
+    <directive name="view" attributes="factory name for"
        handler=".metaConfigure.view" />
   </directives>