<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>More LINQ to XML examples from the real world</title><link>http://blogs.msdn.com/b/mikechampion/archive/2006/08/21/710836.aspx</link><description>A few weeks ago I pulled together a post on LINQ to XML in action . I came across a couple more very nice examples over the weekend. One is from the LINQ Project forum . A question was posed asking about a clean way to to load a structured text file such</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: More LINQ to XML examples from the real world</title><link>http://blogs.msdn.com/b/mikechampion/archive/2006/08/21/710836.aspx#731048</link><pubDate>Wed, 30 Aug 2006 06:08:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:731048</guid><dc:creator>XmlTeam</dc:creator><description>There is an intention of changing the namespace but it is not final. &amp;nbsp;My best guess is System.Xml.Linq.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=731048" width="1" height="1"&gt;</description></item><item><title>re: More LINQ to XML examples from the real world</title><link>http://blogs.msdn.com/b/mikechampion/archive/2006/08/21/710836.aspx#729340</link><pubDate>Tue, 29 Aug 2006 05:45:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729340</guid><dc:creator>Jim Wooley</dc:creator><description>One other example you might want to check out is my LINQ to XML - EventLog to RSS in one line of code post at &lt;a rel="nofollow" target="_new" href="http://devauthority.com/blogs/jwooley/archive/2006/08/29/2492.aspx"&gt;http://devauthority.com/blogs/jwooley/archive/2006/08/29/2492.aspx&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=729340" width="1" height="1"&gt;</description></item><item><title>re: More LINQ to XML examples from the real world</title><link>http://blogs.msdn.com/b/mikechampion/archive/2006/08/21/710836.aspx#729332</link><pubDate>Tue, 29 Aug 2006 05:41:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729332</guid><dc:creator>Jim Wooley</dc:creator><description>Mike, any intention of renaming the namespace from System.Xml.Xlinq to something else since it's not going to be called XLINQ but rather LINQ to XML?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=729332" width="1" height="1"&gt;</description></item><item><title>re: More LINQ to XML examples from the real world</title><link>http://blogs.msdn.com/b/mikechampion/archive/2006/08/21/710836.aspx#711787</link><pubDate>Tue, 22 Aug 2006 09:01:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:711787</guid><dc:creator>MCChampion</dc:creator><description>Sorry for not synching up people on the context. &amp;nbsp;You need to get the May 2006 Community Technology Preview of LINQ &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1E902C21-340C-4D13-9F04-70EB5E3DCEEA&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=1E902C21-340C-4D13-9F04-70EB5E3DCEEA&amp;amp;displaylang=en&lt;/a&gt; to do any of this stuff.&lt;br&gt;&lt;br&gt;XElement is in the namespace System.Xml.Xlinq &lt;br&gt;To enable it, you write:&lt;br&gt;&lt;br&gt;using System.Query; // for LINQ &lt;br&gt;using System.Xml.Xlinq; // for XLinq, aka LINQ to XML&lt;br&gt; &amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=711787" width="1" height="1"&gt;</description></item><item><title>re: More LINQ to XML examples from the real world</title><link>http://blogs.msdn.com/b/mikechampion/archive/2006/08/21/710836.aspx#711561</link><pubDate>Tue, 22 Aug 2006 04:43:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:711561</guid><dc:creator>Steve</dc:creator><description>Thanks Mike!&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=711561" width="1" height="1"&gt;</description></item><item><title>re: More LINQ to XML examples from the real world</title><link>http://blogs.msdn.com/b/mikechampion/archive/2006/08/21/710836.aspx#711164</link><pubDate>Mon, 21 Aug 2006 22:32:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:711164</guid><dc:creator>rcs</dc:creator><description>What namespace is XElement in? Plus, I get all sorts of syntaxy red squigglies. What does one need to do, environmentally, to enable LINQ??&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=711164" width="1" height="1"&gt;</description></item></channel></rss>