You can do it server-side, by fetching the feed, parsing it yourself and outputting whichever you'd like. This can be done using XSLT, or if you really want to go crazyhave some fun, you could read the file in, process it in your dev language of choice (MagpieRSS is good for this in PHP), and treat it the same way you would db regular site content.
Alternatively, you can do it client-side with some javascript - you can even get Google gadgets to do all of the work for you!
