ZCML File
meta.zcml
[top]
/
zope
/
app
/
onlinehelp
/ meta.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
xmlns:meta
="
http://namespaces.zope.org/meta
"
>
<
meta:directives
namespace
="
http://namespaces.zope.org/help
"
>
<
meta:complexDirective
name
="
register
"
schema
="
.metadirectives.IOnlineHelpTopicDirective
"
handler
="
.metaconfigure.OnlineHelpTopicDirective
"
/>
</
meta:directives
>
<
meta:provides
feature
="
onlinehelp
"
/>
</
configure
>