[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/tales -
namespace.stx:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jan 23 12:01:00 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/tales
In directory cvs.zope.org:/tmp/cvs-serv24998/doc/zcml/namespaces.zope.org/tales
Modified Files:
namespace.stx
Log Message:
I had a little bug in my text wrapper. I added a doc test for it now and
updated the generated ZCML reference.
=== Zope3/doc/zcml/namespaces.zope.org/tales/namespace.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/tales/namespace.stx:1.1 Thu Jan 22 18:57:16 2004
+++ Zope3/doc/zcml/namespaces.zope.org/tales/namespace.stx Fri Jan 23 12:00:29 2004
@@ -3,8 +3,8 @@
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.
+ and an interface. A handler for the namespace will be obtained by looking up
+ an adapter for the given interface.
Attributes
@@ -13,12 +13,12 @@
The prefix used in tales expressions.
For example, if the prefix is "dc", then a tales expression would look
- ``foo/bar/dc:title``.
+ like: ``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.
+ namespace by getting an adapter for this interface.
More information about the Zope3-Checkins
mailing list