RSS 2.0

RSS (Really Simple Syndication) is a standard for publishing frequently updated content, such as blog entries, news articles, and podcasts. It allows users to subscribe to a website or other content provider and receive updates whenever new content is published.

What?

A Java program that outputs a group of HTML files given a valid RSS 2.0 list . The program will read the input XML file into an XMLTree (OSU CSE Component) object and then process the list of RSS feeds from the XMLTreeFor each RSS feed. Then the program will generate an HTML page with a table of links to all the news items in the feed

How?

Used Java to write and compile entire project. Utilized the OSU CSE components library for data types that read in and write data. Used CSE component XMLTree to parse XML trees and display information in HTML.

Results

Satisfied project requirements. Scored 10/10.

Location

Columbus, OH