Forums / Developer / Syndication RSS : filter

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Syndication RSS : filter

Author Message

Anthony M.

Wednesday 03 October 2007 5:57:10 am

Hello,

I'm using the RSS mode of Exponential, 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 Exponential ??

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