<?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>Wed, 19 Jun 2013 18:17:46 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[IBM developerWorks: Turn SQL into XML with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8326</guid>
      <link>http://www.phpdeveloper.org/news/8326</link>
      <description><![CDATA[<p>
On the IBM developerWorks site today, there's a <a href="http://www.ibm.com/developerworks/xml/library/x-query2xml/index.html">new tutorial</a> by <i>Vikram Vaswani</i> walking through the use of the <a href="http://pear.php.net/package/XML_Query2XML/">XML_Query2XML PEAR package</a> to pull data from your SQL database and push it into an XML structure.
</p> 
<blockquote>
Ever wished for an easy way to transform SQL result sets into XML? It's a PEAR package named XML_Query2XML, and it provides a comprehensive framework to efficiently turn the results of a database query into a customizable XML document. This article introduces the package, and demonstrates useful real-world applications, including using it with XSL and XPath, combining it with data from external Web services, and creating database dump files.
</blockquote>
<p>
They <a href="http://www.ibm.com/developerworks/xml/library/x-query2xml/index.html">go through</a> the installation and the steps to create the XML:
</p>
<ul>
<li>Convert SQL to XML
<li>Transform XML output with XSL
<li>Customize XML output
<li>Work with SQL joins
<li>Filter SQL records with XPath
<li>Merge data from multiple sources
<li>Create database backups
</ul>
<p>
Check out <a href="http://www.ibm.com/developerworks/xml/library/x-query2xml/index.html">the full tutorial</a> for an excellent guide to using this powerful PEAR package.
</p>]]></description>
      <pubDate>Wed, 25 Jul 2007 09:21:00 -0500</pubDate>
    </item>
  </channel>
</rss>
