root/z3lab/zope/xmlschema/trunk/meta.zcml

Revision 26002, 330 bytes (checked in by janguenot, 5 years ago)

rename the meta directive to xmlschema

  • Property svn:keywords set to Id
Line 
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:meta="http://namespaces.zope.org/meta">
4   <meta:directives namespace="http://namespaces.zope.org/zope">
5     <meta:directive
6     name="xmlschema"
7     schema=".metadirectives.IXMLSchemaDirective"
8     handler=".metaconfigure.addXMLSchema"
9     />
10   </meta:directives>
11 </configure>
Note: See TracBrowser for help on using the browser.