Ok, first of all, thx for this wonderful engine, I like it a lot, but ATOM and RSS 1.0 feeds drive me crazy with warnings.
My site is Valid XHTML 1.0 | Valid CSS | Valid RSS 2.0 no problems whatsoever, BUT while trying to validate the atom feed with freevalidator it says
1 - "summary should not contain HTML unless declared in the type attribute"
basically it points to my VALID (and I mean it) HTML tags within <summary> , stating it should be not <summary type="text/plain"... but rather <summary type="text/html". So im wondering should I change it in the hardcode of wp-atop.php ?
2 - The validators says: "Non-Atom 1.0 feeds should not be served with the "application/atom+xml" media type" , so again it suggests me to change it (because it's 0.3, not 1.0) to application/rss+xml or application/xml.
What should I do?
As of RSS 1.0 - it says (not freevalidator, it does not give me any errors but http://librdf.org/rss/ )
XML parser error - Input is not proper UTF-8, indicate encoding ! Bytes: 0xD0 0xBF 0xD1 0x80
XML Parsing failed
So here Title: Missing. This is a required element of <item> - see RSS 1.0 section 5.5
Link: Missing. for all my 1.5.1.2 news! (but it's Ok with those I posted with 1.5.1.3 installed
Should I ignore it and rely on freevalidator's results or there is something wrong with the file? Because even http://www.walidator.com/ does not find any problems wth?