Klaus Straubinger <[EMAIL PROTECTED]> writes: > According to nnrss-check-group, this should already work if the > RSS file has specified an author (or dc:creator or dc:contributor) node: > | (setq author (or (nnrss-node-text rss-ns 'author item) > | (nnrss-node-text dc-ns 'creator item) > | (nnrss-node-text dc-ns 'contributor item))) > > An example for this is "http://www.guardian.co.uk/rssfeed/0,,1,00.xml". > > You could advise the function nnrss-fetch to modify something if your > site uses yet another node name.
I looked into the RSS source, most of them actually does not contain an author field. The reason is that only those who have set author info on the trac site will have a valid author tag in the RSS... -- William http://williamxu.net9.org _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
