[Zope] Re: TAL vs. DTML default example text
Chris Withers
chrisw@nipltd.com
Fri, 16 Aug 2002 16:11:10 +0100
atrick Price wrote:
> What's confusing me now is that from within a ZPT, using tal:replace to
> "inline" another ZPT using the syntax below, the inlined document html
> tags aren't being processed - they are being displayed as normal text.
> I'll look into METAL in the meantime... Thanks.
Sorry, my mistake:
<tal:x replace="structure here/standard_html_template"/>
But METAL is what you want ;-)
Chris