SV: [ZPT] how to include an HTML-fragment in a ZPT?

Magnus Heino (Rivermen) magnus.heino@rivermen.se
Thu, 10 May 2001 15:26:43 +0200


> Another variant I tested is
> <p tal:replace="structure nocall:here/aText.html">dummy</p>
> But here the literal HTML source is included in my document 
> which is not
> what I want.
> 
> Did I miss something?

This works for me...

<p tal:replace="structure aText.html()">dummy</p>

/Magnus