1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<configure xmlns="http://namespaces.zope.org/zope" xmlns:meta="http://namespaces.zope.org/meta"> <meta:directives namespace="http://namespaces.repoze.org/browser"> <meta:directive name="page" schema=".zcml.IPageDirective" handler=".zcml.page" /> </meta:directives> </configure>