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

Kerstin Eitner eitner.kerstin at googlemail.com
Thu Nov 10 16:12:00 CET 2011


Hi Sebastian,

i tried your hint to wrap the tag inside <![CDATA[...]] like:

<![CDATA[<content:encoded></content:encoded]]>

but unfortunately the error stays the same:
'Namespace prefix content on encoded is not defined'

The source code of the rss feed looks quite good like:

<item>						
	<title></title>							
	<link></link>
	<description></description>
	<content:encode></content:encode>
</item>


Do i have to wrap it in another way?
Or is this an error concerning the news extension?


Thanks and Greets
Kerstin



Am 10.11.2011 15:33, schrieb Sebastian Kurfürst:
> Hi Kerstin,
>
> you can wrap the tag inside <![CDATA[ ... ]]>, then it is ignored by the
> Fluid parser.
>
> Greets, Sebastian



More information about the TYPO3-project-typo3v4mvc mailing list