Hi all,

I'm developing an AppEngine service that will fetch an RSS/ATOM,
change something in it (add/remove/change some elements) and then
output the modified feed.

I'm using urlfetch to fetch the feed and feedparser to parse it into
memory. And now I need a way of modifying the feedparser memory
structure and generating an output feed. As I understand, feedparser
was not created with this purpose and doesn't support this.

So, is there any other library that might help me with this? I'm not
generating a feed from scratch, I'm just remixing an existing feed.
Using minidom to do low-level xml handling is something I'd like to
avoid since the task is very closely related to RSS/ATOM feeds. But if
anyone has done something similar with minidom - please let me know.

Any other ideas on implementing this service?

Thanks,
Ivan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to