Ok, I think I see the problem but I don't know what to do about it. It seems that if a feed is going to contain some html (of a forum article, for instance), then there are two basic ways it can be in the feed - as CDATA, in which case it's just a string to the xml parser, or else it can be part of the xml document, since html tags can be parsed like xml (I guess this is called xhtml). This second way is what's in your feed as the <content>, but I don't think the vbulletin feed reader can handle that option (or if it can, there's something about your feed that isn't working right). The result is that the value of feed:content is a big array containing the html data, and the rss poster doesn't know how to display that.
Sorry, I know this isn't very helpful. I might have more time to look for a solution later, if no one else comes up with anything.
|