<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Generating XML instance from XSD Schema</title>
	<atom:link href="http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/</link>
	<description>This is where i talk, share and shout. My Domain!</description>
	<pubDate>Tue, 06 Jan 2009 05:44:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: manas</title>
		<link>http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/#comment-98</link>
		<dc:creator>manas</dc:creator>
		<pubDate>Wed, 20 Feb 2008 05:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/#comment-98</guid>
		<description>Yes! Thanks for pointing that out :)</description>
		<content:encoded><![CDATA[<p>Yes! Thanks for pointing that out :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manikandan.net</title>
		<link>http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/#comment-97</link>
		<dc:creator>Manikandan.net</dc:creator>
		<pubDate>Wed, 20 Feb 2008 03:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/#comment-97</guid>
		<description>DocumentSchema docSchema = new DocumentSchema(schemaCollection, “http://schemas.microsoft.com/BizTalk/2003″, rootName );

Above line given error !!!!! (object ref not found)

To Fix: I replaced “http://schemas.microsoft.com/BizTalk/2003″ to actual schemas TargetNamespace.</description>
		<content:encoded><![CDATA[<p>DocumentSchema docSchema = new DocumentSchema(schemaCollection, “http://schemas.microsoft.com/BizTalk/2003″, rootName );</p>
<p>Above line given error !!!!! (object ref not found)</p>
<p>To Fix: I replaced “http://schemas.microsoft.com/BizTalk/2003″ to actual schemas TargetNamespace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manikandan.net</title>
		<link>http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/#comment-96</link>
		<dc:creator>Manikandan.net</dc:creator>
		<pubDate>Wed, 20 Feb 2008 03:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://manasg.com/2008/01/18/generating-xml-instance-from-xsd-schema/#comment-96</guid>
		<description>This is really usefull code, I was searching for this 5 hours. Atlast i got it from this page.</description>
		<content:encoded><![CDATA[<p>This is really usefull code, I was searching for this 5 hours. Atlast i got it from this page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
