On Tue, 2005-10-25 at 08:06 -0600, Matt Thompson wrote: > I was wondering if anyone knows how to get the output of repo-rss into > valid RSS for reading in Bloglines? > > I used to use yum --generate-rss in FC3 to monitor my updates, and it > did generate valid RSS/XML. Now, however, in FC4 I use repo-rss but the > output via -f: > > repo-rss -f /var/www/html/updates.xml updates-released > > doesn't make a valid file (from Bloglines: No feeds were found. Please > verify that the website publishes an RSS feed.). Comparing to "yum > --generate-rss", it's missing the <?xml version="1.0"...> bits that were > generated before. Do I need to specify the -ldt flags or is there an > additional script I can use to "bracket" the output with appropriate XML > language? odd. repo-rss runs to create the feeds available at: http://fedoraproject.org/infofeed/ an example: <?xml version="1.0" encoding="utf-8"?> <rss version="2.0"> <channel> <title>Fedora Extras Development</title> <link>http://download.fedora.redhat.com/pub/fedora/linux/extras/development/</link> so it seems like the <?xml> bits are there. can you attach a small sample of one of your generated files? thanks, -sv