[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/tales -
	namespace.stx:1.1
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Thu Jan 22 18:57:19 EST 2004
    
    
  
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/tales
In directory cvs.zope.org:/tmp/cvs-serv7874/tales
Added Files:
	namespace.stx 
Log Message:
Update ZCML directives documentation.
=== Added File Zope3/doc/zcml/namespaces.zope.org/tales/namespace.stx ===
namespace
  File zope/app/pagetemplate/meta.zcml, lines 8 - 11.
  Define a new tales namespace A namespace is defined by providing a prefix
  an interface. A handler for the namespace will be obtained by looking up an
  for the given interface.
  Attributes
    prefix -- TextLine (required)
      The prefix used in tales expressions.
      For example, if the prefix is "dc", then a tales expression would look
      ``foo/bar/dc:title``.
    interface -- GlobalObject (required)
      The namespace interface
      This is an interface that the namespace must provide. we'll get the
      by getting an adapter for this interface.
    
    
More information about the Zope3-Checkins
mailing list