<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: XML Box Scores Now Available</title>
	<atom:link href="http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/</link>
	<description>A Young Man's Primer on Sports Statistical Analysis</description>
	<lastBuildDate>Thu, 21 Aug 2008 22:48:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fantasy News</title>
		<link>http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-31</link>
		<dc:creator>Fantasy News</dc:creator>
		<pubDate>Thu, 03 Jul 2008 02:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-31</guid>
		<description>The sample sheets look great.  However, it abbreviates the first name of each player. . . Why?  That makes it harder to add to a database to keep track of things.  

I suppose the nfl.com boxscore must abbreviate the first name as well?  If that is the case. . then parsing nfl.com might not be the best route to go . .

What language is it coded in?  I would love to take a look because I was just about to purchase the nfl boxscore package at xmlteam. . .so this may be a better route :)

Please keep us updated!  I can smell football around the corner</description>
		<content:encoded><![CDATA[<p>The sample sheets look great.  However, it abbreviates the first name of each player. . . Why?  That makes it harder to add to a database to keep track of things.  </p>
<p>I suppose the nfl.com boxscore must abbreviate the first name as well?  If that is the case. . then parsing nfl.com might not be the best route to go . .</p>
<p>What language is it coded in?  I would love to take a look because I was just about to purchase the nfl boxscore package at xmlteam. . .so this may be a better route <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please keep us updated!  I can smell football around the corner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-26</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 20 Apr 2008 23:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-26</guid>
		<description>I too decided in 2007 to scrape the box scores from NFL.Com to use in a neural network. My parser is set up to select the box scores for any given week in any season, or an entire season&#039;s worth if available on nfl.com. 
 
Basically my steps are: 
1. gather the schedules in text format
2. let the PC format them as XML
3. select the schedule to fetch box scores for
4. iterate through the HTML, in memory, and output the box scores week by week and for a full season as xml.
5. Then I am able to use this data to complete calculations and format the select stats for a neural network as well.

I did all of my work in C# in VS 2003. I have since ported it to VS 2008. 

Very interesting. Keep it up.</description>
		<content:encoded><![CDATA[<p>I too decided in 2007 to scrape the box scores from NFL.Com to use in a neural network. My parser is set up to select the box scores for any given week in any season, or an entire season&#8217;s worth if available on nfl.com. </p>
<p>Basically my steps are:<br />
1. gather the schedules in text format<br />
2. let the PC format them as XML<br />
3. select the schedule to fetch box scores for<br />
4. iterate through the HTML, in memory, and output the box scores week by week and for a full season as xml.<br />
5. Then I am able to use this data to complete calculations and format the select stats for a neural network as well.</p>
<p>I did all of my work in C# in VS 2003. I have since ported it to VS 2008. </p>
<p>Very interesting. Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SportsPicksSystem</title>
		<link>http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-19</link>
		<dc:creator>SportsPicksSystem</dc:creator>
		<pubDate>Thu, 27 Dec 2007 04:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-19</guid>
		<description>Hello, 

I tried to open the file atl-car.xml from week1 directory. The game-metadata tag is never closed. I think this problem occurs in every files. Do you have the same problem? Anyway great work.

Sports Picks System</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I tried to open the file atl-car.xml from week1 directory. The game-metadata tag is never closed. I think this problem occurs in every files. Do you have the same problem? Anyway great work.</p>
<p>Sports Picks System</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-18</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 14 Dec 2007 23:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://drmarcey.wordpress.com/2007/12/14/xml-box-scores-now-available/#comment-18</guid>
		<description>Very cool. Keep up the great work.</description>
		<content:encoded><![CDATA[<p>Very cool. Keep up the great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
