<?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>Decrypt Web &#187; XML</title>
	<atom:link href="http://blog.decryptweb.com/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Sat, 24 Jul 2010 05:58:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reading XML</title>
		<link>http://blog.decryptweb.com/reading-xml/</link>
		<comments>http://blog.decryptweb.com/reading-xml/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:30:52 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=124</guid>
		<description><![CDATA[I am listing here method for reading XML file or XML string with the help of PHP.

&#60;?php
$xml =&#60;&#60;&#60;EOT
&#60;?xml version=&#34;1.0&#34;?&#62;
&#60;root&#62;
&#60;section name=&#34;Section1&#34;&#62;
    &#60;category id=&#34;Category1&#34; name=&#34;google&#34;&#62;
    &#60;article name=&#34;article1&#34;&#62;value1&#60;/article&#62;
    &#60;/category&#62;
    &#60;category id=&#34;Category2&#34; name=&#34;yahoo&#34;&#62;
    &#60;article name=&#34;articleSection2&#34;&#62;Test value&#60;/article&#62;
    &#60;/category&#62;
&#60;/section&#62;
&#60;section name=&#34;Section2&#34;&#62;
  &#60;category id=&#34;category1_of_section2&#34; [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/reading-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate XML</title>
		<link>http://blog.decryptweb.com/generate-xml/</link>
		<comments>http://blog.decryptweb.com/generate-xml/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:30:45 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=43</guid>
		<description><![CDATA[XML files are used for various functionalities.
We can develop XML files by using PHP.
If you have to develop very small project, you can use XML files for saving data instead of MySQL or any other databse with PHP, which will be easy for maintaining and response time will be reduced.
I am listing a simple example.

&#60;?php

$doc [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/generate-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
