[TYPO3-english] tt_news rss feed doesn't work

horace grant horace3d at gmail.com
Wed Aug 18 20:27:54 CEST 2010


hi,

i am trying to add a rss feed of my tt_news to my site but i can't get
it to work. i have googled for various tutorials about it and have
followed them but the generated xml never contains any news (the page
i specified in my setup does contain news!).

the generated xml looks like this:



  <?xml version="1.0" encoding="iso-8859-1" ?>
  <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
  <title>www.mywebsite.com - Latest News</title>
  <link>http://www.mywebsite.com/cms/</link>
  <description>www.mywebsite.com - Latest News</description>
  <language>en</language>
  <image>
  <title>www.mywebsite.com - Latest News</title>
  <url>http://www.mywebsite.com/cms/typo3conf/ext/tt_news/ext_icon.gif</url>
  <link>http://www.mywebsite.com/cms/</link>
  <width>18</width>
  <height>16</height>
  <description>www.mywebsite.com - Latest News</description>
  </image>
  <generator>TYPO3 - get.content.right</generator>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <lastBuildDate>Thu, 01 Jan 1970 01:00:00 +0100</lastBuildDate>
  </channel>
  </rss>



this is my setup:



xmlnews = PAGE
xmlnews {
    typeNum = 100
    10 >
    10 < plugin.tt_news
    10.pid_list >
    10.pid_list = 32 # this page contains the tt_news plugin in LIST mode
    10.singlePid = 33
    10.defaultCode = XML
    config {
        disableAllHeaderCode = 1
        additionalHeaders = Content-type:text/xml
        no_cache = 1
        xhtml_cleaning = 0
    }
}



does anyone have any ideas about what could be the reason for this?

cheers,
horace


More information about the TYPO3-english mailing list