feed-normalizer is very nice for reading streams. my app wants to output a single stream that is composed of a selection of articles from multiple streams.
is there an easy way to get an rss xml snippit from a FeedNormalizer::Entry object? i tried .to_rss with no luck.
|