What’s the best opensource RSS/ATOM library available for development?
By Daki - Last updated: Friday, November 28, 2008 - Save & Share - 2 Comments
AshNix asked:
This is more like a survey. You can answer specifically for your own preferred languague(Java, PHP, Perl, etc).
kuapp.com/
This is more like a survey. You can answer specifically for your own preferred languague(Java, PHP, Perl, etc).
kuapp.com/
Posted in Misc • • Top Of Page
2 Responses to “What’s the best opensource RSS/ATOM library available for development?”
Comment from Magic Z
Time December 4, 2008 at 10:20 pm
Rome and Informa in Java are the most poular ones.


Comment from Jake Cigar
Time December 1, 2008 at 12:29 pm
what languages do you want? I use a perl module from cpan.org that really helps me do rss feeds.
I use xsl to generate more complex atom feeds!
I’ve also used perl for some rss feeds from a content managment system
cpan module XML::RSS;
but I like xsl best!