<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding schemaLocation attribute to XElement in LINQ to SQL</title>
	<atom:link href="http://www.somethingorothersoft.com/2010/01/28/adding-schemalocation-attribute-to-xelement-in-linq-to-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.somethingorothersoft.com/2010/01/28/adding-schemalocation-attribute-to-xelement-in-linq-to-sql/</link>
	<description>About Software Development And Other Stuff By Igor Zevaka</description>
	<lastBuildDate>Tue, 15 Nov 2011 18:37:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Michael Glasgow</title>
		<link>http://www.somethingorothersoft.com/2010/01/28/adding-schemalocation-attribute-to-xelement-in-linq-to-sql/comment-page-1/#comment-454</link>
		<dc:creator>Michael Glasgow</dc:creator>
		<pubDate>Tue, 28 Dec 2010 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingorothersoft.com/?p=223#comment-454</guid>
		<description>&lt;p&gt;Nevermind, my mistake, disregard my post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nevermind, my mistake, disregard my post.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Glasgow</title>
		<link>http://www.somethingorothersoft.com/2010/01/28/adding-schemalocation-attribute-to-xelement-in-linq-to-sql/comment-page-1/#comment-453</link>
		<dc:creator>Michael Glasgow</dc:creator>
		<pubDate>Tue, 28 Dec 2010 17:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingorothersoft.com/?p=223#comment-453</guid>
		<description>&lt;p&gt;I was wondering how to do this and sort of did a Dope when I saw how simple it was.&lt;/p&gt;

&lt;p&gt;One thing, you don&#039;t need to do a XNamespace.Get() for the xsi namespace since it is already in the XNamespace.Xmlns constant.&lt;/p&gt;

&lt;p&gt;So adding the xsi attribute becomes:&lt;/p&gt;

&lt;p&gt;new XAttribute(XNamespace.Xmlns + &quot;xsi&quot;, XNamespace.Xmlns.NamespaceName),&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was wondering how to do this and sort of did a Dope when I saw how simple it was.</p>

<p>One thing, you don&#8217;t need to do a XNamespace.Get() for the xsi namespace since it is already in the XNamespace.Xmlns constant.</p>

<p>So adding the xsi attribute becomes:</p>

<p>new XAttribute(XNamespace.Xmlns + &#8220;xsi&#8221;, XNamespace.Xmlns.NamespaceName),</p>

<p>Michael</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sourabh</title>
		<link>http://www.somethingorothersoft.com/2010/01/28/adding-schemalocation-attribute-to-xelement-in-linq-to-sql/comment-page-1/#comment-347</link>
		<dc:creator>Sourabh</dc:creator>
		<pubDate>Fri, 09 Jul 2010 06:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingorothersoft.com/?p=223#comment-347</guid>
		<description>&lt;p&gt;Thanks buddy !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks buddy !</p>]]></content:encoded>
	</item>
</channel>
</rss>

