Loba
-
6/10/2010 9:11:54 AM
RE:CMSPages\NewsRss
Hello Ondrej, thanks a lot for your support, i found what you told me, and the instructions to manage trasformations, but i still can't display images on my news rss.
Actually my rss item is
<item> <guid isPermaLink="true"><![CDATA[<%# GetAbsoluteUrl(GetDocumentUrl()) %>]]></guid> <title><![CDATA[<%# Eval("NewsTitle") %>]]></title> <description><![CDATA[<%# Eval("NewsSummary") %>]]></description> <pubDate><%# Convert.ToDateTime(Eval("NewsReleaseDate")).ToString("r") %></pubDate> <link><![CDATA[<%# GetAbsoluteUrl(GetDocumentUrl()) %>]]></link> </item>
Could you tell me the steps to add the news related image in this item? Thanks.
|