<?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>PHP for everyone &#187; XML</title>
	<atom:link href="http://www.php4every1.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php4every1.com</link>
	<description>Blog with PHP, MySQL and other tutorials. You can also download my scripts, report a bug or leave a feedback.</description>
	<lastBuildDate>Fri, 30 Dec 2011 13:25:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Edit XML</title>
		<link>http://www.php4every1.com/tutorials/edit-xml/</link>
		<comments>http://www.php4every1.com/tutorials/edit-xml/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 17:27:19 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Tutorial Requests]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=537</guid>
		<description><![CDATA[I had an idea about creating tutorial that will cover manipulating XML in PHP. The idea was to create some software that will use XML as a database. But then I realized that it will take me to much writing (about 100 pages) so I may create some video tutorials later. But since I've got a lot of requests where readers asked from me to create some tutorial about editing XML so I decided to create simple tutorial.]]></description>
		<wfw:commentRss>http://www.php4every1.com/tutorials/edit-xml/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>PHP DomDocument Tutorial</title>
		<link>http://www.php4every1.com/tutorials/php-domdocument-tutorial/</link>
		<comments>http://www.php4every1.com/tutorials/php-domdocument-tutorial/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:31:32 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=427</guid>
		<description><![CDATA[This will be a quick tutorial that will show you how to use PHP's DOMDocument to parse your XML so you do not have to use XML parser. In this tutorial you'll see how to loop through your XML file and how to extract some specific data. For this, we will use XML file that is available on w3school.com.]]></description>
		<wfw:commentRss>http://www.php4every1.com/tutorials/php-domdocument-tutorial/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

