ZCML File
configure.zcml
[top]
/
zope
/
contentprovider
/ configure.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
xmlns:apidoc
="
http://namespaces.zope.org/apidoc
"
xmlns:tales
="
http://namespaces.zope.org/tales
"
xmlns:zcml
="
http://namespaces.zope.org/zcml
"
i18n_domain
="
zope
"
>
<
interface
interface
="
.interfaces.ITALESProviderExpression
"
/>
<
tales:expressiontype
name
="
provider
"
handler
="
.tales.TALESProviderExpression
"
/>
<
apidoc:bookchapter
id
="
contentprovider
"
title
="
Content Providers
"
doc_path
="
README.txt
"
zcml:condition
="
have apidoc
"
/>
</
configure
>