I was able to figure this out.

 

I needed to change <span tal:replace=”container/conent”></span> to <span tal:replace=”structure container/conent”></span>

 

Thanks anyway,

Jamie

Jamie@brobus.net

 

-----Original Message-----
From: Jamie [mailto:jamie@brobus.net]
Sent:
Friday, April 04, 2003 6:34 PM
To: 'zope@zope.org'
Subject: ZPT vs DTML problems

 

 

 

 

Is there something similar to tal:replace that applies any markup in the object you are replacing the tag with? Example:

 

-index_html-

<html>

<body>

<span tal:replace=”container/content”></span>

</body

</html>

 

-content-

 

<h1>Hello World</h1>

 

 

produces this when I view:

 

<h1>Hello World </h1>