|
Posted by Mumia W. on January 22, 2008, 1:25 am
Please log in for more thread options
On 01/20/2008 04:04 PM, RJ Newt wrote:
> I'm trying to parse up a feed but XML::Atom::Feed doesn't seem to
> recognize that anything at all is in the XML string I'm feeding to
> it. Here's a complete example of how it is not working:
> [...]
>
> print 'feed count: ', scalar(@entries), "\n";
> print 'version: ', $feed->version, "\n";
>
> Here's the output:
> feed count: 0
> version:
>
Your program works for me. Perhaps you don't have the right versions of
the modules that XML::Atom::Feed depends upon.
|