IlPadrino;
I was viewing the downloaded .php file in Notepad++, so it was showing me exactly the same as the feed validator at w3.org. The validator did not report unclosed 'div' tags, however they are still there - possibly because the validator is not looking for html, and so doesn't report a problem when the html isn't complete? I don't know; I'm a complete novice at this stuff.
That said, I think I've discovered something; the Interact feed only produces unclosed 'div' tags when it cuts off the 'item' description before it gets to the end of the quote, eg.
The code looks like this:
<div class="quote">There don't appear to be any unmatched div's in the forum code. It seems like the forum is sending html that sage can't render properly. I don't think the probl...]]>
You can see that however it is editing the post, it is cutting the source code from the board, so the closing tag doesn't make it into the feed..
Bob;
I hope that this is of some use to you. By the way, when I validated the feed at w3.org, it gave this error:
pubDate must be an RFC-822 date-time (40 occurrences)
<pubDate>Thu, 01 Dec 2005 06:52:07 GMT Standard Time</pubDate>
with an indicator where I have made the colon red.
Sorry to add to your woes, but there's no publication date on the board when I view it; I thought it was because none was included, but maybe this is the problem...