[Zope-Checkins] CVS: Zope3/doc/zcml - attribute_conventions.stx:1.1.2.2

Steve Alexander steve@cat-box.net
Sun, 9 Jun 2002 16:28:29 -0400


Update of /cvs-repository/Zope3/doc/zcml
In directory cvs.zope.org:/tmp/cvs-serv8722

Modified Files:
      Tag: Zope-3x-branch
	attribute_conventions.stx 
Log Message:
more zcml documentation.


=== Zope3/doc/zcml/attribute_conventions.stx 1.1.2.1 => 1.1.2.2 ===
   factory
   
-    A dotted name that resolves to a callable that acts as a factory
+    A dotted name that resolves to a callable that acts as a factory.
+    A factory can also be made of several callables chained together.
+    In this case, the factory attribute is a whitespace separated list
+    of dotted-names.
+