![]() |
|
Validating Gallery RSS feed - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Validating Gallery RSS feed (/thread-3104.html) |
Validating Gallery RSS feed - benjancewicz - 2008-06-16 Hi everyone, Here's the validation page: http://feedvalidator.org/check.cgi?url=http%3a%2f%2fwww.zerflin.com%2fZenPhoto%2frss.php What can I do? Thanks! Validating Gallery RSS feed - acrylian - 2008-06-16 Actually we last changed on the feed some weeks ago and that was all about validation. Could you please try one thing? Please add the line (At least the feed is working for me...) Validating Gallery RSS feed - benjancewicz - 2008-06-16 Added it on, still no go The whole section now looks like this (FYI): `require_once(ZENFOLDER . "/template-functions.php"); $themepath = 'themes'; $host = htmlentities($_SERVER["HTTP_HOST"], ENT_QUOTES, 'UTF-8'); function fixRSSDate($bad_date) {` (the reason I need it to validate is because I have Feedburner turning the feed into HTML and publishing it on my front page: www.zerflin.com) Validating Gallery RSS feed - acrylian - 2008-06-16 The feed actually should validate, but I actually don't know feedburner (heard of, never used).
You could try to add `` to the feed. Another thing I noticed, the feed file should be utf-8 encoded, but your feed file seems to be "Western Roman". This may be the cause for some things, too. |