Anyone got recommendations for a python 1.5.2 module that parses rss 0.91, 0.92 and 1.0? Cheers. -- Andy McKay.
Try the ZExternalNews Zope product. The product is available on the Zope site. Its nothing fancy, but it does the job well and supports the rss versions you mention. I don't know of any actual Python modules, but I imagine you can take a peek at the ZExternalNews py files for inspiration :-) - Scott Andy McKay wrote:
Anyone got recommendations for a python 1.5.2 module that parses rss 0.91, 0.92 and 1.0?
Scott Wilson Technical Journalist Centre for Education Technology Interoperability Standards (CETIS) ---------------------------------- web: http://www.cetis.ac.uk email: s.wilson@bangor.ac.uk
Thanks, unfortunately its Python 2.x and Im stuck in Python 1.5.2 for the moment. Cheers. -- Andy McKay. ----- Original Message ----- From: "S.Wilson" <s.wilson@bangor.ac.uk> To: <zope@zope.org> Sent: Tuesday, August 28, 2001 9:30 AM Subject: Re: [Zope] rss parser
Try the ZExternalNews Zope product. The product is available on the Zope site. Its nothing fancy, but it does the job well and supports the rss versions you mention. I don't know of any actual Python modules, but I imagine you can take a peek at the ZExternalNews py files for inspiration :-)
- Scott
Andy McKay wrote:
Anyone got recommendations for a python 1.5.2 module that parses rss
0.91,
0.92 and 1.0?
Scott Wilson Technical Journalist Centre for Education Technology Interoperability Standards (CETIS) ---------------------------------- web: http://www.cetis.ac.uk email: s.wilson@bangor.ac.uk
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hello,
Anyone got recommendations for a python 1.5.2 module that parses rss 0.91, 0.92 and 1.0?
http://redfoot.sourceforge.net/ Unfortunately that supports only 1.0 AFAIK. Peerkat uses it. I'm not aware of anything that supports 0.91, 0.92, and 1.0. Luke
Thanks for all the recommendations, Ive thrown a hack together that works in 1.5.2 and get enough out of everything Ive been able to try it against... Cheers. -- Andy McKay. ----- Original Message ----- From: "Andy McKay" <andym@ActiveState.com> To: <zope@zope.org> Sent: Tuesday, August 28, 2001 8:52 AM Subject: [Zope] rss parser
Anyone got recommendations for a python 1.5.2 module that parses rss 0.91, 0.92 and 1.0?
Cheers. -- Andy McKay.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andy McKay -
Luke Tymowski -
S.Wilson