28 Nov
2003
28 Nov
'03
9:05 p.m.
Jay Dorsey wrote at 2003-11-27 12:13 -0600:
... The PageTemplates originally contained HTML, but I'm not so stuck on it that I can't use Structured Text instead (it doesn't seem to me that there is an html option for tal:content tags). Regardless of whether I use "structure" or "text", the content comes back as text when I view the page.
You want to use the "structure" prefix (see "TAL" documentation): <XXX tal:content="struture item">... -- Dieter