XML & Web Services

Univeral RSS Processor java package

com.myjavatools.xml.Rss is featured in the articel Java Package Processes All RSS Formats because it reads all known RSS formats (from version 0.90 to 2.0) and outputs all the converted data in the 2.0 format.

You can instantiate com.myjavatools.xml.Rss from any RSS feed, regardless of version. The class gives access to all the RSS elements, and you also can create new RSS containers, add or change the contents, and write RSS data to an output stream. However, it doesn't offer any syndication features, so no filtration or selection…

Looks interested to base RSS aggregating services on…

Average rating
(0 votes)

Similar entries