Hi
I want to aggregate a bunch of blogger derived blogs that are avalible as atom.xml feeds to html (making this page avalible as an atom feed is not required).
Think is I can't work out how to do it from the cpan documentation on account of my lack of mental powers. I was hoping someone could post a quick atom2html.pl to get me started :) use XML::Atom::Entry; looks promising but I dont get why the title and stuff are defined, shurley this is defined in the feed. To get an entry object seems to need use XML::Atom::Client; and my $entry = $api->getEntry($EditURI); type thing. but once I have an entry what do i do with it?