I'm looking for a rss/atom filter which I can use to set criteria for the rss I list on my site.
for example: I have a rss news feed, I would like to use a url with critera that I can then use to filter the newsfeed.
example url
so if you want all items with the words "hello and "goodbye", but not the word "stupid" you would add
title=hello+goodbye-stupid to the url(like above).
The same would be for <link>, <description>, etc.
<item>
<title>hello</title>
<link> <description>this is a sample</description>
</item>
Does any one now how to do this. I'm a novice at php and have not clue. But I'm been trying to learn, and still can not figure it out.
for example: I have a rss news feed, I would like to use a url with critera that I can then use to filter the newsfeed.
example url
so if you want all items with the words "hello and "goodbye", but not the word "stupid" you would add
title=hello+goodbye-stupid to the url(like above).
The same would be for <link>, <description>, etc.
<item>
<title>hello</title>
<link> <description>this is a sample</description>
</item>
Does any one now how to do this. I'm a novice at php and have not clue. But I'm been trying to learn, and still can not figure it out.