5 Apr
2003
5 Apr
'03
12:22 a.m.
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>
8402
Age (days ago)
8402
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jamie