On 4 Aug 2009, at 00:50, Russell Keith-Magee wrote: >> >> >> Does anybody have any opinions on the current way of using methods on >> the Feed object (title(), link(), description() etc) to build the >> feed? For me, it has proved inflexible and a little messy, but I >> can't >> think of a better solution. > > Can you elaborate on the inflexibilities you have seen? When I've hit > problems with Feeds, it's been mostly due to the 'bits' parsing - the > individual feed elements have fallen out reasonably easily.
There's no elegant way to add custom elements/attributes to the feed. It is possible using the lower level feedgenerator, but it's not elegant by any means. I'll have a think about it... Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
