<?xml version="1.0"?>
<!--
	
	This XML file contains a custom data structure that is based on the RSS format. This
	XML file can be read as an RSS feed by most moderm RSS readers and is used to create
	a data driven experience for the http://www.JasonWeber.com website.
	
	Main Schema:
		title: Title for this item which will appear as RSS Heading and Website Section title.
		link: A link to the website which is the landing page for this item.
		year: Year that this item was published (eliminates complex XSLT string/date parsing).
		pubDate: When this item was published to the RSS feed.
		description: Summary of what to expect in this review content.
		author: Person who added the item to this datasource.

 -->

<rss version="2.0">
  <channel>

	<!-- RSS Channel Header -->
    <title>Jason Weber's Posts</title>
    <link>http://www.JasonWeber.com</link>
    <description>Jason Weber's Posts</description>
    <language>en-us</language>
    <pubDate>Sun, 13 Oct 2008 12:00:00 PST</pubDate>
    <lastBuildDate>Sun, 13 Oct 2008 12:00:00 PST</lastBuildDate>
    <generator>Jason Weber's Custom Generator</generator>
    <managingEditor>Jason@JasonWeber.com</managingEditor>
    <webMaster>Jason@JasonWeber.com</webMaster>

	<!-- PostingID #3 -->
    <item>
      <title>Test Three</title>
      <guid>3</guid>
      <link>http://www.JasonWeber.com/Website/Blog/Main/Default.aspx?Post=3</link>
      <author>Jason Weber</author>
      <authorEmail>Jason@JasonWeber.com</authorEmail>
      <pubDate>Sun, 13 Oct 2008 12:00:00 PST</pubDate>
      <category>Sports</category>
      <year>2009</year>
      <month>12</month>
      <description>
		This is a test webblog posting. The weblog you are viewing is being built from scratch to help me learn some of the new web 
		technologies that have evolved over the last two years. There are three versions of this weblog which use different combinations 
		of ASP.Net 3.5, ASP.Net AJAX, CSS, XML, XSLT, and SQL Server 2008. This weblog extends the RSS schema to enable data driven attributes 
		and may not work correctly in all RSS readers. When this weblog is finished the source will be provide as sample code.
	  </description>
    </item>
    
	<!-- PostingID #2 -->
    <item>
      <title>Test Two</title>
      <guid>2</guid>
      <link>http://www.JasonWeber.com/Website/Blog/Main/Default.aspx?Post=2</link>
      <author>Jason Weber</author>
      <authorEmail>Jason@JasonWeber.com</authorEmail>
      <pubDate>Sun, 13 Oct 2008 11:00:00 PST</pubDate>
      <category>Business</category>
      <category>Software</category>
      <year>2008</year>
      <month>3</month>
      <description>
		This is a test webblog posting. The weblog you are viewing is being built from scratch to help me learn some of the new web 
		technologies that have evolved over the last two years. There are three versions of this weblog which use different combinations 
		of ASP.Net 3.5, ASP.Net AJAX, CSS, XML, XSLT, and SQL Server 2008. This weblog extends the RSS schema to enable data driven attributes 
		and may not work correctly in all RSS readers. When this weblog is finished the source will be provide as sample code.
	  </description>
    </item>

	<!-- PostingID #1 -->
    <item>
      <title>Test One</title>
      <guid>1</guid>
      <link>http://www.JasonWeber.com/Website/Blog/Main/Default.aspx?Post=1</link>
      <author>Jason Weber</author>
      <authorEmail>Jason@JasonWeber.com</authorEmail>
      <pubDate>Sun, 13 Oct 2007 12:00:00 PST</pubDate>
      <category>Software</category>
      <year>2007</year>
      <month>3</month>
      <description>
		This is a test webblog posting. The weblog you are viewing is being built from scratch to help me learn some of the new web 
		technologies that have evolved over the last two years. There are three versions of this weblog which use different combinations 
		of ASP.Net 3.5, ASP.Net AJAX, CSS, XML, XSLT, and SQL Server 2008. This weblog extends the RSS schema to enable data driven attributes 
		and may not work correctly in all RSS readers. When this weblog is finished the source will be provide as sample code.
	  </description>
    </item>

  </channel>
</rss>