[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Basic DTML
webmaster at zope.org
webmaster at zope.org
Tue Nov 18 05:27:54 EST 2003
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/DTML.stx#3-15
---------------
DTML commands are written as tags that begin with *dtml-*. You
create dynamic content in DTML by mixing HTML tags and DTML tags
together. Inserting the value of a variable (a variable is also
known as a "target") into HTML is the most basic task that you can
perform with DTML. Many DTML tags insert variable values, and
they all do it in a similar way. Let's look more closely at how
Zope inserts variable values.
% Anonymous User - Oct. 30, 2003 3:30 pm:
Please indicate name for newbies of the DTML Method only Id of "pricelist" is indicated
% Anonymous User - Nov. 10, 2003 9:49 am:
x
% Anonymous User - Nov. 18, 2003 5:27 am:
Genuine Newbie Question:
1. What's the difference between the title and the id?
2. What are the properties (attributes) of DTML documents used for?
Perhaps you could give a simple example.
More information about the ZDP
mailing list