[TYPO3-german] HTML-Content im RSS-Feed der News-Extension(Ext:News)
JCL - Johannes C. Laxander
jc at laxander.com
Tue May 15 16:26:48 CEST 2012
Problem gelöst!
Der Fehler lag hier:
<content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/";>
^
Das Semikolon am Ende muss weg! Danach hats funktioniert!
Johannes.
> JCL - Johannes C. Laxander
> Gesendet: Dienstag, 15. Mai 2012 14:13
> Hallo Lars,
>
> > Am 19.04.2012 07:39, schrieb Lars Brinkmann:
> >
> > Mit folgendem Code in der
> > List.xml hat es jetzt geklappt:
> >
> > <content:encoded
> > xmlns:content="http://purl.org/rss/1.0/modules/content/";>
> > <n:format.hsc>{newsItem.bodytext}</n:format.hsc>
> > </content:encoded>
> >
>
>
> ich stehe vor dem gleichen Problem und hatte mich schon
> darüber gefreut, deine Lösung hier in der Liste gefunden zu
> haben. Allerdings funktioniert das bei mir nicht, irgendwas
> fehlt oder ich mache was falsch.
>
> Ich habe
>
> <description>
>
> <n:format.hsc><n:format.striptags>{newsItem.teaser}</n:format.
> striptags></n:format.hsc>
> </description>
>
> ersetzt durch:
>
> <content:encoded
> xmlns:content="http://purl.org/rss/1.0/modules/content/";>
> <n:format.hsc>{newsItem.bodytext}</n:format.hsc>
> </content:encoded>
>
> Aber im FF wird nichts angezeigt und der IE sagt: Dieser Feed
> enthält Fehler.
>
> Irgend eine Idee?
>
More information about the TYPO3-german
mailing list