Re: Rss Feed Creator

2007-11-27 Thread James Matthews
Thank you everyone! On Nov 27, 2007 10:13 AM, Vladimir Rusinov <[EMAIL PROTECTED]> wrote: > > > On 11/27/07, James Matthews <[EMAIL PROTECTED]> wrote: > > > > I am looking for a library that will create Rss/Atom feeds in python. It > > needs to format the XML in a readable format! Does anyone hav

Re: Rss Feed Creator

2007-11-27 Thread Vladimir Rusinov
On 11/27/07, James Matthews <[EMAIL PROTECTED]> wrote: > > I am looking for a library that will create Rss/Atom feeds in python. It > needs to format the XML in a readable format! Does anyone have any > suggestions? You can also use some xml-based template engine (Kid or Genshi). -- Vladimir Ru

Re: Rss Feed Creator

2007-11-27 Thread Stefan Behnel
Shane Geiger wrote: > James Matthews wrote: >> I am looking for a library that will create Rss/Atom feeds in python. >> It needs to format the XML in a readable format! Does anyone have any >> suggestions? http://trac.openplans.org/openplans/browser/TaggerClient/trunk/taggerclient/atom.py?rev=6717

Re: Rss Feed Creator

2007-11-26 Thread James Matthews
Is there any where you do not have us tidy? On Nov 27, 2007 2:03 AM, Shane Geiger <[EMAIL PROTECTED]> wrote: > I think this is what you need to make the output readable: > > tidy -asxml output.xml > > > > > > James Matthews wrote: > > Thank You Shane, > > > > However that is using PyRss2Gen which

Re: Rss Feed Creator

2007-11-26 Thread Shane Geiger
I think this is what you need to make the output readable: tidy -asxml output.xml James Matthews wrote: > Thank You Shane, > > However that is using PyRss2Gen which doesn't put newlines in the XML. > So it's a little out of the picture! > On Nov 27, 2007 1:57 AM, Shane Geiger < [EMAIL PROTECT

Re: Rss Feed Creator

2007-11-26 Thread James Matthews
Thank You Shane, However that is using PyRss2Gen which doesn't put newlines in the XML. So it's a little out of the picture! On Nov 27, 2007 1:57 AM, Shane Geiger <[EMAIL PROTECTED]> wrote: > http://www.bigbold.com/snippets/tag/beautifulsoup > > > > James Matthews wrote: > > Hi, > > > > I am look

Re: Rss Feed Creator

2007-11-26 Thread Shane Geiger
http://www.bigbold.com/snippets/tag/beautifulsoup James Matthews wrote: > Hi, > > I am looking for a library that will create Rss/Atom feeds in python. > It needs to format the XML in a readable format! Does anyone have any > suggestions? > > Thanks James > > > -- > http://search.goldwatches.co

Rss Feed Creator

2007-11-26 Thread James Matthews
Hi, I am looking for a library that will create Rss/Atom feeds in python. It needs to format the XML in a readable format! Does anyone have any suggestions? Thanks James -- http://search.goldwatches.com/?Search=Movado+Watches http://www.goldwatches.com/coupons http://www.jewelerslounge.com --

Re: RSS feed creator

2007-03-04 Thread Jeff McNeil
What about this? http://www.dalkescientific.com/Python/PyRSS2Gen.html On 3/4/07, Florian Lindner <[EMAIL PROTECTED]> wrote: > Hello, > I'm looking for a python library that creates a RSS and/or Atom feed. E.g. I > give a list like that: > [ > [title1, short desc1, author1], > [title2, short

RSS feed creator

2007-03-04 Thread Florian Lindner
Hello, I'm looking for a python library that creates a RSS and/or Atom feed. E.g. I give a list like that: [ [title1, short desc1, author1], [title2, short desc2, author2], ] and the library creates a valid feed XML file. (return as a string) Thanks, Florian -- http://mail.python.org/mailma