> I'm looking for sample code to generate an RSS feed.

For this, I highly recommend PyRSS2Gen: 
http://www.dalkescientific.com/Python/PyRSS2Gen.html

Very straightforward.

> I can annotate
> my html code with comments/tags to mark the articles, all I need is an
> "engine" to process the pages and generate the rss file.

If you're wanting to convert HTML to RSS, I'd recommend using
BeautifulSoup for parsing the HTML: 
http://www.crummy.com/software/BeautifulSoup/

Hope this helps.

-alex23


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to