<?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>OpenXMLDiff vNxt - Just an easy way of doing things</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx</link><description>Hello Guys – As I told you in my previous blog post, that I am working with Eric on the updated version of OpenXMLDiff . The good news is, I have it ready! It’s uploaded on http://code.msdn.com/openxmldiff . Go, Play with it … So, I am sure you’ll have</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>a-foton &amp;raquo; OpenXMLDiff vNxt - Just an easy way of doing things</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8720348</link><pubDate>Fri, 11 Jul 2008 09:26:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8720348</guid><dc:creator>a-foton &amp;raquo; OpenXMLDiff vNxt - Just an easy way of doing things</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.a-foton.ru/2008/07/openxmldiff-vnxt-just-an-easy-way-of-doing-things/"&gt;http://blog.a-foton.ru/2008/07/openxmldiff-vnxt-just-an-easy-way-of-doing-things/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>A New Version of OpenXmlDiff (with a Graphical User Interface)</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8739883</link><pubDate>Wed, 16 Jul 2008 22:22:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8739883</guid><dc:creator>Eric White's Blog</dc:creator><description>&lt;p&gt;Here is something that is very, very cool! Pranav Wagh has built a much improved version of OpenXmlDiff&lt;/p&gt;
</description></item><item><title>Diffing Open XML Files</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8744639</link><pubDate>Thu, 17 Jul 2008 21:02:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8744639</guid><dc:creator>Mike Ormond's Blog</dc:creator><description>&lt;p&gt;I don't do so much with Open XML these days but I still get a few questions from people and I'm still&lt;/p&gt;
</description></item><item><title>[Open XML] Les liens de la semaine 14/07/2008</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8747731</link><pubDate>Fri, 18 Jul 2008 11:30:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8747731</guid><dc:creator>Julien Chable</dc:creator><description>&lt;p&gt;Les voici : PowerTools : Utiliser System.IO.Packaging dans PowerTools pour modifier des propri&amp;#233;t&amp;#233;s (Doug&lt;/p&gt;
</description></item><item><title>re: OpenXMLDiff vNxt - Just an easy way of doing things</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8784411</link><pubDate>Mon, 28 Jul 2008 17:34:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8784411</guid><dc:creator>Georg Begerow</dc:creator><description>&lt;p&gt;Hi Pranav,&lt;/p&gt;
&lt;p&gt;good work. There is an error in the original code which also made it in the Gui Version. If there is an non-xml part like an image referenced by non maindocument like a slide in a presentation the code will try to load it as a xml. The Filter you set works only on the main level. To fix it replace the first line in method AddPart of OpenXMLDiff.vb with the following line:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;If Not partList.Contains(part) Or Not part.ContentType.EndsWith(&amp;quot;xml&amp;quot;) Then&lt;/p&gt;</description></item><item><title>re: OpenXMLDiff vNxt - Just an easy way of doing things</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8784703</link><pubDate>Mon, 28 Jul 2008 19:02:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8784703</guid><dc:creator>Georg Begerow</dc:creator><description>
&lt;p&gt;Ups! Throw up the condition in my last comment. The correct first line of AddPart is:&lt;/p&gt;

&lt;p&gt;If Not partList.Contains(part) And part.ContentType.EndsWith("xml") Then&lt;/p&gt;
&lt;p class="response"&gt;Thanks a lot for the feedback George! I've updated the code, vNxt 1.1 doesn't have this issue, please keep your feedbacks comming :)&lt;/p&gt;</description></item><item><title>Version 1.2 of Open XML Diff Released</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8791276</link><pubDate>Wed, 30 Jul 2008 12:29:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8791276</guid><dc:creator>Eric White's Blog</dc:creator><description>&lt;p&gt;Pranav released another drop of Open XML Diff . There are a couple of bugs fixed. Read about Open XML&lt;/p&gt;
</description></item><item><title>Comparing Two Open XML Packages with Open XML Diff</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8795749</link><pubDate>Fri, 01 Aug 2008 02:18:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8795749</guid><dc:creator>Beth Massi - Sharing the goodness that is VB</dc:creator><description>&lt;p&gt;Yesterday I received an email from another employee here at Microsoft to check out this tool called Open&lt;/p&gt;
</description></item><item><title>Links for 08-09-2008</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8845089</link><pubDate>Sat, 09 Aug 2008 18:30:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8845089</guid><dc:creator>Doug Mahugh</dc:creator><description>&lt;p&gt;Interoperability Study. Jay Kesan and Rajiv Shah of the University of Illinois have published a study&lt;/p&gt;
</description></item><item><title>Lien de la semaine 11/08/2008</title><link>http://blogs.msdn.com/pranavwagh/archive/2008/07/11/openxmldiff-vnxt-just-an-easy-way-of-doing-things.aspx#8876071</link><pubDate>Mon, 18 Aug 2008 10:49:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8876071</guid><dc:creator>Julien Chable</dc:creator><description>&lt;p&gt;Ce post n’a pas voulu partir ni jeudi ni vendredi, le voici donc ! Des mise &amp;#224; jours &amp;#224; n’en plus finir&lt;/p&gt;
</description></item></channel></rss>