freebsd-ports/textproc/p5-XML-RSS-Parser/pkg-descr
Erwin Lansing e9406f94ac - update from 0.21 to 1.01
- grab maintainership
- change depenency from XML-RSS to XML-Parser
- OO Rewrite.
- Documentation fixes.

PR:		60821
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-01-02 12:02:39 +00:00

9 lines
544 B
Text

XML::RSS::Parser is a lightweight liberal parser of RSS feeds that is derived
from the XML::Parser::LP module the I developed for mt-rssfeed -- a
MovableType plugin. This parser is "liberal" in that it does not demand
compliance to a specific RSS version and will attempt to gracefully handle
tags it does not expect or understand. The parser's only requirement is that
the file is well-formed XML. The module is leaner then XML::RSS -- the majority
of code was for generating RSS files.
WWW: http://search.cpan.org/dist/XML-RSS-Parser/