[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix C: Zope Page Templates Reference
nobody@nowhere.com
nobody@nowhere.com
Wed, 21 Aug 2002 06:26:06 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixC.stx#3-13
---------------
Expressions used in statements may return values of any type,
although most statements will only accept strings, or will convert
values into a string representation. The expression language must
define a value named *nothing* that is not a string. In
particular, this value is useful for deleting elements or
attributes.
% Anonymous User - Aug. 21, 2002 6:26 am:
From somewhere I copied a line like this:
<tal:block replace="structure here/sometemplate" />
It works fine. Why is "tal:block" not in the list?