Sorry

This feed does not validate.

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

Source: http://feedvalidator.org/testcases/ext/cf/example.xml

  1. <!--
  2.  Description:  example from http://msdn.microsoft.com/XML/rss/sle/default.aspx
  3.  Expect:       Error
  4. -->
  5.  
  6. <rss version="2.0"
  7.      xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005"
  8.      xmlns:book="http://www.example.com/book">
  9.  <channel>
  10.    <cf:treatAs>list</cf:treatAs>
  11.    <title>Books in My Collection</title>
  12.    <link>http://www.example.com/collectionofbooks.htm</link>
  13.    <cf:listinfo>
  14.      <cf:sort label="Relevance" default="true" />
  15.      <cf:sort ns="http://www.example.com/book"
  16.        element="firstedition" label="First Edition" data-type="date" />
  17.      <cf:group ns="http://www.example.com/book" element="genre" label="Genre" />
  18.    </cf:listinfo>
  19.    <item>
  20.      <title>Great Journeys of the Past</title>
  21.      <author>Bob</author>
  22.      <description>A wonderful history of great journeys</description>
  23.      <book:firstedition>Sat, 07 Sep 2002 00:00:01 GMT</book:firstedition>
  24.      <book:genre>Travel</book:genre>
  25.    </item>
  26.    <item>
  27.      <title>Horror Stories, vol 16</title>
  28.      <author>Steve</author>
  29.      <description>Our favorite horror author provides us with another great collection</description>
  30.      <book:firstedition>Thu, 25 Aug 2005 00:00:01 GMT</book:firstedition>
  31.      <book:genre>Horror</book:genre>
  32.    </item>
  33.  </channel>
  34. </rss>
  35.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda