<?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>NetProgrammingHelp.com &#187; XML</title>
	<atom:link href="http://netprogramminghelp.com/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://netprogramminghelp.com</link>
	<description>Asp.Net,C#,Ajax,Sql server,silverlight,Javascript codes exambles articles,Programming exambles</description>
	<lastBuildDate>Tue, 09 Aug 2011 14:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Differences Similarities  Between Json and Xml/ Json versus Xml</title>
		<link>http://netprogramminghelp.com/xml/differences-similarities-json-xml-json-xml/</link>
		<comments>http://netprogramminghelp.com/xml/differences-similarities-json-xml-json-xml/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 18:02:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1925</guid>
		<description><![CDATA[Introduction: In this article, i am going to explain about What are the differences between json object notation and xml. Main: visit the article click the link at bottom, Since the popularization of JSON for use with Ajax, there’s been a lot of controversy over which is “better.” Generally, there seems to be a lot [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/xml/differences-similarities-json-xml-json-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Convert XML into String.</title>
		<link>http://netprogramminghelp.com/xml/converting-xml-into-string/</link>
		<comments>http://netprogramminghelp.com/xml/converting-xml-into-string/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:03:41 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=116</guid>
		<description><![CDATA[We know XML documents are structured as hierarchies of information.We can easily convert xml into string using xmltextwriter. C# Code: string Convertedstring = null; MemoryStream ms = new MemoryStream(); XmlSerializer xmlS = null; xmlS = new XmlSerializer (inputxml.GetType()); XmlTextWriter tw = new XmlTextWriter (ms,EnCoding.UTF8); xmlS.Serialize(tw,inputxml); ms = (MemoryStream) tw.BaseStream; //Converting ms to string string Convertedstring [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/xml/converting-xml-into-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

