ZPT vs DTML problems
4 Apr
2003
4 Apr
'03
11:33 p.m.
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>
4 Apr
4 Apr
11:42 p.m.
New subject: [Zope] 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:
<span tal:replace=”container/content”></span>
<span tal:replace=”structure container/content”></span> will decline to HTML-escape the output (because you tell it the output is structural -- wrt to HTML.) --jcc
8403
Age (days ago)
8403
Last active (days ago)
1 comments
2 participants
participants (2)
-
J Cameron Cooper -
Jamie