Been using rss-synd for ages! It's working very well and I'm really happy about it.
One thing though: it seems to have trouble recognising self-closing tags in XML. It's either that, or it just doesn't allow tags (with the same name?) contained in other tags.. This is causing an error when using feedburner.com-urls, at least the one I'm trying to have listed in my channel: http://feeds.feedburner.com/TEDTalks_video.
The piece of their output-XML, that's causing this problem:
Code: Select all
<itunes:category text="Arts">
<itunes:category text="Design" />
</itunes:category>
<itunes:category text="Education">
<itunes:category text="Higher Education" />
</itunes:category>
<itunes:category text="Science & Medicine">
<itunes:category text="Natural Sciences" />
</itunes:category>
<itunes:category text="Technology" />
The error rss-synd returns:
I have tried playing around a bit in the source-code, but I can't get it fixed... That's why I'm now asking you: can you have this fixed?RSS Malformed Feed: Tag not closed: "<itunes:category>"
Thanks in advance!