February 27, 2010
What’s The Best Opensource Rss/atom Library Available For Development.?
Rome and Informa in Java are the most poular ones.
Related Posts
Filed under Uncategorized by
Rome and Informa in Java are the most poular ones.
Filed under Uncategorized by
Comments on What’s The Best Opensource Rss/atom Library Available For Development.? »
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!