[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Dynamic Content with DTML
webmaster@zope.org
webmaster@zope.org
Mon, 09 Dec 2002 04:52:37 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/DTML.stx#2-25
---------------
DTML contains two kinds of tags, *singleton* and *block* tags.
Singleton tags consist of one tag enclosed by less-than (<) and
greater-than (>) symbols. The *var* tag is an example of a
singleton tag::
<dtml-var parrot>
% Anonymous User - Dec. 9, 2002 4:52 am:
Can a person use a more XML friendly tag such as "<dtml-var parrot />"?