<?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>Open XML SDK... The Basics</title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/01/12/open-xml-sdk-the-basics.aspx</link><description>Hi, my name is Ali and I'm a developer on the Word team. I have been part of the feature team working on the Open XML SDK and in this post I will be digging a little deeper into the SDK and its design concepts. 
 In their many blog posts, Zeyad Rajabi</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Removing Comments from a Wordprocessing Document Programmatically</title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/01/12/open-xml-sdk-the-basics.aspx#9402798</link><pubDate>Fri, 06 Feb 2009 23:03:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9402798</guid><dc:creator>Brian Jones: Office Extensibility</dc:creator><description>&lt;p&gt;One of the more common scenarios related to a Wordprocessing document is the need to sanitize a document&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9402798" width="1" height="1"&gt;</description></item><item><title>Traversing in the Open XML DOM</title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/01/12/open-xml-sdk-the-basics.aspx#9381532</link><pubDate>Wed, 28 Jan 2009 21:52:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9381532</guid><dc:creator>Brian Jones: Office Extensibility</dc:creator><description>&lt;p&gt;For the past few posts, I have been concentrating on showing you guys solutions to real world scenarios.&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9381532" width="1" height="1"&gt;</description></item><item><title>[Open XML] Les liens de la semaine 12/01/2009</title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/01/12/open-xml-sdk-the-basics.aspx#9321843</link><pubDate>Fri, 16 Jan 2009 01:57:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9321843</guid><dc:creator>Julien Chable</dc:creator><description>&lt;p&gt;Une semaine assez riche en article technique : Valider les identifiants Open XML (ID de relation, content-type,&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9321843" width="1" height="1"&gt;</description></item><item><title>re: Open XML SDK... The Basics</title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/01/12/open-xml-sdk-the-basics.aspx#9319147</link><pubDate>Wed, 14 Jan 2009 21:16:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9319147</guid><dc:creator>Zeyad Rajabi</dc:creator><description>&lt;p&gt;The easiest way to iterate through a document looking for a particular element is to use .Descendants&amp;lt;T&amp;gt;, where T is the type of element you are looking for. &lt;/p&gt;
&lt;p&gt;For example, let's say you are looking for all BookmarkStart elements within the main document part. You can accomplish this task by doing the following:&lt;/p&gt;
&lt;p&gt;foreach (BookmarkStart b in doc.Descendants&amp;lt;BookmarkStart&amp;gt;)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp;//DO SOMETHING&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;At this point you can iterate and look at all the bookmarkstart elements.&lt;/p&gt;
&lt;p&gt;Zeyad Rajabi&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9319147" width="1" height="1"&gt;</description></item><item><title>re: Open XML SDK... The Basics</title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/01/12/open-xml-sdk-the-basics.aspx#9317978</link><pubDate>Wed, 14 Jan 2009 07:38:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9317978</guid><dc:creator>robertro</dc:creator><description>&lt;p&gt;How would I iterate through a document looking for paticular elements such as bookmarks, fields etc.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9317978" width="1" height="1"&gt;</description></item></channel></rss>