<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://openxmldeveloper.org/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>Creating an Open XML Document in .NET</title><link>http://openxmldeveloper.org/articles/OpenXMLDocFromDotNet.aspx</link><description>In this article, Sanjay shows how to create a simple WinForm with a multi-line textbox, then save the user's entered text as a DOCX file.  VS.NET solution and source code (C#) included.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60526.2668)</generator><item><title>re: Creating an Open XML Document in .NET</title><link>http://openxmldeveloper.org/articles/OpenXMLDocFromDotNet.aspx#226</link><pubDate>Fri, 19 May 2006 17:13:07 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:226</guid><dc:creator>planks</dc:creator><description>I tried the example, it creates the .docx file and everything but when I tried to open it it displays an error that there are missing elements. When I see the files I notice that nothing is written in them, in the document.xml nor in the relationships file.&lt;br&gt;&lt;br&gt;I also sent the output to be displayed in the console and it is doing it as it should so I think there's something about file writing permissions, any ideas?</description></item><item><title>re: Creating an Open XML Document in .NET</title><link>http://openxmldeveloper.org/articles/OpenXMLDocFromDotNet.aspx#231</link><pubDate>Wed, 24 May 2006 08:46:10 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:231</guid><dc:creator>SanjayKumarM</dc:creator><description>If you are using Office 2007 Beta2 then you may have to make the following changes to make tha application work&lt;br&gt;1.&lt;br&gt;Seach for-&amp;gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/office/word/2005/10/wordml"&gt;http://schemas.microsoft.com/office/word/2005/10/wordml&lt;/a&gt;&lt;br&gt;replace with-&amp;gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://schemas.openxmlformats.org/wordprocessingml/2006/3/main"&gt;http://schemas.openxmlformats.org/wordprocessingml/2006/3/main&lt;/a&gt;&lt;br&gt;&lt;br&gt;2.&lt;br&gt;Seach for-&amp;gt; application/vnd.ms-word.main+xml&lt;br&gt;replace with-&amp;gt;&lt;br&gt;application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml&lt;br&gt;&lt;br&gt;3.&lt;br&gt;Seach for-&amp;gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/office/2006/relationships/officeDocument"&gt;http://schemas.microsoft.com/office/2006/relationships/officeDocument&lt;/a&gt;&lt;br&gt;replace with-&amp;gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"&gt;http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument&lt;/a&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Creating an Open XML Document in .NET</title><link>http://openxmldeveloper.org/articles/OpenXMLDocFromDotNet.aspx#232</link><pubDate>Wed, 24 May 2006 08:49:52 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:232</guid><dc:creator>SanjayKumarM</dc:creator><description>Hi Planks.&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;The code was written for Office 2007 Beta1, I have also posted the changes to be made to make it workable for Beta 2.&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;I have really tested the code it works, May be the version of WinFx or office 12 you are using may mot be the corrent one.&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; If you want I can email the code to you.&lt;br&gt;&lt;br&gt;Sanjay</description></item><item><title>re: Creating an Open XML Document in .NET</title><link>http://openxmldeveloper.org/articles/OpenXMLDocFromDotNet.aspx#1391</link><pubDate>Tue, 03 Apr 2007 15:19:35 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:1391</guid><dc:creator>ivofoi</dc:creator><description>Forgot to mention - I'm not using any beta version of MS Office, but the final version. </description></item></channel></rss>