[TYPO3-mvc] problem with fluid template for a rss feed

Bastian Waidelich bastian at typo3.org
Fri Nov 11 10:59:06 CET 2011


Kerstin Eitner wrote:

Hi Kerstin,

> In order the rss feed has the right structure and the hmtl-code is not
> interpreted as rss-tags, i have to wrap this into CDATA tags like:
>
> <content:encoded>
> <![CDATA[<b>test</b>]]>
> </content:encoded>

Everything in CDATA tags is ignored by Fluid. As you can see from my 
previous example, you shouldn't need CDATA tags at all.
have a look at the FLOW3 Blog package [1]

HTH
Bastiasn


[1] 
http://git.typo3.org/FLOW3/Packages/TYPO3.Blog.git?a=blob;f=Resources/Private/Templates/Post/Index.atom.xml;h=e59c27a510e339b29f110f98b084604be79ea2b2;hb=HEAD


More information about the TYPO3-project-typo3v4mvc mailing list