in reply to Re: Pulling in an RSS feed for parsing
in thread Pulling in an RSS feed for parsing

Last time I checked XML::RSS leaked memory like there's no tomorrow, so I ended up writing my own parser based on XML::LibXML. XML::RSS surely useful, but you have to be careful with it, especially when you use it in a long-running process.

  • Comment on Re^2: Pulling in an RSS feed for parsing

Replies are listed 'Best First'.
Re^3: Pulling in an RSS feed for parsing
by mrborisguy (Hermit) on Jul 06, 2005 at 13:32 UTC

    Ever plan on releasing your module into CPAN?

        -Bryan

      XML::RSS::LibXML ;)

      it's more or less compatible with XML::RSS, but probably not 100%. Let me know if you see any problems