There are a couple threads about creating custom syndication feeds, but none ever seem to arrive at an answer.
Has anyone figured out how to add custom item elements to a feed? The example in the django docs shows very clearly how to add hard-coded attributes to the root, but avoids offering an example of using SyndicationFeed.add_item_elements(). It seems to do this in anything other than a trivial way you will want access to the item object, but it get passed an item which is "a dictionary of all the data passed to SyndicationFeed.add_item()" That's where they lost me. Does anyone have an example? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.