<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pete Deremer &#187; PHP</title>
	<atom:link href="http://www.petederemer.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petederemer.com</link>
	<description>Just Cuz</description>
	<lastBuildDate>Wed, 07 Apr 2010 22:18:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tennis on Campus Counter &#8211; XML Style</title>
		<link>http://www.petederemer.com/2010/01/11/tennis-on-campus-counter-xml-style/</link>
		<comments>http://www.petederemer.com/2010/01/11/tennis-on-campus-counter-xml-style/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:52:56 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tennis on Campus Counter]]></category>
		<category><![CDATA[Comma Separated]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=132</guid>
		<description><![CDATA[When I first started Tennis on Campus Counter, I put the scraped information into a comma separated for processing by the PHP scripts. This changed a few days ago however. I recently dug deeper into the world of XML and started to think about how it could be of use to me. In the past [...]]]></description>
			<content:encoded><![CDATA[<p>When I first started Tennis on Campus Counter, I put the scraped information into a comma separated for processing by the PHP scripts.  This changed a few days ago however.</p>
<p>I recently dug deeper into the world of XML and started to think about how it could be of use to me.  In the past I had always used XML for something someone else started.  After I thought about it, I realized that TOC Counter was the perfect place for this.  As such, I set about converting it to XML.</p>
<p>This ended up being a very simple process.  The PHP parsing code is also now cleaner.  Overall I was very impressed with how handy XML was.</p>
<p>Check out the end product: <a href="http://www.petederemer.com/toc/schools.xml">http://www.petederemer.com/toc/schools.xml</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2010/01/11/tennis-on-campus-counter-xml-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
