ZCML File
meta.zcml
[top]
/
zope
/
app
/
publisher
/
xmlrpc
/ meta.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
xmlns:meta
="
http://namespaces.zope.org/meta
"
>
<
meta:directive
namespace
="
http://namespaces.zope.org/xmlrpc
"
name
="
view
"
schema
="
.metadirectives.IViewDirective
"
handler
="
.metaconfigure.view
"
/>
</
configure
>