Hi, folks

I hacked a simple geoURL modult yesterday that allows me to use WorldKit with Drupal (see http://brainoff.com/weblogs/blogtalk/map/ for an example of what I intend to do).

The problem is that I need to alter the RSS feed in several ways in order for this to work properly. Here is an example of a Geourl-enhanced RSS feed:

http://brainoff.com/weblogs/blogtalk/index.xml

So, what do I need?

1) Alter "rss" tag
2) Add a couple of new tags to each item. In particular, I need to add the following tags:

dc:subject, icbm:lat, icbm:lon

Is there a hook that's executed by rss formatter somewhere, or do I have to patch the node_feeds function in node.module?