NAME
XML::RSS::LibXML::Parser - RSS Parser for XML::RSS::LibXML
SYNOPSIS
use XML::RSS::LibXML;
use XML::RSS::LibXML::Parser;
my $rss = XML::RSS::LibXML->new;
my $p = XML::RSS::LiBXML::Parser->new;
$p->parsefile($rss, $file);
$p->parse($rss, $string);
DESCRIPTION
XML::RSS::LibXML::Parser parses RSS files and appropriately populates the data structures in XML::RSS::LibXML
METHODS
new
Create a new parser.
parsefile($rss, $file)
Parses an RSS file $file and populate $rss with its data.
parse($rss, $string)
Parses an RSS string and populate $rss with its data.
AUTHOR
Copyright (c) 2005 Daisuke Maki <dmaki@cpan.org>. Development partially funded by Brazil, Ltd. <http://b.razil.jp>