Hi,
the issue may be in the used transformation. Here is an example of transformation which can be used with a xml data source in
atom feed web part:
<entry>
<title><![CDATA[<%# Eval("NewsTitle") %>]]></title>
<link href="<%# GetAbsoluteUrl(GetDocumentUrlForFeed(), Eval("SiteName")) %>"/>
<id>urn:uuid:<%# Eval("NodeGUID") %></id>
<published><%# GetAtomDateTime(Eval("NewsReleaseDate")) %></published>
<updated><%# GetAtomDateTime(Eval("DocumentModifiedWhen")) %></updated>
<author>
<name><%# Eval("NodeOwnerFullName") %></name>
</author>
<summary type="html"><![CDATA[<%# Eval("NewsSummary") %>]]></summary>
</entry>
In the XML data source has to be filled following properties:
XML URL (e.g. http://devnet.kentico.com/CMSPages/BugtrackerRss.aspx)
Table name: item
If it will not help, could you please share with us the url, from which data should be read.
Best regards,
Ivana Tomanickova