UseBB Community

The official board for UseBB help and discussion

UseBB Community » Bug Reports » [FIXED] RSS feed fails to validate

[FIXED] RSS feed fails to validate

Page: 1

Author Post
Member
Registered: Jan 2008
Posts: 22
I've got a forum called "V&A" and UseBB does make it an &, which is good for HTML output.

The RSS feed gives me also the HTML encoded output, which fails to validate. RSS should not contain HTML Entities.

According to w3's feed validator that is.

Some RSS parsers fails on HTML encoding in the RSS feed. Other errors (no email in <author> or some missing atomlink don't brake feeds..
« Last edit by Dietrich on Thu Feb 14, 2008 5:52 pm. »
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
Thanks for reporting. This should be fixed. Changes applied in CVS:
- replaced <author /> with <dc:creator />
- added <atom:link /> for self-reference
- all CDATA enclosures were removed
- all data is now in plain text (with hexadecimal entities) except for the item descriptions (escaped HTML)
- added domain attribute to <category>
- now served with application/rss+xml content-type

The RSS feed should now always validate.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
« Last edit by Dietrich on Thu Feb 14, 2008 5:54 pm. »

Page: 1

UseBB Community » Bug Reports » [FIXED] RSS feed fails to validate

UseBB Community is powered by UseBB 1 Forum Software