CDATA section in zpt

"Jürgen R. Plasser" <[email protected]> Fri, 25 Nov 2005 11:27:13 +0100
Newsgroups gmane.comp.web.zope.page-templates
Organization Hexagon EDV
Message-ID <[email protected]>
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