On 8/1/06, Jonathan Rockway <[EMAIL PROTECTED]> wrote: > > Thanks for the info. I was kinda confused about the whole thing. > Apparently there are 9 formats, all alike, but all incompatible. I > thought RSS 2.0 would be "the best" since it did everything I wanted it > to, and had the official-sounding name. (I tried Atom initially, but > ran into limitations with XML::Feed::Atom; namely that I couldn't > specify both links and guids, and that I couldn't put in both content > and a description... or something like that.)
I believe guid can be set as $entry->id, in the same way as you can set content to $entry->content and description to $entry->summary. -- Tatsuhiko Miyagawa _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
