<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 03:46:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Reading RSS feeds in PHP: Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/6884</guid>
      <link>http://www.phpdeveloper.org/news/6884</link>
      <description><![CDATA[<p>
In a <a href="http://www.phpbuilder.com/columns/ian_gilfillan20061212.php3">new tutorial</a> over on PHPBuilder.com today, they demonstrate how to create and work with one of the most popular data exchange formats on the web today - RSS.
</p>
<blockquote>
Recently I was looking for an RSS aggregator. I was having surprising difficulty finding one that did exactly what I wanted. [...] I began seriously considering writing my own. This month, I show you how to create a basic RSS reader yourself.
</blockquote>
<p>
He <a href="http://www.phpbuilder.com/columns/ian_gilfillan20061212.php3">gives a simple primer</a> to what RSS is and what it looks like (explaining the XML spec) and includes an example of what a simple document looks like. He uses the older XML functionality in PHP (expat) to do the parsing and includes to code that he uses to get the job done.
</p>]]></description>
      <pubDate>Wed, 13 Dec 2006 11:46:00 -0600</pubDate>
    </item>
  </channel>
</rss>
