Wednesday 03 October 2007 5:57:10 am
Hello, I'm using the RSS mode of ezpublish, but under IE 7, we can filter the RSS flow, for example on a category or a topic, and add a picture... I would like to know if it's possible to manage this in ezpublish ?? Here is an example of code XML from a flow RSS :
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<item>
<title>my title</title>
<link>
http://www.mysite.com/mypage.html
</link>
<category>my category</category>
<pubdate>02/10/2007</pubdate>
<description>my description</description>
</item>
</channel>
</rss>
thanks for your help Anthony
Anthony
|