<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>OpenXMLDiff Work Item Rss Feed</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/List.aspx</link><description>OpenXMLDiff Work Item Rss Description</description><item><title>EDITED ISSUE: &lt;/div&gt; tag in text file output</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=4</link><description>In the OpenXMLDiff solution, OpenXMLDiff.vb file, the outputstring being set to &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; on line 508 causes the &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; tag to also be saved to the text version of the output.&lt;br /&gt;&lt;br /&gt;507                GetOutput&amp;#40;d1, d2, p, outputstring&amp;#41;&lt;br /&gt;508                outputstring &amp;#61; &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34;&lt;br /&gt;&lt;br /&gt;In the text version of the output, in the Part Comparison section, the last line at the end of the first xmldiff includes the &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; tag and also the URI for the next section.  &lt;br /&gt;&lt;br /&gt;&amp;#60;xd&amp;#58;xmldiff version&amp;#61;&amp;#34;1.0&amp;#34; srcDocHash&amp;#61;&amp;#34;10909851109893611881&amp;#34; options&amp;#61;&amp;#34;IgnoreWhitespace &amp;#34; fragments&amp;#61;&amp;#34;no&amp;#34; xmlns&amp;#58;xd&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;xmltools&amp;#47;2002&amp;#47;xmldiff&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;2&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;2&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;0&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;5&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;11&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;13&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;11&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;xd&amp;#58;xmldiff&amp;#62;&amp;#60;&amp;#47;div&amp;#62;Uri&amp;#58; &amp;#47;word&amp;#47;document.xml&lt;br /&gt;ContentType&amp;#58; application&amp;#47;vnd.openxmlformats-officedocument.wordprocessingml.document.main&amp;#43;xml&lt;br /&gt;&lt;br /&gt;&amp;#40;Complete file attached.&amp;#41;&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Sun, 31 Aug 2008 23:38:05 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: &lt;/div&gt; tag in text file output 20080831P</guid></item><item><title>EDITED ISSUE: File lock issue if names of files being compared start with "File1" or "File2"</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=5</link><description>First of all, thanks for this excellent piece or work&amp;#33;&lt;br /&gt;&lt;br /&gt;I was playing with V1.2, after much debugging I found out if the real file names being compared start with &amp;#34;File1&amp;#34; or &amp;#34;File2&amp;#34;, then the code puts a lock on the file and &amp;#34;Unknown Exception&amp;#34; error is thrown from the following code&amp;#58;&lt;br /&gt;&lt;br /&gt;        &amp;#39; need to fill in the output properties and raise the event&lt;br /&gt;        Dim output As New DirectoryInfo&amp;#40;m_path&amp;#40;2&amp;#41;&amp;#41;&lt;br /&gt;        Dim sourceparts&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;file1&amp;#42;&amp;#34;&amp;#41;  &amp;#60;&amp;#61;&amp;#61;&amp;#61; Check this out&lt;br /&gt;        Dim targetparts&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;file2&amp;#42;&amp;#34;&amp;#41;   &amp;#60;&amp;#61;&amp;#61;&amp;#61; Check this out&lt;br /&gt;        Dim diffs&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;diff&amp;#42;&amp;#34;&amp;#41;&lt;br /&gt;        Dim apppath As String &amp;#61; My.Application.Info.DirectoryPath&lt;br /&gt;        Dim uri As String &amp;#61; &amp;#34;&amp;#34;&lt;br /&gt;&lt;br /&gt;        For Each sp In sourceparts&lt;br /&gt;            uri &amp;#61; sp.Name.Replace&amp;#40;&amp;#34;_&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.Remove&amp;#40;0, 5&amp;#41;&lt;br /&gt;            m_sourceparts.Add&amp;#40;uri, sp.OpenText.ReadToEnd&amp;#40;&amp;#41;&amp;#41; &amp;#60;&amp;#61;&amp;#61;&amp;#61; this is the code where it throws file lock exception&lt;br /&gt;        Next&lt;br /&gt;&lt;br /&gt;        For Each tp In targetparts&lt;br /&gt;            uri &amp;#61; tp.Name.Replace&amp;#40;&amp;#34;_&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.Remove&amp;#40;0, 5&amp;#41;&lt;br /&gt;            m_targetparts.Add&amp;#40;uri, tp.OpenText.ReadToEnd&amp;#40;&amp;#41;&amp;#41; &lt;br /&gt;        Next&lt;br /&gt;&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Sun, 31 Aug 2008 23:37:06 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: File lock issue if names of files being compared start with "File1" or "File2" 20080831P</guid></item><item><title>EDITED ISSUE: &lt;/div&gt; tag in text file output</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=4</link><description>In the OpenXMLDiff solution, OpenXMLDiff.vb file, the outputstring being set to &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; on line 508 causes the &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; tag to also be saved to the text version of the output.&lt;br /&gt;&lt;br /&gt;507                GetOutput&amp;#40;d1, d2, p, outputstring&amp;#41;&lt;br /&gt;508                outputstring &amp;#61; &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34;&lt;br /&gt;&lt;br /&gt;In the text version of the output, in the Part Comparison section, the last line at the end of the first xmldiff includes the &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; tag and also the URI for the next section.  &lt;br /&gt;&lt;br /&gt;&amp;#60;xd&amp;#58;xmldiff version&amp;#61;&amp;#34;1.0&amp;#34; srcDocHash&amp;#61;&amp;#34;10909851109893611881&amp;#34; options&amp;#61;&amp;#34;IgnoreWhitespace &amp;#34; fragments&amp;#61;&amp;#34;no&amp;#34; xmlns&amp;#58;xd&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;xmltools&amp;#47;2002&amp;#47;xmldiff&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;2&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;2&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;0&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;5&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;11&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;13&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;11&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;xd&amp;#58;xmldiff&amp;#62;&amp;#60;&amp;#47;div&amp;#62;Uri&amp;#58; &amp;#47;word&amp;#47;document.xml&lt;br /&gt;ContentType&amp;#58; application&amp;#47;vnd.openxmlformats-officedocument.wordprocessingml.document.main&amp;#43;xml&lt;br /&gt;&lt;br /&gt;&amp;#40;Complete file attached.&amp;#41;&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Sun, 31 Aug 2008 23:33:19 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: &lt;/div&gt; tag in text file output 20080831P</guid></item><item><title>EDITED ISSUE: File lock issue if names of files being compared start with "File1" or "File2"</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=5</link><description>First of all, thanks for this excellent piece or work&amp;#33;&lt;br /&gt;&lt;br /&gt;I was playing with V1.2, after much debugging I found out if the real file names being compared start with &amp;#34;File1&amp;#34; or &amp;#34;File2&amp;#34;, then the code puts a lock on the file and &amp;#34;Unknown Exception&amp;#34; error is thrown from the following code&amp;#58;&lt;br /&gt;&lt;br /&gt;        &amp;#39; need to fill in the output properties and raise the event&lt;br /&gt;        Dim output As New DirectoryInfo&amp;#40;m_path&amp;#40;2&amp;#41;&amp;#41;&lt;br /&gt;        Dim sourceparts&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;file1&amp;#42;&amp;#34;&amp;#41;  &amp;#60;&amp;#61;&amp;#61;&amp;#61; Check this out&lt;br /&gt;        Dim targetparts&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;file2&amp;#42;&amp;#34;&amp;#41;   &amp;#60;&amp;#61;&amp;#61;&amp;#61; Check this out&lt;br /&gt;        Dim diffs&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;diff&amp;#42;&amp;#34;&amp;#41;&lt;br /&gt;        Dim apppath As String &amp;#61; My.Application.Info.DirectoryPath&lt;br /&gt;        Dim uri As String &amp;#61; &amp;#34;&amp;#34;&lt;br /&gt;&lt;br /&gt;        For Each sp In sourceparts&lt;br /&gt;            uri &amp;#61; sp.Name.Replace&amp;#40;&amp;#34;_&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.Remove&amp;#40;0, 5&amp;#41;&lt;br /&gt;            m_sourceparts.Add&amp;#40;uri, sp.OpenText.ReadToEnd&amp;#40;&amp;#41;&amp;#41; &amp;#60;&amp;#61;&amp;#61;&amp;#61; this is the code where it throws file lock exception&lt;br /&gt;        Next&lt;br /&gt;&lt;br /&gt;        For Each tp In targetparts&lt;br /&gt;            uri &amp;#61; tp.Name.Replace&amp;#40;&amp;#34;_&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.Remove&amp;#40;0, 5&amp;#41;&lt;br /&gt;            m_targetparts.Add&amp;#40;uri, tp.OpenText.ReadToEnd&amp;#40;&amp;#41;&amp;#41; &lt;br /&gt;        Next&lt;br /&gt;&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Sun, 31 Aug 2008 23:32:19 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: File lock issue if names of files being compared start with "File1" or "File2" 20080831P</guid></item><item><title>CREATED ISSUE: File lock issue if names of files being compared start with "File1" or "File2"</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=5</link><description>First of all, thanks for this excellent piece or work&amp;#33;&lt;br /&gt;&lt;br /&gt;I was playing with V1.2, after much debugging I found out if the real file names being compared start with &amp;#34;File1&amp;#34; or &amp;#34;File2&amp;#34;, then the code puts a lock on the file and &amp;#34;Unknown Exception&amp;#34; error is thrown from the following code&amp;#58;&lt;br /&gt;&lt;br /&gt;        &amp;#39; need to fill in the output properties and raise the event&lt;br /&gt;        Dim output As New DirectoryInfo&amp;#40;m_path&amp;#40;2&amp;#41;&amp;#41;&lt;br /&gt;        Dim sourceparts&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;file1&amp;#42;&amp;#34;&amp;#41;  &amp;#60;&amp;#61;&amp;#61;&amp;#61; Check this out&lt;br /&gt;        Dim targetparts&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;file2&amp;#42;&amp;#34;&amp;#41;   &amp;#60;&amp;#61;&amp;#61;&amp;#61; Check this out&lt;br /&gt;        Dim diffs&amp;#40;&amp;#41; As FileInfo &amp;#61; output.GetFiles&amp;#40;&amp;#34;diff&amp;#42;&amp;#34;&amp;#41;&lt;br /&gt;        Dim apppath As String &amp;#61; My.Application.Info.DirectoryPath&lt;br /&gt;        Dim uri As String &amp;#61; &amp;#34;&amp;#34;&lt;br /&gt;&lt;br /&gt;        For Each sp In sourceparts&lt;br /&gt;            uri &amp;#61; sp.Name.Replace&amp;#40;&amp;#34;_&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.Remove&amp;#40;0, 5&amp;#41;&lt;br /&gt;            m_sourceparts.Add&amp;#40;uri, sp.OpenText.ReadToEnd&amp;#40;&amp;#41;&amp;#41; &amp;#60;&amp;#61;&amp;#61;&amp;#61; this is the code where it throws file lock exception&lt;br /&gt;        Next&lt;br /&gt;&lt;br /&gt;        For Each tp In targetparts&lt;br /&gt;            uri &amp;#61; tp.Name.Replace&amp;#40;&amp;#34;_&amp;#34;, &amp;#34;&amp;#47;&amp;#34;&amp;#41;.Remove&amp;#40;0, 5&amp;#41;&lt;br /&gt;            m_targetparts.Add&amp;#40;uri, tp.OpenText.ReadToEnd&amp;#40;&amp;#41;&amp;#41; &lt;br /&gt;        Next&lt;br /&gt;&lt;br /&gt;</description><author>KSeeSharp</author><pubDate>Fri, 29 Aug 2008 19:47:25 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: File lock issue if names of files being compared start with "File1" or "File2" 20080829P</guid></item><item><title>CREATED ISSUE: &lt;/div&gt; tag in text file output</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=4</link><description>In the OpenXMLDiff solution, OpenXMLDiff.vb file, the outputstring being set to &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; on line 508 causes the &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; tag to also be saved to the text version of the output.&lt;br /&gt;&lt;br /&gt;507                GetOutput&amp;#40;d1, d2, p, outputstring&amp;#41;&lt;br /&gt;508                outputstring &amp;#61; &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34;&lt;br /&gt;&lt;br /&gt;In the text version of the output, in the Part Comparison section, the last line at the end of the first xmldiff includes the &amp;#34;&amp;#60;&amp;#47;div&amp;#62;&amp;#34; tag and also the URI for the next section.  &lt;br /&gt;&lt;br /&gt;&amp;#60;xd&amp;#58;xmldiff version&amp;#61;&amp;#34;1.0&amp;#34; srcDocHash&amp;#61;&amp;#34;10909851109893611881&amp;#34; options&amp;#61;&amp;#34;IgnoreWhitespace &amp;#34; fragments&amp;#61;&amp;#34;no&amp;#34; xmlns&amp;#58;xd&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;xmltools&amp;#47;2002&amp;#47;xmldiff&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;2&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;2&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;0&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;5&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;11&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;    &amp;#60;xd&amp;#58;node match&amp;#61;&amp;#34;13&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;xd&amp;#58;change match&amp;#61;&amp;#34;1&amp;#34;&amp;#62;11&amp;#60;&amp;#47;xd&amp;#58;change&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;xd&amp;#58;node&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;xd&amp;#58;xmldiff&amp;#62;&amp;#60;&amp;#47;div&amp;#62;Uri&amp;#58; &amp;#47;word&amp;#47;document.xml&lt;br /&gt;ContentType&amp;#58; application&amp;#47;vnd.openxmlformats-officedocument.wordprocessingml.document.main&amp;#43;xml&lt;br /&gt;&lt;br /&gt;&amp;#40;Complete file attached.&amp;#41;&lt;br /&gt;</description><author>rfrontiero</author><pubDate>Wed, 13 Aug 2008 15:03:19 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: &lt;/div&gt; tag in text file output 20080813P</guid></item><item><title>CLOSED ISSUE: Unexpected Exception</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=1</link><description>While comparing the attached Word documents, I received an Unexpected Exception.  I also included a screen shot of Open XML Comparer.&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:11:44 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Unexpected Exception 20080730A</guid></item><item><title>CLOSED FEATURE: Can not compare macro enabled documents</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=2</link><description>Using this tool, it&amp;#39;s not possible to compare macro enabled documents, like docm,xlsm,pptm etc&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:11:04 GMT</pubDate><guid isPermaLink="false">CLOSED FEATURE: Can not compare macro enabled documents 20080730A</guid></item><item><title>CLOSED ISSUE: Typo: Installer UI strings are incorrect</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=3</link><description>Installer UI displays OpeXMLDiff rather then OpenXMLDiff - Fixed with version 1.2&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:10:48 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Typo: Installer UI strings are incorrect 20080730A</guid></item><item><title>CREATED ISSUE: Typo: Installer UI strings are incorrect</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=3</link><description>Installer UI displays OpeXMLDiff rather then OpenXMLDiff - Fixed with version 1.2&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:09:11 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Typo: Installer UI strings are incorrect 20080730A</guid></item><item><title>EDITED FEATURE: Can not compare macro enabled documents</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=2</link><description>Using this tool, it&amp;#39;s not possible to compare macro enabled documents, like docm,xlsm,pptm etc&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:07:16 GMT</pubDate><guid isPermaLink="false">EDITED FEATURE: Can not compare macro enabled documents 20080730A</guid></item><item><title>COMMENTED FEATURE: Can not compare macro enabled documents</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=2</link><description>Using this tool, it&amp;#39;s not possible to compare macro enabled documents, like docm,xlsm,pptm etc&lt;br /&gt;Comments: Feature added with version 1.2</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:07:16 GMT</pubDate><guid isPermaLink="false">COMMENTED FEATURE: Can not compare macro enabled documents 20080730A</guid></item><item><title>EDITED FEATURE: Can not compare macro enabled documents</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=2</link><description>Using this tool, it&amp;#39;s not possible to compare macro enabled documents, like docm,xlsm,pptm etc&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:05:48 GMT</pubDate><guid isPermaLink="false">EDITED FEATURE: Can not compare macro enabled documents 20080730A</guid></item><item><title>CREATED ISSUE: Can not compare macro enabled documents</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=2</link><description>Using this tool, it&amp;#39;s not possible to compare macro enabled documents, like docm,xlsm,pptm etc&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:05:19 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Can not compare macro enabled documents 20080730A</guid></item><item><title>EDITED ISSUE: Unexpected Exception</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=1</link><description>While comparing the attached Word documents, I received an Unexpected Exception.  I also included a screen shot of Open XML Comparer.&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:02:56 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: Unexpected Exception 20080730A</guid></item><item><title>EDITED ISSUE: Unexpected Exception</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=1</link><description>While comparing the attached Word documents, I received an Unexpected Exception.  I also included a screen shot of Open XML Comparer.&lt;br /&gt;</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:01:17 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: Unexpected Exception 20080730A</guid></item><item><title>COMMENTED ISSUE: Unexpected Exception</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=1</link><description>While comparing the attached Word documents, I received an Unexpected Exception.  I also included a screen shot of Open XML Comparer.&lt;br /&gt;Comments: Issue fixed with version 1.1 and latter</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 01:01:17 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Unexpected Exception 20080730A</guid></item><item><title>REOPENED ISSUE: Unexpected Exception</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=1</link><description>While comparing the attached Word documents, I received an Unexpected Exception.  I also included a screen shot of Open XML Comparer.&lt;br /&gt;Comments: need to mark it as fixed</description><author>pranavwagh</author><pubDate>Wed, 30 Jul 2008 00:57:32 GMT</pubDate><guid isPermaLink="false">REOPENED ISSUE: Unexpected Exception 20080730A</guid></item><item><title>CLOSED ISSUE: Unexpected Exception</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=1</link><description>While comparing the attached Word documents, I received an Unexpected Exception.  I also included a screen shot of Open XML Comparer.&lt;br /&gt;Comments: Thanks a lot for reporting - Fixed in version 1.1, Please have a look&amp;#13;&amp;#10;- Pranav</description><author>pranavwagh</author><pubDate>Tue, 29 Jul 2008 20:33:08 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Unexpected Exception 20080729P</guid></item><item><title>COMMENTED ISSUE: Unexpected Exception</title><link>http://code.msdn.microsoft.com/OpenXMLDiff/WorkItem/View.aspx?WorkItemId=1</link><description>While comparing the attached Word documents, I received an Unexpected Exception.  I also included a screen shot of Open XML Comparer.&lt;br /&gt;Comments: WordL1C2A2H.docx is the file I was comparing.</description><author>rfrontiero</author><pubDate>Sat, 19 Jul 2008 23:12:29 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Unexpected Exception 20080719P</guid></item></channel></rss>