• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/XML/RSS/H03-May-2022-5414

t/H03-May-2022-64

Build.PLH A D26-Apr-20131.8 KiB6954

ChangesH A D26-Apr-2013381 1813

LICENSEH A D26-Apr-201336 11

MANIFESTH A D26-Apr-2013105 1010

META.jsonH A D26-Apr-20131.9 KiB7675

META.ymlH A D26-Apr-20131,011 4241

README.mdH A D26-Apr-2013783 3420

cpanfileH A D26-Apr-2013143 86

README.md

1# NAME
2
3XML::RSS::Liberal - XML::RSS With A Liberal Parser
4
5# SYNOPSIS
6
7    use XML::RSS::Liberal;
8    my $rss = XML::RSS::Liberal->new;
9    $rss->parsefile('rss.xml');
10
11    # See XML::RSS::LibXML for details
12
13# DESCRIPTION
14
15XML::RSS::Liberal is a subclass of XML::RSS::LibXML, for those of you who
16want to parse broken RSS files (as they often are). It uses XML::Liberal as
17its core parser, and therefore it can parse whatever broken XML you provided,
18so as long as XML::Liberal can tolerate it.
19
20# METHODS
21
22## create\_libxml
23
24Creates a new parser.
25
26# SEE ALSO
27
28[XML::RSS::LibXML](http://search.cpan.org/perldoc?XML::RSS::LibXML)
29[XML::Liberal](http://search.cpan.org/perldoc?XML::Liberal)
30
31# AUTHORS
32
33Daisuke Maki <daisuke@endeworks.jp>, Tatsuhiko Miyagawa <miyagawa@bulknews.net>
34