Here are some links with interesting information about Open XML documents. The latest draft of the ODF Specification is also available now. I have posted the link to download the same.

Merging Comments from Multiple Open XML Documents into a Single Document. Eric White has posted sample code for how to merge comments from multiple copies  of the same document into a single consolidated copy.  This technique can be very useful for creating systems to aggregate feedback from multiple reviewers of documents, and Eric plans to create a cmdlet for the PowerTools for Open XML project that will provide this functionality for PowerTools users as well.

APIs for the Open Packaging Convention.  The new Packaging Team Blog has a post by Ali Naqvi that compares the native-code and managed-code APIs for OPC.  Windows 7 comes with a new native-code API for the Open Packaging Convention, and Ali’s post goes through the difference between this API and System.IO.Packaging, which has been in the .NET framework since version 3.  If you’re using the Open XML SDK, the OPC layer is handled for you automatically (through calls to System.IO.Packaging), but if you want to have more control of the packaging details these APIs are very useful.

Customizing the Fluent UI (ribbon) interface.  Open XML documents can contain customized versions of the ribbon, stored in an XML part inside the document package so that the customized ribbon will appear when the document is opened in Office.  Zeyad Rajabi has a post on the Open XML SDK and Fluent UI extensibility that explains how developers can customize the  ribbon through use of the SDK’s strongly typed access to the custom UI xml part.  Erika Ehrli has a comprehensive post about resources for Fluent UI extensibility, and for non-developers, or developers who want to quickly prototype ideas for ribbon customization, there’s a new version of the Office Custom UI Editor available on the Open XML Developer web site, including support for customizing the ribbon in both Office 2007 and Office 2010.

ODF 1.2 committee draft 03 available.  The latest committee draft of the ODF 1.2 specification is available for download here.

 

Will share more such knowledge rich tidbits and links soon….