mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
e9406f94ac
- grab maintainership - change depenency from XML-RSS to XML-Parser - OO Rewrite. - Documentation fixes. PR: 60821 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
10 lines
544 B
Plaintext
10 lines
544 B
Plaintext
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/
|