Skip to content

lestrrat-p5/XML-RSS-Liberal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

XML::RSS::Liberal - XML::RSS With A Liberal Parser

SYNOPSIS

use XML::RSS::Liberal;
my $rss = XML::RSS::Liberal->new;
$rss->parsefile('rss.xml');

# See XML::RSS::LibXML for details

DESCRIPTION

XML::RSS::Liberal is a subclass of XML::RSS::LibXML, for those of you who want to parse broken RSS files (as they often are). It uses XML::Liberal as its core parser, and therefore it can parse whatever broken XML you provided, so as long as XML::Liberal can tolerate it.

METHODS

create_libxml

Creates a new parser.

SEE ALSO

XML::RSS::LibXML XML::Liberal

AUTHORS

Daisuke Maki daisuke@endeworks.jp, Tatsuhiko Miyagawa miyagawa@bulknews.net

About

XML::RSS::LibXML witha "Liberal" parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages