Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Andy Smith
RE: writing rss/atom? [ reply ]  
2008-02-25 19:52
There is currently no support for generating RSS/Atom output from a feed-normalizer data structure. You would need to iterate over the fields in the Entry object and build your xml manually.

By: Don Park
writing rss/atom? [ reply ]  
2008-02-23 19:11
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.