RSS Utilities: A Tutorial
Rodrigo Oliveira developed a JSP Tag Library to be used by anybody with
a basic understanding of RSS, JavaServer Pages, and HTML. The taglib is
mostly geared towards non-technical editors of Web sites that use RSS
for aggregating news content. The goal was to develop a JSP tag library
that would simplify the use of RSS content (versions 0.91, 0.92 and 2.0)
in Web pages.
RSS and You
Perl.com's Chris Nandor looks at some of the issues in parsing valid XML
and RSS files with Perl.
Making Headlines with RSS
"Using Rich Site Summaries To Draw New Visitors." Our own Jonathan
Eisenzopf shows how to use his XML::RSS Perl module to create an RSS
channel. From WebTechniques Volume 5, Issue 2, Feb. 2000.
Mother of
Perl
A series of how-to articles on Perl and XML by Jonathan Eisenzopf.
Includes Web-based open source tools to create and edit RSS files.
Retrieve Syndicated Content, Transform It, and Display the Result
In this article, Nick Chase shows how to retrieve syndicated content and
convert it into headlines for your site. Since no official format for
such feeds exists, aggregators are often faced with the difficulty of
supporting multiple formats, so Nick also explains how to use XSL
transformations to more easily deal with multiple syndication file
formats.
Writing RSS 1.0
A step-by-step tutorial to creating an RSS 1.0 document by hand.
Processing
XML/RSS feeds with ColdFusion MX
This tutorial will show you how to parse XML files (RSS Feeds) with
ColdFusion MX and it uses an EasyCFM.COM Feed for example [Feed: 5 Most
Viewed Tutorials]. It shows you how to call it via CFHTTP all the way to
parse and display your records!
Creating
your very own RSS XML Feeds with ColdFusion MX!
Have you ever wanted to create your very own RSS XML News Feeds? This
tutorial will show you how to create an RSS feed that will allow you to
syndicate your web site and allow the world to easily use your data!
Build an RSS Generator Component (VB.NET)
by Stan Schultes. Easily create an RSS feed that has many potential uses
in sharing information both within and outside your organization. Learn
how to build an RSS generator component you can reuse in your own
applications.
RSS Feeds In Movable Type
How to edit Movable Type's RSS template to change the language, include
an image, and include your contact information.
XML
Corner: Dynamic Content for Your Applications
This article demonstrates how the MSXML parser can be used to construct
a very simple headline reading tool. It also shows how to use an XML to
Netscape's "what's related?" feature.
Generating RSS with ASP
An article explaining how RSS files can be generated using ASP (Active
Server Pages).