<?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>Thu, 04 Dec 2008 12:48:01 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[WebReference.com: XML-Enabled Applications]]></title>
      <guid>http://www.phpdeveloper.org/news/8663</guid>
      <link>http://www.phpdeveloper.org/news/8663</link>
      <description><![CDATA[<p>
WebReference.com has <a href="http://www.webreference.com/programming/php/xml-enabled-applications/">an excerpt posted</a> from one of Packt Publishing's latest PHP-related offerings, "PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and Ajax" (by <i>Yuli Vasiliev</i>). This specific chapter talks about XML-enabled applications and how PHP fits into the mix.
</p>
<blockquote>
Both PHP and Oracle provide comprehensive support for XML and XML-related technologies. Practically, this means you can perform any XML processing either with PHP or inside an Oracle database. [...] This chapter explains how to effectively use XML techniques and technologies available in PHP and Oracle when building XML-enabled PHP/Oracle applications.
</blockquote>
<p>
They <a href="http://www.webreference.com/programming/php/xml-enabled-applications/">cover</a> the processing of XML in PHP/Oracle apps (including the SAX, DOM and SimpleXML methods), working with XPath and processing the XML in the other half of the two - Oracle's XML processing functionality.
</p>
<p>
Check out <a href="http://www.packtpub.com/PHP-Oracle-Web-Development-XML-Ajax-Open-Source/book">the Packt website</a> for more information on the book.
</p>]]></description>
      <pubDate>Mon, 17 Sep 2007 10:24:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Creating an RSS Reader: the Reader]]></title>
      <guid>http://www.phpdeveloper.org/news/7251</guid>
      <link>http://www.phpdeveloper.org/news/7251</link>
      <description><![CDATA[<p>
In <a href="http://www.devshed.com/c/a/MySQL/Creating-an-RSS-Reader-the-Reader/">a new tutorial</a> from DevShed today, they walk you through the creation of a simple (very simple) RSS reader in PHP.
</p>
<blockquote>
In this article we are going to discuss how to create a PHP-based RSS reader. It would be helpful if you know something about XML, but not really necessary. RSS documents have three main tags: Title, Link and Description. And they all do exactly what their names suggest. I will go into detail about these tags in my second article dealing with 'building an RSS file.' For now, we will only focus on the 'reading' part of the article.
</blockquote>
<p>
They start with an overview, showing where you'll come from and where you're headed to. They include a section introducing the XML handing functions (SAX, not DOM) and use them in a chunk of code to read in the RSS file and handle the contents.
</p>]]></description>
      <pubDate>Fri, 09 Feb 2007 11:43:48 -0600</pubDate>
    </item>
  </channel>
</rss>
