<?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>Bit salad &#187; xml</title>
	<atom:link href="http://ezbitz.com/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezbitz.com</link>
	<description>Practical stuff</description>
	<lastBuildDate>Sun, 30 Oct 2011 11:22:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to format the XML document created using php</title>
		<link>http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/</link>
		<comments>http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 12:38:00 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[formatted xml]]></category>

		<guid isPermaLink="false">http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/</guid>
		<description><![CDATA[When using php DOMdocument to generate xml files, the output is sometimes messy and difficult to read by a human. To tell php to output a nicely formatted xml file use this code: $dom = new DOMDocument( &#8217;1.0&#8242;, &#8216;iso-8859-1&#8242; );$dom->formatOutput = true;&#8230;..&#8230;.. That&#8217;s all. Now when you are looking at the page source you&#8217;ll have [...]]]></description>
		<wfw:commentRss>http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

