21687c1105
XML::RSS::Parser is a lightweight liberal parser of RSS feeds. This parser is "liberal" in that it does not demand compliance of a specific RSS version and will attempt to gracefully handle tags it does not expect or understand. The parser's only requirements is that the file is well-formed XML and remotely resembles RSS. Roughly speaking, well formed XML with a channel element as a direct sibling or the root tag and item elements etc. There are a number of advantages to using this module then just using a standard parser-tree combination. There are a number of different RSS formats in use today. In very subtle ways these formats are not entirely compatible from one to another. XML::RSS::Parser makes a couple assumptions to "normalize" the parse tree into a more consistent form. For instance, it forces channel and item into a parent-child relationship. WWW: http://search.cpan.org/dist/XML-RSS-Parser/
12 lines
499 B
Text
12 lines
499 B
Text
%%SITE_PERL%%/XML/RSS/Parser.pm
|
|
%%SITE_PERL%%/XML/RSS/Parser/Characters.pm
|
|
%%SITE_PERL%%/XML/RSS/Parser/Element.pm
|
|
%%SITE_PERL%%/XML/RSS/Parser/Feed.pm
|
|
%%SITE_PERL%%/XML/RSS/Parser/Util.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/Parser/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/Parser
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
|
@dirrmtry %%SITE_PERL%%/XML/RSS/Parser
|
|
@dirrmtry %%SITE_PERL%%/XML/RSS
|
|
@dirrmtry %%SITE_PERL%%/XML
|