[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Dynamic Content with DTML
webmaster@zope.org
webmaster@zope.org
Wed, 25 Sep 2002 15:47:39 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/DTML.stx#2-27
---------------
The opening tag starts the block and the closing tag ends it. The
closing tag has the same name as the opening tag with a slash
preceding it. This is the same convention that HTML and XML use.
% Anonymous User - Sep. 25, 2002 3:47 pm:
Note however that empty tags such as <dtml-var foobar> would be written as either <dtml-var
foobar></dtml-var> or <dtml-var foobar/> in XML.
Note to newbies: an empty tags is a tag that has no *contents*. The "foobar" above is not a content of the
"dtml-var" tag, but an attribute.