What are the valid conditions for zcml:condition?
ZCML can include conditional directives of the form <configure zcml:condition="installed some.python.package"> (conditional configuration directives) </configure> What is the expression syntax for condition? Is 'or' allowed? ...