Re: CDATA section in zpt
Chris Withers <[email protected]> Fri, 25 Nov 2005 12:48:30 +0000
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
The TAL interpretter parses the source of hte ZPT as XML, and so doesn't do anything with CDATA sections. Annoying, isn't it? ;-) Chris Jürgen R. Plasser wrote: > How can I accomplish a CDATA section in page templates? > > The following does not work: > > <content:encoded> > <![CDATA[ > <span tal:replace="..." /> > ]]> > </content:encoded> > > What am I missing here? > > -Jürgen > > _______________________________________________ > ZPT mailing list > [email protected] > http://mail.zope.org/mailman/listinfo/zpt > -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk