[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - event-meta.zcml:1.1.2.2.24.1
Jim Fulton
jim@zope.com
Mon, 3 Jun 2002 14:25:43 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/Event
Modified Files:
Tag: Zope3InWonderland-branch
event-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/Event/event-meta.zcml 1.1.2.2 => 1.1.2.2.24.1 ===
<!-- Zope.Event -->
<directives namespace="http://namespaces.zope.org/event">
- <directive name="subscribe" attributes="subscriber, event_types, filter"
+ <directive name="subscribe" attributes="subscriber event_types filter"
handler="Zope.Event.metaConfigure.subscribe" />
</directives>