<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">OpenXML Developer</title><subtitle type="html" /><id>http://openxmldeveloper.org/atom.aspx</id><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/default.aspx" /><link rel="self" type="application/atom+xml" href="http://openxmldeveloper.org/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60526.2668">Community Server</generator><updated>2007-02-02T20:41:00Z</updated><entry><title>Microsoft announces Open XML SDK roadmap</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2008/03/13/OpenXMLSDK.aspx" /><id>http://openxmldeveloper.org/archive/2008/03/13/OpenXMLSDK.aspx</id><published>2008-03-13T22:08:00Z</published><updated>2008-03-13T22:08:00Z</updated><content type="html">&lt;P&gt;Microsoft unveiled today the roadmap for the Open XML SDK that was released last June as a CTP (Community Technology Preview) version. After collecting developer feedback through the CTP release, they've put together a two-phased release plan to get developers a released version of the API quickly (May of this year) and then build on that with additional functionality for a final version in the Office 14 timeframe. &lt;/P&gt;
&lt;P&gt;Links to resources for this article: 
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb448854.aspx"&gt;Open XML SDK download page&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb491088.aspx"&gt;"How To ..." articles for the SDK on MSDN&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.youtube.com/watch?v=t_FYHd234ng"&gt;Video interview with Zeyad Rajabi and Eric White&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://blogs.msdn.com/ericwhite/archive/2008/03/14/technical-improvements-in-the-open-xml-sdk.aspx"&gt;Eric White's blog&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://blogs.msdn.com/dmahugh"&gt;Doug Mahugh's blog&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG alt="Open XML SDK roadmap: timeline" hspace=0 src="http://www.mahugh.com/images/blog/2008/03/13/timeline.png" border=0&gt; &lt;/P&gt;
&lt;P&gt;The Open XML API will be released in two versions. Version 1.0 will include an updated version of the CTP that was released in June 2007, to be released in April 2008 with a final release of Version 1.0 in May 2008. Version 2.0 will be available as a CTP version this summer, and the final release will be part of the Office 14 wave of products and technologies. (Office "14" is the next major release of Microsoft Office.) &lt;/P&gt;
&lt;P&gt;Both versions will be free downloads on MSDN, available at the &lt;A href="http://msdn2.microsoft.com/en-us/library/bb448854.aspx"&gt;Open XML SDK page&lt;/A&gt;. Version 1.0 will include the following functionality: 
&lt;UL&gt;
&lt;LI&gt;Strongly typed access to parts within Open XML documents (a few typical examples: classes for the main body part or style part of a word-processing document, the workbook and worksheet parts in a spreadsheet document, or the presentation and slide parts in a presentation document) 
&lt;LI&gt;Simple access to the parts within an Open XML document, relative to other existing APIs (example: one line of code to retrieve or replace a part) 
&lt;LI&gt;“Linq-friendly” annotation capabilities, to allow developers to use the SDK with emerging Linq to XML technology (&lt;A href="http://blogs.msdn.com/ericwhite/archive/2008/03/14/technical-improvements-in-the-open-xml-sdk.aspx"&gt;Eric White's blog&lt;/A&gt; has a code sample demonstrating this capability) 
&lt;LI&gt;Consistency and naming changes per feedback from the developer community since the June 2007 CTP version, including adherence to .NET naming conventions 
&lt;LI&gt;The May 2008 RTW (released to web) version will be ready to go live, and developers can build shipping products on it&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Version 2.0 will add the following capabilities: 
&lt;UL&gt;
&lt;LI&gt;Content object model including additional classes and methods for simplifying developer work within parts (example: methods for retrieving or modifying a specific paragraph, style, cell, or shape within a part) 
&lt;LI&gt;Search functionality, for simple searching of content in all document types 
&lt;LI&gt;Validation functionality, to verify that modified or created documents are compliant with the Open XML standard 
&lt;LI&gt;High-level “scenario-based” functionality (examples: creating a document from a template, accepting all revisions in a document) 
&lt;LI&gt;Shared ML functionality (example: classes for DrawingML chart parts and other parts that can appear in multiple document types)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The functionality in this roadmap was driven by feedback received from developers since the CTP release last June. A recurring theme was that developers want more tools to help edit and manipulate the underlying XML within the parts, and this is reflected in new methods that will be included in the content object model, as well as Linq-related changes as mentioned above. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.youtube.com/watch?v=t_FYHd234ng"&gt;&lt;IMG alt="" hspace=10 src="http://www.mahugh.com/images/blog/2008/03/13/zeyad.jpg" align=right border=0&gt;&lt;/A&gt; For more detailed information about what's coming in the Open XML SDK, see Jean-Christophe Cimetiere's &lt;A href="http://www.youtube.com/watch?v=t_FYHd234ng"&gt;video interview with Zeyad Rajabi and Eric White&lt;/A&gt; where they discuss the changes in the SDK and show some of the details of how it will work. &lt;/P&gt;
&lt;P&gt;To download the latest version of the SDK or for links to more information, see the &lt;A href="http://msdn2.microsoft.com/en-us/library/bb448854.aspx"&gt;Open XML SDK page&lt;/A&gt; on MSDN. &lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=2868" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Release of Open XML to Daisy translator </title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2008/01/28/2675.aspx" /><id>http://openxmldeveloper.org/archive/2008/01/28/2675.aspx</id><published>2008-01-29T03:23:00Z</published><updated>2008-01-29T03:23:00Z</updated><content type="html">&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Open XML to Daisy translator&amp;nbsp;(Office Open XML WordProcessingML document to Daisy DTBook document)&amp;nbsp;V1 Alpha is now available at &lt;A title=blocked::http://sourceforge.net/projects/openxml-daisy/ href="http://sourceforge.net/projects/openxml-daisy/"&gt;&lt;FONT color=#800080&gt;http://sourceforge.net/projects/openxml-daisy/&lt;/FONT&gt;&lt;/A&gt; for download.&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;This release has covered 13 important features of Daisy. To know more&amp;nbsp;about this release, refer&amp;nbsp;this link&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;A title="blocked::http://blogs.technet.com/reedblog/archive/2008/01/25/open-xml-to-daisy-v1-is-live.aspx&amp;#10;http://blogs.technet.com/reedblog/archive/2008/01/25/open-xml-to-daisy-v1-is-live.aspx" href="http://blogs.technet.com/reedblog/archive/2008/01/25/open-xml-to-daisy-v1-is-live.aspx"&gt;&lt;SPAN&gt;http://blogs.technet.com/reedblog/archive/2008/01/25/open-xml-to-daisy-v1-is-live.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=2675" width="1" height="1"&gt;</content><author><name>Sheela E N</name><uri>http://openxmldeveloper.org/members/Sheela+E+N.aspx</uri></author></entry><entry><title>Accessibility Experts Guidelines for Ecma-376 Open XML (DIS29500)</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2008/01/09/2601.aspx" /><link rel="enclosure" type="application/pdf" length="535777" href="http://openxmldeveloper.org/attachment/2601.ashx" /><id>http://openxmldeveloper.org/archive/2008/01/09/2601.aspx</id><published>2008-01-10T05:46:00Z</published><updated>2008-01-10T05:46:00Z</updated><content type="html">Accessibility experts reviewed Ecma-376 Open XML (DIS29500) and created Accessibility Guidelines that must be followed to ensure that Open XML implementations are accessible.&amp;nbsp; This is a working draft and the authors welcome additional feedback and comments.&lt;BR&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=2601" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Open XML to Daisy Translator</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/12/09/2484.aspx" /><id>http://openxmldeveloper.org/archive/2007/12/09/2484.aspx</id><published>2007-12-10T05:15:00Z</published><updated>2007-12-10T05:15:00Z</updated><content type="html">&lt;P&gt;Sonata Software Limited based out of Bangalooru, India, in collaboration with Microsoft and the Daisy Consortium, is developing an open source converter to convert Word documents to Daisy DTBook documents.&amp;nbsp; Please find the press release of the same at &lt;A href="http://openxml-daisy.wiki.sourceforge.net/"&gt;http://openxml-daisy.wiki.sourceforge.net/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Keep looking to the &lt;A href="http://www.openxmldeveloper.org/"&gt;Open XML Developer web site&lt;/A&gt; for more information and project updates.&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=2484" width="1" height="1"&gt;</content><author><name>Sheela E N</name><uri>http://openxmldeveloper.org/members/Sheela+E+N.aspx</uri></author></entry><entry><title>Office Developer Conference 2008</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/11/16/2403.aspx" /><id>http://openxmldeveloper.org/archive/2007/11/16/2403.aspx</id><published>2007-11-17T04:14:00Z</published><updated>2007-11-17T04:14:00Z</updated><content type="html">&lt;A href="https://microsoft.crgevents.com/ODC2008/Content/default.aspx?p=UC3HYF"&gt;&lt;IMG alt="" hspace=10 src="http://www.mahugh.com/images/blog/2007/11/16/odc.jpg" align=right&gt;&lt;/A&gt; 
&lt;P&gt;Microsoft has announced the next &lt;A href="https://microsoft.crgevents.com/ODC2008/Content/default.aspx?p=UC3HYF"&gt;Office Developer Conference&lt;/A&gt;, to be held February 10-13, 2008, in San Jose, California. This event covers Microsoft Office System technologies from a developer perspective, and will include a variety of sessions and hands-on labs regarding Open XML development. The OpenXMLDeveloper web site was &lt;A HREF="/archive/2006/03/18/SiteGoesLive.aspx"&gt;announced by Bill Gates&lt;/A&gt; at the last Office Developer Conference, held in Redmond in March of 2006. &lt;/P&gt;
&lt;P&gt;The final details of the sessions for the 2008 conference will be posted soon on &lt;A href="https://microsoft.crgevents.com/ODC2008/Content/default.aspx?p=UC3HYF"&gt;the conference web site&lt;/A&gt;, so check there for more information. &lt;A href="https://microsoft.crgevents.com/ODC2008/Content/default.aspx?p=WE6KHT"&gt;Early bird registration&lt;/A&gt; is open through November 30. &lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=2403" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Developer workshop videos</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/08/29/2066.aspx" /><id>http://openxmldeveloper.org/archive/2007/08/29/2066.aspx</id><published>2007-08-29T18:04:00Z</published><updated>2007-08-29T18:04:00Z</updated><content type="html">&lt;P&gt;MSDN has published a comprehensive set of &lt;A href="http://msdn2.microsoft.com/en-us/office/bb738430.aspx"&gt;videos of a 2-day Open XML developer workshop&lt;/A&gt;. These videos cover the content that was posted on OpenXMLDeveloper recently &lt;A HREF="/articles/DeveloperWorkshopContent.aspx"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;The instructors for this workshop were Doug Mahugh of Microsoft and Chris Predeek of the &lt;A href="http://www.tedpattison.net/"&gt;Ted Pattison Group&lt;/A&gt;, and the workshop was sponsored by &lt;A href="http://www.mindjet.com/"&gt;Mindjet&lt;/A&gt; and took place at their office in San Francisco on June 18-19, 2007. &lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=2066" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>UPDATED: Accessibility of Open XML</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/07/02/Accessibility_of_Open_XML.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="1738100" href="http://openxmldeveloper.org/attachment/1718.ashx" /><id>http://openxmldeveloper.org/archive/2007/07/02/Accessibility_of_Open_XML.aspx</id><published>2007-07-02T15:37:00Z</published><updated>2007-07-02T15:37:00Z</updated><content type="html">Open XML Formats support accessibility in a number of ways. In explaining this support to its customers, partners and assistive technology vendors, Microsoft has created a preliminary draft report describing how Open XML compares to W3C Web Content Accessibility Guidelines and W3C XML Accessibility guidelines....(&lt;a href="http://openxmldeveloper.orghttp://openxmldeveloper.org/archive/2007/07/02/Accessibility_of_Open_XML.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1718" width="1" height="1"&gt;</content><author><name>Gray_Knowlton</name><uri>http://openxmldeveloper.org/members/Gray_Knowlton.aspx</uri></author></entry><entry><title>Microsoft SDK for Open XML Formats Technology Preview</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/06/06/1640.aspx" /><id>http://openxmldeveloper.org/archive/2007/06/06/1640.aspx</id><published>2007-06-06T19:19:00Z</published><updated>2007-06-06T19:19:00Z</updated><content type="html">&lt;P&gt;Microsoft has announced a new .NET API for working with the Open XML file formats. The &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AD0B72FB-4A1D-4C52-BDB5-7DD7E816D046&amp;amp;displaylang=en"&gt;SDK for Open XML&lt;/A&gt; is a free download, and provides a set of typed parts that correspond to the parts in an Open XML document, as well as classes for the package itself and the various document types. The diagram below shows some examples of the types of classes provided in the API:&lt;/P&gt;
&lt;P&gt;&lt;IMG alt="" hspace=0 src="http://www.mahugh.com/images/blog/2007/06/06/sdk.jpg" border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb448854.aspx"&gt;Documentation for the new API is available on MSDN&lt;/A&gt;, including a variety of code samples. More information about the samples can be found on &lt;A href="http://blogs.msdn.com/erikaehrli/archive/2007/06/04/announcing-the-new-open-xml-object-model.aspx"&gt;Erika Ehrli's blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Microsoft released the technology preview version of this API to get feedback from developers to help guide the future direction of Microsoft's Open XML development tools. You can provide feedback, and also get questions answered, at the &lt;A href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1647&amp;amp;SiteID=1"&gt;MSDN support forum&lt;/A&gt; for the SDK. (That's Microsoft's official support forum,&amp;nbsp;but you can also post questions in the &lt;A HREF="/forums/default.aspx"&gt;Forums&lt;/A&gt; section of OpenXmlDeveloper.) &lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1640" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>XMLSpy now supports Open XML formats</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/06/06/1639.aspx" /><id>http://openxmldeveloper.org/archive/2007/06/06/1639.aspx</id><published>2007-06-06T18:59:00Z</published><updated>2007-06-06T18:59:00Z</updated><content type="html">&lt;P&gt;Altova has announced Open XML support for their flagship product, XMLSpy. As covered in their &lt;A href="http://www.altova.com/OOXML_060407.html"&gt;announcement&lt;/A&gt; this week, XMLSpy 2007 Release 3 provides full validation of Open XML documents, intelligent entry helpers, and support for the development of XSLT and XQuery transformations for working with Open XML data.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.altova.com/products/xmlspy/xml_editor.html"&gt;XMLSpy&lt;/A&gt; is a best-selling XML editor that provides functionality for working with many W3C standards related to XML, including XSLT, Xquery, XPath, XML Schema, and more. It also integrates with the Visual Studio and Eclipse development environments.&lt;/P&gt;
&lt;P&gt;For more information on XMLSpy's support of Open XML formats, see Altova's &lt;A href="http://www.altova.com/features_office_2007.html"&gt;features page&lt;/A&gt; for the new functionality.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.altova.com/features_office_2007.html"&gt;&lt;IMG alt="" hspace=0 src="http://www.altova.com/images/shots/create_excel.gif" border=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1639" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Office Open XML File Format library for Java</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/06/06/1638.aspx" /><id>http://openxmldeveloper.org/archive/2007/06/06/1638.aspx</id><published>2007-06-06T18:43:00Z</published><updated>2007-06-06T18:43:00Z</updated><content type="html">&lt;P&gt;OpenXML4J is an open-source library for Java developers that provides classes for Open XML development. It offers a pure-Java approach, and was started by Julien Chable of Wygwam.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.openxml4j.org/"&gt;&lt;IMG alt="openxml4j architecture" hspace=0 src="http://www.openxml4j.org/Documentation/images/overall_architecture.png" border=0&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The project home page went live in May at &lt;A href="http://www.openxml4j.org/"&gt;www.openxml4j.org&lt;/A&gt;, and includes links to a project roadmap, the download links, and other related information. Julien Chable has a &lt;A href="http://blogs.developpeur.org/neodante/archive/2007/05/31/openxml4j-openxml4j-le-projet-d-api-open-xml-pour-java.aspx"&gt;blog post (in French)&lt;/A&gt; that covers news of the project as of last week, and Brian Jones describes the project on &lt;A href="http://blogs.msdn.com/brian_jones/archive/2007/06/01/open-xml-java-library.aspx"&gt;his blog&lt;/A&gt; as well (in English).&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1638" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Open XML development videos</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/03/19/1334.aspx" /><id>http://openxmldeveloper.org/archive/2007/03/19/1334.aspx</id><published>2007-03-19T21:14:00Z</published><updated>2007-03-19T21:14:00Z</updated><content type="html">&lt;P&gt;Several of the most active contributors to OpenXmlDeveloper were in Redmond last week for the MVP Summit and an Open XML workshop, so Doug Mahugh interviewed them on some Open XML development topics. The videos are up on Channel 9 at the links included below.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://channel9.msdn.com/ShowPost.aspx?PostID=292715"&gt;Open-source Open XML API for Java&lt;/A&gt;&lt;BR&gt;Julien Chable demonstrates his OPENXML4J project, which is a continuation of the work described in his article on OpenXmlDeveloper &lt;A HREF="/articles/OpenXMLandJava.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://channel9.msdn.com/ShowPost.aspx?PostID=292735"&gt;Package Explorer for Open XML&lt;/A&gt;&lt;BR&gt;Wouter Van Vugt talks about the latest release of his Package Explorer tool, which was originally covered on OpenXmlDeveloper &lt;A HREF="/articles/261.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://channel9.msdn.com/ShowPost.aspx?PostID=292752"&gt;Linux/Java interoperability with Open XML&lt;/A&gt;&lt;BR&gt;Sanjay Kumar and Datta Kulkarni of Sonata Software describe how Open XML can be used from a Linux environment, building on the techniques covered on OpenXmlDeveloper &lt;A HREF="/articles/JavaWordProcessingML.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1334" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Novell announces Open XML support</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/03/07/1303.aspx" /><id>http://openxmldeveloper.org/archive/2007/03/07/1303.aspx</id><published>2007-03-08T01:12:00Z</published><updated>2007-03-08T01:12:00Z</updated><content type="html">&lt;P&gt;Novell has announced support for the Open XML file formats in their version of OpenOffice. Word-processing documents are supported now, and spreadsheet/presentation support is coming next.&lt;/P&gt;
&lt;P&gt;Here are some links for more information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Novell's download page for the OpenOffice Open XML Translator: &lt;A href="http://download.novell.com/SummaryFree.jsp?buildid=ESrjfdE4U58~"&gt;http://download.novell.com/SummaryFree.jsp?buildid=ESrjfdE4U58~&lt;/A&gt; 
&lt;LI&gt;Novell's download page for OpenOffice: &lt;A href="http://www.novell.com/products/desktop/features/ooo.html"&gt;http://www.novell.com/products/desktop/features/ooo.html&lt;/A&gt; 
&lt;LI&gt;Additional information on Novell's site: &lt;A href="http://www.novell.com/prblogs/?p=299"&gt;http://www.novell.com/prblogs/?p=299&lt;/A&gt; 
&lt;LI&gt;LinuxWorld's coverage of the announcement: &lt;A href="http://www.linuxworld.com/news/2007/030507-novell-translator.html"&gt;http://www.linuxworld.com/news/2007/030507-novell-translator.html&lt;/A&gt; 
&lt;LI&gt;Brian Jones's comments about the announcement: &lt;A href="http://blogs.msdn.com/brian_jones/archive/2007/03/02/openoffice-support-for-the-openxml-formats.aspx"&gt;http://blogs.msdn.com/brian_jones/archive/2007/03/02/openoffice-support-for-the-openxml-formats.aspx&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Stephen McGibbon's screen shots of the translation in action: &lt;A href="http://notes2self.net/archive/2007/03/05/OpenOffice-OpenXML-support-_2D00_-screenshots.aspx"&gt;http://notes2self.net/archive/2007/03/05/OpenOffice-OpenXML-support-_2D00_-screenshots.aspx&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1303" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Generating Dynamic OpenXML Docx Files</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/03/07/1302.aspx" /><id>http://openxmldeveloper.org/archive/2007/03/07/1302.aspx</id><published>2007-03-07T22:08:00Z</published><updated>2007-03-07T22:08:00Z</updated><content type="html">&lt;P&gt;Mohammad Nour El-din Marwan of Cairo University's Computer Engineering Department has posted a &lt;A href="http://mnour.blogspot.com/2007/02/creating-dynamic-docx-files.html"&gt;detailed how-to article&lt;/A&gt; that covers the design of a set of classes for working with Open XML documents. His approach reflects a common business need: set up a standardized look and feel in a template, which can be used as a starting point for generating dynamic data-driven documents that all share common formatting characteristics.&lt;/P&gt;
&lt;P&gt;The article includes many diagrams that clearly explain the architecture used. Definitely worth a look if you're designing software to generate dynamic Open XML documents.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://mnour.blogspot.com/2007/02/creating-dynamic-docx-files.html"&gt;... more information ...&lt;/A&gt;&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1302" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>IDC report on Open Document Standards (Japanese version)</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/03/04/IDCreportJP.aspx" /><link rel="enclosure" type="application/pdf" length="450716" href="http://openxmldeveloper.org/attachment/1296.ashx" /><id>http://openxmldeveloper.org/archive/2007/03/04/IDCreportJP.aspx</id><published>2007-03-05T03:00:00Z</published><updated>2007-03-05T03:00:00Z</updated><content type="html">&lt;IMG alt="" hspace=10 src="http://www.mahugh.com/images/blog/2006/11/27/report.jpg" align=right border=0&gt; 
&lt;P&gt;Now available for download: &lt;A HREF="/attachment/1296.ashx"&gt;Japanese version of "The Road to Open Document Standards"&lt;/A&gt; from &lt;A href="http://www.idc.com/"&gt;IDC&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This independent study, based on an IDC survey of Nordic companies, provides an overview of interoperability issues and options with a focus on document standards such as Open XML and ODF. The original version in English can be found &lt;A HREF="/archive/2006/11/27/IDC_Open_Document_Standards.aspx"&gt;here&lt;/A&gt; and the Japanese version &lt;A HREF="/attachment/1296.ashx"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;The report is summarized in its synopsis as follows:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;This study is a fact-based analysis of the emerging open document standards, Open XML and ODF. The study is structured in two parts: An overview of the framework around open standards and open document standards in particular. The second part looks in detail on what we can learn about the adoption of open standards from IDC's Nordic survey of companies and organizations carried out in August 2006. "We believe that multiple open document standards are going to exist in the market – just as the case would be with proprietary standards – and each will mirror certain needs in the market", says Per Andersen, Managing Director for IDC Nordic.&lt;/I&gt;&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1296" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry><entry><title>Open XML Translator enables interoperability with ODF</title><link rel="alternate" type="text/html" href="http://openxmldeveloper.org/archive/2007/02/02/1172.aspx" /><id>http://openxmldeveloper.org/archive/2007/02/02/1172.aspx</id><published>2007-02-03T03:41:00Z</published><updated>2007-02-03T03:41:00Z</updated><content type="html">&lt;P&gt;Microsoft announced yesterday that the Open XML Translator project has released version 1.0. As it says in the &lt;A href="http://www.microsoft.com/presspass/press/2007/jan07/02-01OpenXMLPR.mspx"&gt;official announcement&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Developers of the open source project to produce a translator between OpenDocument format (ODF) and Open XML document formats announced the completion of the 1.0 release of the technology. The completed Open XML Translator enables conversion of documents from one format to the other and is available for anyone to download and use at no cost. When plugged into Microsoft® Office Word, for example, the Translator provides customers with the choice to open and save documents in ODF rather than the native Open XML format. The Translator may also be plugged into competing word processing programs that use ODF as the default format to open and save documents in Open XML. Microsoft Corp. announced its support for the open source project to build a technical bridge between Open XML and ODF in July 2006 to provide interoperability between formats. Since inception, it has remained among the 30 most active projects on SourceForge.net and has been downloaded more than 50,000 times.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Novell has integrated the translator into OpenOffice and will soon make available versions of OpenOffice that support Open XML on the SuSe Linux and Windows platforms.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://sourceforge.net/projects/odf-converter"&gt;Click here to download the Open XML translator.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For more information see &lt;A href="http://www.microsoft.com/presspass/press/2007/jan07/02-01OpenXMLPR.mspx"&gt;the announcement&lt;/A&gt; and also these blogs:&lt;/P&gt;
&lt;P&gt;Translator team blog: &lt;A href="http://odf-converter.sourceforge.net/blog/index.php?2007/02/02/17-release-10-now-available"&gt;Release 1.0 now available!&lt;/A&gt;&lt;BR&gt;Brian Jones: &lt;A href="http://blogs.msdn.com/brian_jones/archive/2007/02/02/odf-to-openxml-conversion-complete.aspx"&gt;ODF to Open XML conversion complete&lt;/A&gt;&lt;/P&gt;&lt;img src="http://openxmldeveloper.org/aggbug.aspx?PostID=1172" width="1" height="1"&gt;</content><author><name>dmahugh</name><uri>http://openxmldeveloper.org/members/dmahugh.aspx</uri></author></entry></feed>