<?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>Daniel Simon &#187; Pretty XML</title>
	<atom:link href="http://greendesignhq.com/blog/tag/pretty-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://greendesignhq.com/blog</link>
	<description>Just another software blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Indenting XML using C#</title>
		<link>http://greendesignhq.com/blog/2010/02/indenting-xml-using-c/</link>
		<comments>http://greendesignhq.com/blog/2010/02/indenting-xml-using-c/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:18:18 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Pretty XML]]></category>

		<guid isPermaLink="false">http://greendesignhq.com/blog/?p=83</guid>
		<description><![CDATA[There are times when you need to display an XML string to be able to view in a good format. // Pretty XML format with consistant indentation. public static String prettyXMLPrint(String XML) { String Result = ""; MemoryStream msStream = new MemoryStream(); XmlTextWriter xmlWriter = new XmlTextWriter(msStream , Encoding.Unicode); XmlDocument xmlDocument = new XmlDocument(); try [...]]]></description>
		<wfw:commentRss>http://greendesignhq.com/blog/2010/02/indenting-xml-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
