[ZPT] Authoring tools and tag-nesting problems

Evan Simpson evan@digicool.com
Thu, 5 Apr 2001 16:40:59 -0500


From: "Hamish Lawson" <hamish_lawson@yahoo.co.uk>
> I had a template with the following snippet:
>
>    <b tal:content="container/name">Joe</b>
>
> When I edited this template in Dreamweaver UltraDev and applied a
> subtle shade of pink to "Joe", I found that the resulting HTML was:
>
>    <b tal:content="container/name"><font
color="#FF0080">Joe</font></b>

This is a tough one.  We may not be able to do anything more reasonable
here than warn people if they have tags inside of a tal:content="text"
statement tag.

Cheers,

Evan @ digicool