<?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>Purely Technological &#187; xml</title>
	<atom:link href="http://blog.jstrese.net/article/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jstrese.net</link>
	<description>A blog about technology and development</description>
	<lastBuildDate>Wed, 13 May 2009 14:38:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP DOMXML: Constructing an (Atom) RSS Feed</title>
		<link>http://blog.jstrese.net/article/5/php-domxml-constructing-an-atom-rss-feed/</link>
		<comments>http://blog.jstrese.net/article/5/php-domxml-constructing-an-atom-rss-feed/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 01:02:46 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.jstrese.net/?p=5</guid>
		<description><![CDATA[There&#8217;s no doubt an easier way of parsing an RSS feed (xml) than by using DOM XML, but I&#8217;m here to show you how to do it the hard way. Infact, you could learn a thing or two by taking the harder, yet still logical, routes in programming.
The Basic Elements of an Atom RSS Feed
First, [...]]]></description>
		<wfw:commentRss>http://blog.jstrese.net/article/5/php-domxml-constructing-an-atom-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
