[Zope] Re: Caling DTML from ZPT. Not rendering.

Michael Haubenwallner michael at d2m.at
Thu Feb 5 13:00:06 EST 2004


Jason C. Leach wrote:
> When calling a DTML method from a ZPT:
> <span tal:content="here/myDTMLmethod/"></span>
> 
> I get the HTML text in an un-renderd version: The HTML text appears as.
> How can I get the HTML included and renderd?

use this:

<span tal:content="structure here/myDTMLmethod/"></span>

-- 
michael





More information about the Zope mailing list