<?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>TechBubbles &#187; XML</title>
	<atom:link href="http://www.techbubbles.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 20:20:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Documenting C# code with XML Comments</title>
		<link>http://www.techbubbles.com/c/documenting-c-code-with-xml-comments/</link>
		<comments>http://www.techbubbles.com/c/documenting-c-code-with-xml-comments/#comments</comments>
		<pubDate>Tue, 26 May 2009 22:56:13 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML comments]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/c/documenting-c-code-with-xml-comments/</guid>
		<description><![CDATA[This article explains an easy and effective way of documenting your C# code. XML comments are the solution for generating a clean documentation for your code. Visual Studio environment allows you to generate a documentation file for your project. It helps your teammates and other people who using your code.
This post will explain how to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/c/documenting-c-code-with-xml-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON vs XML</title>
		<link>http://www.techbubbles.com/aspnet/json-vs-xml/</link>
		<comments>http://www.techbubbles.com/aspnet/json-vs-xml/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 15:50:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/json-vs-xml/</guid>
		<description><![CDATA[Introduction
This post explains the JSON Advantages over XML. JSON is more compact. Consider the following XML data 


The above example contains three employees information where &#60;empinfo&#62; and &#60;employees&#62; elements help us to understand the overall structure and meaning of the information.
Consider the same information formatted as JSON:

In JSON formatted data closing tags aren’t necessary to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/json-vs-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validating XML Document Using XSD in C#.NET</title>
		<link>http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/</link>
		<comments>http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:33:23 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/</guid>
		<description><![CDATA[Introduction
This post explains how to apply&#160; XML Schema Definition Language(XSD) to Extensible Markup Language (XML) document. Basics of XSD.
Create an XML Document

Start Visual Studio .NET
Create a new XML File.
Add the following data to the XML Document

&#60;Employee EmployeeID=&#34;123&#34;&#62;
   &#60;EmployeeName&#62;James Bond&#60;/EmployeeName&#62;
&#60;/Employee&#62;

&#160; 4.&#160; Save the file as Employee.xml file&#160; 
Create the XSD Schema, and Link to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XML Schema Basics(XSD)</title>
		<link>http://www.techbubbles.com/webservices/xml-schema-basicsxsd/</link>
		<comments>http://www.techbubbles.com/webservices/xml-schema-basicsxsd/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:26:10 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/xml-schema-basicsxsd/</guid>
		<description><![CDATA[Introduction
This post gives a basic overview of XML Schema and how to use in development. XML schema describes what XML document contains and content of the XML document what fields and sub elements it can contain.
Standards for Describing XML Document

DTD : was the First formulized standard.
XDR: Much comprehensive standard than DTD.
XSD: Currently de facto standard [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/xml-schema-basicsxsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

