locked
Feeds and <guid> value RRS feed

  • Question

  • Can someone please explain how handle the <guid> value in an Feed xml

    I have the following scenario below that sometimes publishes an update for the same event/article therefore my <link> <guid> and guide value are the same
    however it generates an validation error "duplicate guid value" when I check it with Feed Validator.
    What is the correct way of handling this, I am new to this.

      <item>
       <title>World Budosai 2008 - Sugotere</title>
       <link>http://www.gojuokinawa.com/events.htm#World_Budosai_2008_-_Sugotere</link>
       <guid>http://www.gojuokinawa.com/events.htm#World_Budosai_2008_-_Sugotere</guid>
       <pubDate>Mon, 01 Sep 2008 18:00:00 +1000</pubDate>
       <description> This is an update to ...</description>
      </item>


      <item>
       <title>World Budosai 2008 - Sugotere</title>
       <link>http://www.gojuokinawa.com/events.htm#World_Budosai_2008_-_Sugotere</link>
       <guid>http://www.gojuokinawa.com/events.htm#World_Budosai_2008_-_Sugotere</guid>
       <pubDate>Fri, 22 Aug 2008 18:00:00 +1000</pubDate>
       <description>In occasion of the success of the World Budosai July 2008, a broadcasting team from RBC television ...</description>
      </item>
    • Edited by Kururunfa Tuesday, September 2, 2008 9:46 PM wrong value
    Tuesday, September 2, 2008 9:10 PM

Answers

All replies