[TYPO3-english] Re: enabling RSS feed with tx_news
Brandon Walsh
brandon.walsh at gmail.com
Fri Nov 18 19:39:28 CET 2016
Okay, I added RSS configuration code to typo3conf/ext/news/Configuration/TypoScript/setup.txt and I am now generating the RSS feed. Now I am confused because it seems that the RSS feed is not being generated from the template news/Resources/Private/Templates/News/List.xml. Changes I make to that template do not show up in the feed (after flushing the cache, of course). Specifically, I am wondering how to fix this problem where all <link> elements in the RSS feed come out like this:
<link />/path/to/blog/post</link>
The opening <link> tag is always closed, like <link />. It is not written this way in the List.xml file, so I am wondering where this could be coming from. But as I said, no other changes I make to the List.xml file appear in the RSS feed. Please help!
More information about the TYPO3-english
mailing list