Hej Guys,
I wanted to ask if it could be somehow possible to use Templates/Datalister to generate/edit Standard RSS feeds of NewsModule?
I have some a RSS link on news page, that is generated by NewsModule, and those feeds are not containing <body> element and that is required.
This is how feed looks now:
<item>
<title>Fest - fredag d. 2. november 2012</title>
<link>http://www.abcschool.dk/Default.aspx?ID=76&PID=75&M=NewsV2&Action=1&NewsId=112</link>
<pubDate>Tue, 25 Sep 2012 15:10:00 GMT</pubDate>
<guid isPermaLink="false">http://www.abcschool.dk/Default.aspx?ID=76&PID=75&M=NewsV2&Action=1&NewsId=112</guid>
</item>
And this is how I want it to see:
<item>
<title>Fest - fredag d. 2. november 2012</title>
<link>http://www.abcschool.dk/Default.aspx?ID=76&PID=75&M=NewsV2&Action=1&NewsId=112</link>
<pubDate>Tue, 25 Sep 2012 15:10:00 GMT</pubDate>
<guid isPermaLink="false">http://www.abcschool.dk/Default.aspx?ID=76&PID=75&M=NewsV2&Action=1&NewsId=112</guid>
<body>News text goes here...</body>
</item>
Any suggestions on that?
Regards,
Dmitrij