TAL vs. DTML default example text
16 Aug
2002
16 Aug
'02
5:20 a.m.
If someone can tell me how to do the same thing as <dtml-var standard_html_template> using TAL, I'd appreciated it. What is confusing is that adding a fresh DTML Doc has the standard_page header and footer examples put into it, yet a fresh ZPTemplate has a different example entirely. Apologies for the newbie spamming. -Patrick Price
16 Aug
16 Aug
9:59 a.m.
New subject: [Zope] TAL vs. DTML default example text
Patrick Price wrote:
If someone can tell me how to do the same thing as
<dtml-var standard_html_template>
using TAL, I'd appreciated it.
<tal:x replace="here/standard_html_template"/> But go and read up about METAL, which is probably what you want if you ask this question ;-) cheers, Chris
8635
Age (days ago)
8635
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Patrick Price