Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!iad-peer.news.verio.net!nuq-peer.news.verio.net!news-peer-west.sprintlink.net!news.sprintlink.net!newsfeed.corridex.com!nntp2.savvis.net!inetarena.com!not-for-mail
From: Jonathan Eisenzopf <
[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCE: XML::RSS 0.2
Followup-To: comp.lang.perl.modules
Date: 27 Jul 1999 15:56:12 GMT
Organization: AT&T WorldNet Services
Lines: 36
Approved:
[email protected] (comp.lang.perl.announce)
Message-ID: <
[email protected]>
NNTP-Posting-Host: halfdome.holdit.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:335 comp.lang.perl.modules:12558
DLSI=adpO
This is the second alpha release because the API has not
been finalized. The module will be available at your local
CPAN archive. Alternatively, try one of the 2 URLs:
http://www.perl.com/CPAN/authors/id/E/EI/EISEN/XML-RSS-0.2.tar.gz
http://www.perlxml.com/modules/XML-RSS-0.2.tar.gz
This Perl module provides a basic framework for creating and maintaining
RDF Site Summary (RSS) files. This distribution also contains several
examples that allow you to generate HTML from an RSS file.
This might be helpful if you want to include news feeds on your Web
site from sources like Slashot and Freshmeat.
RSS is primarily used by content authors who want to create a
Netscape Netcenter channel, however, that doesn't exclude us from using
it
in other applications.
For example, you may want to distribute daily news headlines to partners
and
customers who convert it to some other format, like HTML.
For the most part the module adheres to the RSS spec as it exists at
http://my.netscape.com/publish/help/quickstart.html.
Unfortunately, the RSS spec also allows one to use any HTML entity
without
first declaring them. Since XML::RSS is based on XML::Parser, you
can only use the default XML entities.
Please send comments, problems, etc. to
[email protected]. I am especially
looking for suggestion for additional functionality.
Jonathan.