RSS validation this helped me
$str = str_replace('& # 4 4 ;', "'", $str);
<link><![CDATA[{LINKURL}]]></link>
This thread is closed, so you cannot post a reply.
Comments on RSS validation
Forum Regular
Usergroup: Customer
Joined: Feb 19, 2004
Location: Michigan
Total Topics: 57
Total Comments: 185
adding the below into the rssfeed.php removespecial function fixed alot of my validation errors.
Remove the spaces from & # 4 4 ; (forum chages it)
Maybe you could put it in the default so that I don't overwrite on the next upgrade.
Forum Regular
Usergroup: Customer
Joined: Feb 19, 2004
Location: Michigan
Total Topics: 57
Total Comments: 185
Also, & signs aren't allowed
So I enclosed my link aread with a CDATA section
This is my template now
Forum Regular
Usergroup: Customer
Joined: Feb 19, 2004
Location: Michigan
Total Topics: 57
Total Comments: 185
Note that my rss reader (Feed Reader) won't display feeds with encoding errors, so mine doesn't work at all without the above changes.