Well that feed is breaking RSS 2.0 by having a URL right in the image
element like this:


Code:
--------------------
    
  <image>
  http://www.mbn.org/AllSites/Images/midday_pod_graphic.jpg
  </image>
  
--------------------


When it should be:

Code:
--------------------
    
  <image>
  <url>http://www.mbn.org/AllSites/Images/midday_pod_graphic.jpg</url>
  <title>Image Title</title>
  <link>http://www.mbn.org</link
  </image>
  
--------------------


More info:
https://contact.indymedia.org/feedvalidator/docs/rss2.html#ltimagegtSubelementOfLtchannelgt


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=27139

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to