Package zope :: Package configuration :: Module xmlconfig :: Class IInclude
[show private | hide private]
[frames | no frames]

Type IInclude

Interface --+
            |
           IInclude


The zope:include directive

This directive allows you to include another ZCML file in the configuration. This enables you to write configuration files in each package and then link them together.


Class Variable Summary
unicode file = u'Configuration file name\n\nThe name of a config...
unicode files = u'Configuration file name pattern\n\n        The...
unicode package = u'Include package\n\n        Include the named...

Class Variable Details

file

Type:
unicode
Value:
u'Configuration file name\n\nThe name of a configuration file to be in\
cluded, relative to the directive containing the including configurati\
on file.'                                                              

files

Type:
unicode
Value:
u'Configuration file name pattern\n\n        The names of multiple con\
figuration files to be included,\n        expressed as a file-name pat\
tern, relative to the directive\n        containing the including conf\
iguration file.  The pattern can\n        include:\n\n        - ``*`` \
matches 0 or more characters\n        \n        - ``?`` matches a sing\
le character\n        \n        - ``[<seq>]`` matches any character in\
 seq \n        \n        - ``[!<seq>]`` matches any character not in s\
eq \n\n        The file names are included in sorted order, where sort\
...                                                                    

package

Type:
unicode
Value:
u'Include package\n\n        Include the named file (or configure.zcml\
)\n        from the directory of this package.\n        '              

Generated by Epydoc 2.1 on Fri Jun 24 12:01:21 2005 http://epydoc.sf.net