
XML::Atom::Stream - A client interface for AtomStream

use XML::Atom::Stream; my $url = "http://danga.com:8081/atom-stream.xml"; my $client = XML::Atom::Stream->new( callback => \&callback, ); $client->connect($url); sub callback { my($atom) = @_; # $atom is a XML::Atom::Feed object }

XML::Atom::Stream is a consumer of AtomStream.

Tatsuhiko Miyagawa <miyagawa@bulknews.net> with tips from Benjamin Trott and Brad Fitzpatrick.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

XML::Atom, XML::Atom::Filter, http://www.livejournal.com/users/brad/2143713.html