Source: http://gceclub.sun.com.cn/staticcontent/html/2004-04-22/rss.html
RSS development tutorial
By Rodrigo Oliveira
RSS (Really Simple Syndication) is a web content chain format. RSS has become a standard format for chained news through the Web. As part of my recent contract with Sun Microsystems, I am responsible for developing a "JSP tag library" that anyone who understands RSS, JavaServer pages, and HTML can use ". Taglib is intended for non-technical editors of websites that use RSS to collect news. My goal is to develop a JSP tag library that simplifies the use of RSS content (0.91, 0.92, and 2.0) on the web page.
RSS utilities package is the result of this project. It includes a set of custom JSP tags that complement the RSS utilities tag library and flexible RSS syntax analyzer. This document describes how to use the syntax analyzer and libraries provided by the RSS utilities package. Click here to download the first version. The zip file contains a jar file rssutils. jar (This file contains the classes required to use this tool) and a TLD file (this file defines the JSP custom tag that extracts information from the RSS document ).
*
......
[Read the full text]