[ZPT] slowly moving to ZPT concept

Evan Simpson evan@zope.com
Wed, 03 Oct 2001 13:25:11 -0400


Tom Deprez wrote:

> <td metal:fill-slot="navigation">
>   <span tal:replace="here/navigation1"></span>
> </td>
> 
> but that inserts the html source...


ZPTs do HTML quoting by default, unlike DTML.  To turn it off, you must use 
the 'structure' keyword, like so:

<span tal:replace="structure here/navigation1"></span>
Cheers,

Evan @ Zope