<?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>Techartifact &#187; XML</title>
	<atom:link href="http://www.techartifact.com/blogs/tag/xml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs</link>
	<description>Latest tip and information on Java and Oracle ADF</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:01:27 +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>Help file from XML Documentation using NDoc</title>
		<link>http://www.techartifact.com/blogs/2009/05/help-file-from-xml-documentation-using-ndoc.html</link>
		<comments>http://www.techartifact.com/blogs/2009/05/help-file-from-xml-documentation-using-ndoc.html#comments</comments>
		<pubDate>Fri, 22 May 2009 06:53:24 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=587</guid>
		<description><![CDATA[In this article we will explore the usage of Open Source tool NDoc to create MSDN type help file from the xml documentation in a DotNet assembly. To know how we can create XML documentation visit the link XML Documentation in Visual Studio using GhostDoc Ndoc basically uses two sources to generate documentation. One is [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/05/help-file-from-xml-documentation-using-ndoc.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XML Documentation in Visual Studio using GhostDoc</title>
		<link>http://www.techartifact.com/blogs/2009/05/xml-documentation-in-visual-studio-using-ghostdoc.html</link>
		<comments>http://www.techartifact.com/blogs/2009/05/xml-documentation-in-visual-studio-using-ghostdoc.html#comments</comments>
		<pubDate>Fri, 22 May 2009 06:30:27 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=578</guid>
		<description><![CDATA[In this article we will explore how to generate the xml documentation in Visual Studio for our .NET code. Basically Every .NET assembly can contain the comments as documentation which we place after &#8216;///&#8217;(Triple slash) in our code. For example: If we write the following code in visual studio it gets assigned into assembly as [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/05/xml-documentation-in-visual-studio-using-ghostdoc.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating a New Xml Document from Scratch in C#</title>
		<link>http://www.techartifact.com/blogs/2009/04/creating-a-new-xmldocument-from-scratch.html</link>
		<comments>http://www.techartifact.com/blogs/2009/04/creating-a-new-xmldocument-from-scratch.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 09:39:12 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=333</guid>
		<description><![CDATA[To create a new XmlDocument, start by creating an XmlDocument object. The XmlDocument object contains CreateElement and CreateAttribute methods that are used to add nodes to the XmlDocument object. The XmlElement contains the Attributes property, which is an XmlAttribute-Collection. The XmlAttributeCollection inherits from the XmlNamedNodeMap class, which is a collection of names with corresponding values. [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/04/creating-a-new-xmldocument-from-scratch.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

