Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15420

Re: RSS feed creation?

Subject Re: RSS feed creation?
From Adam Tauno Williams <awilliam@whitemice.org>
Date 2011-11-07 11:54 -0500
References <CAGGBd_pnKbF93GCW5NdTZENt+u6nFnb4tR00fz0xEtVk6oB1Cg@mail.gmail.com> <j980vt$e95$1@dough.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.2504.1320686843.27778.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, 2011-11-07 at 08:22 +0100, Stefan Behnel wrote:
> Dan Stromberg, 06.11.2011 21:00:
> > Is there an opensource Python tool for creating RSS feeds, that doesn't
> > require large dependencies?
> > I found feedformatter.py on pypi, but it seems a little old, and its sole
> > automated test gives a traceback.
> > Is there a better starting point?
> > (I'd of course prefer something that'll run on 3.x and 2.x, but will settle
> > for either)
> I'd just go with ElementTree and builder.py.
> http://effbot.org/zone/element-builder.htm

+1
<http://docs.python.org/library/xml.etree.elementtree.html>

RSS is just XML, just use the XML toolchain.

And use <http://validator.w3.org/feed/#validate_by_input> to check what
you create.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

#15420 

csiph-web