<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Open XML Package Explorer</title><link>http://packageexplorer.codeplex.com/Project/ProjectRss.aspx</link><description>The Package Explorer utility provides the ability to open an Open XML package and browse through the relationships and parts. It supports navigation of embedded sub-packages and uses an object mode...</description><item><title>New Post: Is RC1 broken?</title><link>http://packageexplorer.codeplex.com/Thread/View.aspx?ThreadId=58479</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Never mind. I have to double-click the entry in the list....&lt;/p&gt;&lt;/div&gt;</description><author>johnm121</author><pubDate>Fri, 05 Jun 2009 04:03:34 GMT</pubDate><guid isPermaLink="false">New Post: Is RC1 broken? 20090605040334A</guid></item><item><title>New Post: Is RC1 broken?</title><link>http://packageexplorer.codeplex.com/Thread/View.aspx?ThreadId=58479</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for this tool! I hope it will really help me understand working with these OOXML formats.&lt;/p&gt;
&lt;p&gt;I have an issue using it though. Whenever I click on an xml file in Document Explorer, the middle of the window (where the content would be) blinks and then remains the dark gray&amp;nbsp;blankness. Everything else seems to be working fine -- document explorer, properties, validation, etc.&lt;/p&gt;
&lt;p&gt;The zip I downloadedfrom here did not have any installer or ReadMe in it. Also the exe was blocked until I clicked File Properties / Unblock on it.&lt;/p&gt;
&lt;p&gt;Is there anything else I need to install to make this work?&lt;/p&gt;&lt;/div&gt;</description><author>JohnM121</author><pubDate>Thu, 04 Jun 2009 17:44:06 GMT</pubDate><guid isPermaLink="false">New Post: Is RC1 broken? 20090604054406P</guid></item><item><title>Created Issue: Validate crashes if document contains altChunk</title><link>http://packageexplorer.codeplex.com/WorkItem/View.aspx?WorkItemId=22701</link><description>Apparently it attempts to treat it as an XML document, while it can be several types of document&amp;#58; html, xml or in my case&amp;#58; docx.&lt;br /&gt;&lt;br /&gt;This is the exception&amp;#58;&lt;br /&gt;Data at the root level is invalid. Line 1, position 1.&lt;br /&gt;&lt;br /&gt;   at System.Xml.XmlTextReaderImpl.Throw&amp;#40;Exception e&amp;#41;&lt;br /&gt;   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace&amp;#40;&amp;#41;&lt;br /&gt;   at System.Xml.XmlTextReaderImpl.ParseDocumentContent&amp;#40;&amp;#41;&lt;br /&gt;   at System.Xml.XmlLoader.Load&amp;#40;XmlDocument doc, XmlReader reader, Boolean preserveWhitespace&amp;#41;&lt;br /&gt;   at System.Xml.XmlDocument.Load&amp;#40;XmlReader reader&amp;#41;&lt;br /&gt;   at System.Xml.XmlDocument.Load&amp;#40;Stream inStream&amp;#41;&lt;br /&gt;   at PackageExplorer.AddIns.ValidationInspector.DefaultValidationService.ValidatePart&amp;#40;DocumentPart documentPart, XmlSchemaSet schemas&amp;#41; in C&amp;#58;&amp;#92;Documents and Settings&amp;#92;Wouter&amp;#92;My Documents&amp;#92;Visual Studio 2005&amp;#92;Projects&amp;#92;PackageExplorer&amp;#92;PackageExplorer.AddIns.ValidationInspector&amp;#92;DefaultValidationService.cs&amp;#58;line 84&lt;br /&gt;   at PackageExplorer.AddIns.ValidationInspector.DefaultValidationService.Validate&amp;#40;DocumentPart documentPart&amp;#41; in C&amp;#58;&amp;#92;Documents and Settings&amp;#92;Wouter&amp;#92;My Documents&amp;#92;Visual Studio 2005&amp;#92;Projects&amp;#92;PackageExplorer&amp;#92;PackageExplorer.AddIns.ValidationInspector&amp;#92;DefaultValidationService.cs&amp;#58;line 62&lt;br /&gt;   at PackageExplorer.AddIns.ValidationInspector.ValidateDocumentPartCommand.Execute&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Documents and Settings&amp;#92;Wouter&amp;#92;My Documents&amp;#92;Visual Studio 2005&amp;#92;Projects&amp;#92;PackageExplorer&amp;#92;PackageExplorer.AddIns.ValidationInspector&amp;#92;ValidateDocumentPartCommand.cs&amp;#58;line 39&lt;br /&gt;   at PackageExplorer.UI.Menu.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Documents and Settings&amp;#92;Wouter&amp;#92;My Documents&amp;#92;Visual Studio 2005&amp;#92;Projects&amp;#92;PackageExplorer&amp;#92;PackageExplorer&amp;#92;UI&amp;#92;Menu&amp;#92;ToolStripMenuItem.cs&amp;#58;line 62&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;</description><author>robertk</author><pubDate>Mon, 25 May 2009 19:32:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Validate crashes if document contains altChunk 20090525073210P</guid></item><item><title>New Post: Pfx password</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=46107</link><description>&lt;div style="line-height: normal;"&gt;Yes, here is what I did.&lt;br&gt;
&lt;br&gt;
-- For each project that uses the pfx file go into project properties and uncheck the &amp;quot;Sign Assembly&amp;quot; check box.&lt;br&gt;
-- Replace all explicit public key references from the .addin files with PublicKey=null&lt;br&gt;
&lt;br&gt;
The xml element below shows how I changed one of the public key token elements for the DocumentInspector addin.&lt;br&gt;
&lt;span style="font-size:13px;color:#0000ff"&gt; &lt;br&gt;
&lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;a:Assembly&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#ff0000"&gt;path&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;=&lt;/span&gt;&lt;span style="font-size:13px"&gt;&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;PackageExplorer.AddIns.DocumentInspector, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=null&lt;/span&gt;&lt;span style="font-size:13px"&gt;&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt; /&amp;gt;&lt;br&gt;
&lt;/span&gt;&lt;br&gt;
Another thing to keep in mind is that this project uses addins heavily.  So the creator of the project has hacked up each project so that its build output directory just so happens to build all the addins into the bin directory of the shell application (projectexplorer.csproj).  &lt;br&gt;
&lt;br&gt;
The last thing that was very bizzare, is that the Core projet uses RC.exe in the prebuild events.  I had to change this path to...&lt;br&gt;
&amp;quot;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\RC.Exe&amp;quot; /r &amp;quot;$(ProjectDir)StartPage.rc&amp;quot;&lt;br&gt;
&lt;br&gt;
&lt;p&gt; Does this answer your question?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>DevilDog74</author><pubDate>Fri, 13 Feb 2009 15:58:20 GMT</pubDate><guid isPermaLink="false">New Post: Pfx password 20090213035820P</guid></item><item><title>New Post: Pfx password</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=46107</link><description>&lt;div style="line-height: normal;"&gt;DevilDog74, have you manged to get arround this issue? I'm in the same boat.
&lt;/div&gt;</description><author>Trader</author><pubDate>Thu, 12 Feb 2009 14:11:49 GMT</pubDate><guid isPermaLink="false">New Post: Pfx password 20090212021149P</guid></item><item><title>New Post: Pfx password</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=46107</link><description>&lt;div style="line-height: normal;"&gt;In the source code there is a pfx certificat file that is included in the source.  My solution will not compile without the password to this file.&lt;br&gt;
&lt;br&gt;
Should I simply replace the existing pfx file with my own?
&lt;/div&gt;</description><author>DevilDog74</author><pubDate>Tue, 03 Feb 2009 19:33:57 GMT</pubDate><guid isPermaLink="false">New Post: Pfx password 20090203073357P</guid></item><item><title>Source code checked in, #45800</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Changing fontsize is pushed through to open editor windows</description><author>Wouterv</author><pubDate>Wed, 14 Jan 2009 18:51:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45800 20090114065103P</guid></item><item><title>Source code checked in, #45772</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>new document uses configured url for startpart</description><author>Wouterv</author><pubDate>Tue, 13 Jan 2009 16:13:42 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45772 20090113041342P</guid></item><item><title>Source code checked in, #45761</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Few minor fixes</description><author>Wouterv</author><pubDate>Tue, 13 Jan 2009 01:29:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45761 20090113012925A</guid></item><item><title>Source code checked in, #45760</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>added a remodelled add &amp;#47; edit framework for parts. Vocabulary for each language is defined in XML which drives the main editing dialogs. </description><author>Wouterv</author><pubDate>Tue, 13 Jan 2009 01:18:21 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45760 20090113011821A</guid></item><item><title>Source code checked in, #45484</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Added new Vocabulary view in Document Inspector</description><author>Wouterv</author><pubDate>Sat, 03 Jan 2009 10:33:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45484 20090103103309A</guid></item><item><title>Source code checked in, #45483</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Added packaging vocabularies to the core infrastructure. PE now validates the packaging structure and will use it to filter the New Part dialog</description><author>Wouterv</author><pubDate>Sat, 03 Jan 2009 09:34:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45483 20090103093455A</guid></item><item><title>Source code checked in, #45311</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>moved a menu item&amp;#13;&amp;#10;</description><author>Wouterv</author><pubDate>Sat, 27 Dec 2008 22:51:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45311 20081227105119P</guid></item><item><title>Source code checked in, #45308</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Added ISOIEC-29500-2008 Transitional validation package &amp;#40;equal to ECMA transitional, only differs in name&amp;#41;</description><author>Wouterv</author><pubDate>Sat, 27 Dec 2008 16:47:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45308 20081227044745P</guid></item><item><title>Source code checked in, #45305</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Updated validation packages, new tool for generating all.xsd</description><author>Wouterv</author><pubDate>Sat, 27 Dec 2008 14:52:12 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45305 20081227025212P</guid></item><item><title>Source code checked in, #45302</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Added new method for finding validation packages using directory scan</description><author>Wouterv</author><pubDate>Sat, 27 Dec 2008 13:32:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45302 20081227013231P</guid></item><item><title>Source code checked in, #45264</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Improved messaging during validation start. Includes which validation set&amp;#13;&amp;#10;Resolved small issue with validation service</description><author>Wouterv</author><pubDate>Fri, 26 Dec 2008 00:32:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45264 20081226123240A</guid></item><item><title>Source code checked in, #45263</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>Added support for selection of which schema set to use for validation</description><author>Wouterv</author><pubDate>Fri, 26 Dec 2008 00:25:05 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45263 20081226122505A</guid></item><item><title>Source code checked in, #45239</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>added auto-format on open to xmleditor, configurable in settings dialog</description><author>Wouterv</author><pubDate>Wed, 24 Dec 2008 19:09:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45239 20081224070935P</guid></item><item><title>Source code checked in, #45234</title><link>http://www.codeplex.com/PackageExplorer/SourceControl/ListDownloadableCommits.aspx</link><description>ctrl&amp;#43;o for open document</description><author>Wouterv</author><pubDate>Wed, 24 Dec 2008 17:29:50 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45234 20081224052950P</guid></item></channel></rss>