Re: [Tutor] Schema change in ElementTree

2010-08-15 Thread Stefan Behnel
Benjamin Serrato, 16.08.2010 05:51: Hi guys, thanks for you help in the past. I had my first occasion to write a useful script recently editing the contents of an xml file. It was pretty simple, but I have two problems which I know have to take care of by opening in Notepad++ and changing manua

[Tutor] Schema change in ElementTree

2010-08-15 Thread Benjamin Serrato
Hi guys, thanks for you help in the past. I had my first occasion to write a useful script recently editing the contents of an xml file. It was pretty simple, but I have two problems which I know have to take care of by opening in Notepad++ and changing manually. 1. The file output has LF not CR

Re: [Tutor] Parsing RSS Feeds

2010-08-15 Thread Nitin Das
http://www.feedparser.org/ --nitin On Mon, Aug 16, 2010 at 3:50 AM, aug dawg wrote: > Hey all, > > Does anyone know of any modules to help my program parse RSS feeds? > > Thanks! > > ___ > Tutor maillist - Tutor@python.or

Re: [Tutor] Parsing RSS Feeds

2010-08-15 Thread Steven D'Aprano
On Mon, 16 Aug 2010 08:20:15 am aug dawg wrote: > Hey all, > > Does anyone know of any modules to help my program parse RSS feeds? Yes, many people know of modules to parse RSS feeds. If you google for "Python RSS feed" you will find them. -- Steven D'Aprano __

[Tutor] Parsing RSS Feeds

2010-08-15 Thread aug dawg
Hey all, Does anyone know of any modules to help my program parse RSS feeds? Thanks! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor