ZCML File
meta.zcml
[top]
/
zope
/
app
/
pagetemplate
/ meta.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
xmlns:meta
="
http://namespaces.zope.org/meta
"
>
<
meta:directives
namespace
="
http://namespaces.zope.org/tales
"
>
<
meta:directive
name
="
expressiontype
"
schema
="
.metaconfigure.IExpressionTypeDirective
"
handler
="
.metaconfigure.expressiontype
"
/>
</
meta:directives
>
</
configure
>