• I’m running the latest from svn as of maybe 20 minutes ago and I noticed that the feeds are no longer validating on feed validator. http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fmadrugada.saadiq.org%2Ffeed%2Frss2%2F

    rss2 and rss:
    Undefined description element: img

    atom:
    Undefined summary element: img
    Invalid HTML: unexpected namespace: http://purl.org/atom/ns#
    summary claims to be escaped, but isn’t

    The site in question is a photoblog and as such, has only a thumbnail in the excerpt field. This may be highlighting the problem but it seems that the text is no longer being url escaped. Anyone else noticing this? If it’s just me, I can certainly fix mine, but wanted to see if this was just an oversight in the midst of larger changes. Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter saadiq

    (@saadiq)

    For anyone who is interested, I have resolved the issue on my instance so that validation url in the previous post will respond with VALID even if no one updates the files in source control. All I’ve done is drop a CDATA tag around the description field.

    <![CDATA[<?php the_excerpt_rss() ?>]]>

    If anyone knows why this isn’t a good idea, let me know. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘V1.5 feeds no longer validating’ is closed to new replies.