<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/97/xml.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>Pull parsing XML in PHP</title>
		   <link>http://www.programmerkingdom.com/view/451/pull-parsing-xml-in-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
PHP 5 introduced XMLReader, a new class for
reading Extensible Markup Language (XML). Discover the XMLReader
library, which is bundled with PHP 5 and enables PHP pages to process
XML documents in an efficient streaming mode.

Pull parsing XML in PHP

PHP 5 introduced XMLReader, a new class for reading Extensible Markup Language (XML). Unlike SimpleXML or the Document Object Model (DOM), X...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Processing XML with PHP</title>
		   <link>http://www.programmerkingdom.com/view/453/processing-xml-with-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
PHP provides several functions to process
XML-compliant documents by using the expat library. These functions are
made available to the programmer if PHP has been compiled with expat. 



Processing XML with PHP In this tutorial
you will learn the basics of using PHP to interpret XML.

A markup
language is a collection of directions and special symbols that are
inserted throughout a d...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Programming eBay Web Services</title>
		   <link>http://www.programmerkingdom.com/view/454/programming-ebay-web-services.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This article demonstrates how to use
Services_Ebay to search eBay and display results, similar to what an
eBay affiliate might write. In the process, it gives a small taste of
what you can begin to do with the package. 


Programming eBay Web Services with PHP 5 and Services_Ebay

Over the last ten years, eBay has emerged
as a platform where people can buy and sell practically anything............</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Retrieving XML With Curl</title>
		   <link>http://www.programmerkingdom.com/view/455/retrieving-xml-with-curl.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this tutorial we'll be using curl to
retrieve the XML data from a remote web server. We're going to create a
class to connect to the remote web server and pass POST data to the
server and based on the POST data the remote server will return valid
XML. 

Retrieving XML With Curl and SimpleXML
Introduction

PHP 5 introduces SimpleXML and its a perfect name as parsing XML data
is truly...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Work with XML Data</title>
		   <link>http://www.programmerkingdom.com/view/456/work-with-xml-data.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
One of the incubator projects in the Zend
Framework is Zend_Db_Xml. Zend_Db_Xml, also known as the XML Content
Store (XCS), allows web applications that use XML data to easily
update, save, and otherwise manage this data. 

Work with XML Data

We
have touched on a series of use cases, from simple to complex, for
managing XML data in an application. The remaining pieces of the
applicati...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>XML document construction</title>
		   <link>http://www.programmerkingdom.com/view/458/xml-document-construction.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
When working with XML-based applications,
developers often find themselves facing the requirement to generate
XML-encoded data structures on the fly. Examples of this include an XML
order template based on user input in a Web form. 

Dynamic XML document construction with the PHP DOM


When working with XML-based applications, developers often find
themselves facing the requirement to g...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
