On Mar 27, 9:42 pm, "alex23" <[EMAIL PROTECTED]> wrote: > > 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
Looks like there's an RSS module too: http://www.mnot.net/python/RSS.py http://www-128.ibm.com/developerworks/webservices/library/ws-pyth11.html Fredrik Lundh also has some info on his site: http://effbot.org/zone/effnews-1.htm Have fun with the snake! Mike -- http://mail.python.org/mailman/listinfo/python-list