Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: http://feedvalidator.org/testcases/atom/3.3/published_bad_day.xml

  1. <!--
  2.  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
  3.  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
  4. -->
  5.  
  6. <!--
  7.  Description:  invalid published date (bad value for day)
  8.  Expect:       InvalidRFC3339Date{parent:entry,element:published}
  9. -->
  10.  
  11. <feed xmlns="http://www.w3.org/2005/Atom">
  12.  
  13.  <title>Example Feed</title>
  14.  <link href="http://example.org/"/>
  15.  <updated>2003-12-13T18:30:02.25Z</updated>
  16.  <author>
  17.    <name>John Doe</name>
  18.  </author>
  19.  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
  20.  
  21.  <entry>
  22.    <title>Atom-Powered Robots Run Amok</title>
  23.    <link href="http://example.org/2003/12/13/atom03"/>
  24.    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
  25.    <updated>2003-12-13T18:30:02Z</updated>
  26.    <summary>Some text.</summary>
  27.    <published>2003-07-32T15:51:30-05:00</published>
  28.  </entry>
  29.  
  30. </feed>
  31.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda