mspieth / rssdler

Automatically exported from code.google.com/p/rssdler
4 stars 0 forks source link

MakeRss Class does not keep all feed properties #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Element attributes, and many elements, get dropped with the MakeRss class.
This makes editing the RSS in a postDownloadFunction rather difficult, as
the changes will not be kept across downloads.

What we really need is a good way to convert from a feedparser entry
dictionary to an xml node in RSS2.0 or some other feed standard. If anyone
knows of an implementation to do this, please pass it on.

Original issue reported on code.google.com by lostnihi...@gmail.com on 12 Dec 2007 at 4:01