Developer forum

Forum » Development » Templates/datalister question

Templates/datalister question

Dmitrij Jazel
Reply

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&amp;PID=75&amp;M=NewsV2&amp;Action=1&amp;NewsId=112</link>
     <pubDate>Tue, 25 Sep 2012 15:10:00 GMT</pubDate>
     <guid isPermaLink="false">http://www.abcschool.dk/Default.aspx?ID=76&amp;PID=75&amp;M=NewsV2&amp;Action=1&amp;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&amp;PID=75&amp;M=NewsV2&amp;Action=1&amp;NewsId=112</link>
     <pubDate>Tue, 25 Sep 2012 15:10:00 GMT</pubDate>
     <guid isPermaLink="false">http://www.abcschool.dk/Default.aspx?ID=76&amp;PID=75&amp;M=NewsV2&amp;Action=1&amp;NewsId=112</guid>
     <body>News text goes here...</body>
   </item>

Any suggestions on that?

 

Regards,

Dmitrij


Replies

 
Dmitrij Jazel
Reply
Anyone?
 
Kristian Knudsen
Reply

Have you tried to use XML publishing which is available in the Data List module? It is described here: http://manual.dynamicweb-cms.com/Dynamicweb-On-line-Manual/Modules/Data-Lists/XML-publication.aspx

 
Dmitrij Jazel
Reply

Hello Kristian,

That sounds like something I actually need... support told me to use that Datalister but I think XML publishing is actually something that can fix the issue...

I will come back to you on this topic with my findings.

Many thanks for now :-)

Regards,

Dmitrij

 

 

You must be logged in to post in the forum