Skip to content

Instantly share code, notes, and snippets.

@mikewadhera
Created June 17, 2010 03:26
Show Gist options
  • Save mikewadhera/441646 to your computer and use it in GitHub Desktop.
Save mikewadhera/441646 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
xmlns:prop="http://www.involver.com/schema/property-set.xsd"
xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>RSS Example</title>
<description>This is an example of an RSS feed</description>
<link>http://www.domain.com/link.htm</link>
<lastBuildDate>Mon, 28 Aug 2006 11:12:55 -0400 </lastBuildDate>
<pubDate>Tue, 29 Aug 2006 09:00:00 -0400</pubDate>
<item>
<title>Item Example</title>
<description>This is an example of an Item</description>
<link>http://www.domain.com/link.htm</link>
<guid isPermaLink="false"> 1102345</guid>
<pubDate>Tue, 29 Aug 2006 09:00:00 -0400</pubDate>
<media:content url="http://cdn.kaltura.com/p/20283/sp/2028300/thumbnail/entry_id/0_vhxuni7k/type/3" type="image/jpeg" medium="image" width="120" height="90" />
<prop:PropertySet>
<prop:Entry key="SPOY Rank">1</prop:Entry/>
<prop:Entry key="Points">10000</prop:Entry>
<prop:Entry key="Relationship Status">Single</prop:Entry>
</prop:PropertySet>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment