[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Dynamic Content with DTML
webmaster@zope.org
webmaster@zope.org
Wed, 09 Oct 2002 10:08:06 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/DTML.stx#3-29
---------------
Different tags have different attributes. See Appendix A, "DTML
Reference", for more information on the syntax of different DTML tags.
% Anonymous User - June 6, 2002 9:17 am:
link?
% Anonymous User - Sep. 21, 2002 7:47 pm:
Caveat: You can not nest dtml-tags inside dtml-tags like
<dtml-var blah missing="<dtml-var default_blah>" >
% Anonymous User - Oct. 9, 2002 10:08 am:
And how can I do this ? Your example is just the problem, I just have.