<?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>Open Source Web Developers Resources &#187; XML</title>
	<atom:link href="http://inwebdeveloper.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://inwebdeveloper.com</link>
	<description>Best Open Source Resources  for Web Developers</description>
	<lastBuildDate>Tue, 22 May 2012 16:23:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Tutorial : Parsing XML With PHP</title>
		<link>http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/</link>
		<comments>http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 20:23:06 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=1472</guid>
		<description><![CDATA[Parsing XML With PHP Maybe it&#8217;s a lot of tutorials that teach how to parsing XML with PHP. However, only the basics. What if a little more complicated. This time I made a tutorial how to parsing XML with PHP, then process the data into MySQL. First, an XML file. [php] &#60;db_admin&#62; &#60;row&#62; &#60;id_admin&#62;1&#60;/id_admin&#62; &#60;adm_nama&#62;NAWA&#60;/adm_nama&#62; [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save XML file to host?</title>
		<link>http://inwebdeveloper.com/2011/05/06/how-to-save-xml-file-to-host/</link>
		<comments>http://inwebdeveloper.com/2011/05/06/how-to-save-xml-file-to-host/#comments</comments>
		<pubDate>Fri, 06 May 2011 08:58:14 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=967</guid>
		<description><![CDATA[How to save XML file to host? [php] $rss = simplexml_load_file(&#8216;http://inwebdeveloper.com/feed/&#8217;); echo &#8216;&#60;h1&#62;&#8217;. $rss-&#62;channel-&#62;title . &#8216;&#60;/h1&#62;&#8217;; foreach ($rss-&#62;channel-&#62;item as $item) { echo &#8216;&#60;h2&#62;&#60;a href=&#34;&#8217;. $item-&#62;link .&#8217;&#34;&#62;&#8217; . $item-&#62;title . &#34;&#60;/a&#62;&#60;/h2&#62;&#34;; echo &#34;&#60;p&#62;&#34; . $item-&#62;pubDate . &#34;&#60;/p&#62;&#34;; echo &#34;&#60;p&#62;&#34; . $item-&#62;description . &#34;&#60;/p&#62;&#34;; } $rss-&#62;asXML(&#8216;inwebdeveloper.xml&#8217;); [/php]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/05/06/how-to-save-xml-file-to-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Composite C1: Open Source Web CMS based on .NET</title>
		<link>http://inwebdeveloper.com/2010/10/14/composite-c1-open-source-web-cms-based-on-net/</link>
		<comments>http://inwebdeveloper.com/2010/10/14/composite-c1-open-source-web-cms-based-on-net/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 05:18:15 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[.NET 4]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[Composite C1]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[WebMatrix]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=354</guid>
		<description><![CDATA[There&#8217;s a new open source web content management system on the market today. Danish owned Composite C1 is now available under the MPL 1.1 license and available on Codeplex. Composite C1 first arrived on the scene in 2009, but the .NET web content management system was not open source. A Microsoft Gold Partner, they have [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/10/14/composite-c1-open-source-web-cms-based-on-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple PHP Proxy: Cross-domain JavaScript</title>
		<link>http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/</link>
		<comments>http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 03:06:42 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[License GNU GPL]]></category>
		<category><![CDATA[License MIT]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=40</guid>
		<description><![CDATA[Simple PHP Proxy is a PHP script which aims to fill this gap by creating a layer between your JavaScript code and the remote domain to get data in HTML, XML or JSON formats. With Simple PHP Proxy, your JavaScript can access content in remote webpages, without cross-domain security limitations, even if it&#8217;s not available [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GetSimple: Free And Open Source XML Based CMS</title>
		<link>http://inwebdeveloper.com/2010/01/23/getsimple-free-and-open-source-xml-based-cms/</link>
		<comments>http://inwebdeveloper.com/2010/01/23/getsimple-free-and-open-source-xml-based-cms/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:15:09 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/2010/01/23/getsimple-free-and-open-source-xml-based-cms/</guid>
		<description><![CDATA[GetSimple is an XML based lite Content Management System. To go along with it&#8217;s best-in-class user interface, we have loaded it with features that every website needs, but with nothing it doesn&#8217;t. GetSimple is truly the simplest way to manage a small-business website. FEATURE LIST - XML based data storage - Best-in-Class User Interface - [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/01/23/getsimple-free-and-open-source-xml-based-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

