<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Open Office and Docx</title>
	<atom:link href="http://www.ghacks.net/2007/10/11/open-office-and-docx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<pubDate>Tue, 07 Oct 2008 00:22:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: JC</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-447513</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Fri, 15 Aug 2008 02:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-447513</guid>
		<description>the online docx converter  (http://www.docx-converter.com) I found doesn't just convert to doc. It can straight away convert to openoffice.</description>
		<content:encoded><![CDATA[<p>the online docx converter  (http://www.docx-converter.com) I found doesn&#8217;t just convert to doc. It can straight away convert to openoffice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-360089</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 03 Jun 2008 20:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-360089</guid>
		<description>OpenOffice 2.4 on Ubuntu Hardy Heron opens the format fine, much to my surprise. On a side note, I'm not sure how you're detecting the client to give your browser warning, but I can be absolutely certain that I am *not* using Internet Explorer given that my desktop is Linux...</description>
		<content:encoded><![CDATA[<p>OpenOffice 2.4 on Ubuntu Hardy Heron opens the format fine, much to my surprise. On a side note, I&#8217;m not sure how you&#8217;re detecting the client to give your browser warning, but I can be absolutely certain that I am *not* using Internet Explorer given that my desktop is Linux&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudy</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-301592</link>
		<dc:creator>rudy</dc:creator>
		<pubDate>Sat, 12 Apr 2008 17:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-301592</guid>
		<description>open office 3.0 beta opens them fine</description>
		<content:encoded><![CDATA[<p>open office 3.0 beta opens them fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Davidson</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-298267</link>
		<dc:creator>G Davidson</dc:creator>
		<pubDate>Thu, 10 Apr 2008 04:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-298267</guid>
		<description>Thanks that helped us!</description>
		<content:encoded><![CDATA[<p>Thanks that helped us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diginferno</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-275059</link>
		<dc:creator>diginferno</dc:creator>
		<pubDate>Fri, 07 Mar 2008 16:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-275059</guid>
		<description>There's also a Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats on Microsoft's site, at the following URL:

http://www.microsoft.com/downloads/details.aspx?familyid=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&#38;displaylang=en</description>
		<content:encoded><![CDATA[<p>There&#8217;s also a Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats on Microsoft&#8217;s site, at the following URL:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?familyid=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&amp;displaylang=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-234182</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 09 Jan 2008 11:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-234182</guid>
		<description>The Novell package odfconverter-1.0.0-2.oxt is just a zip file. For Windows users: extract the contents, copy the dlls to system32, use the executable. Less than seamless, but it works.

syntax:
odfconverter.exe /DOCX2ODT /I -iputfile.docx- /O -outputfile.odf-

Write a batch!
Something like 
[HKEY_CLASSES_ROOT\docx_auto_file\shell\open\command]
@="\"C:\\yourpath\\odfconverter.exe\"  /DOCX2ODT /I \"%1\" /O output.odf"
works too.</description>
		<content:encoded><![CDATA[<p>The Novell package odfconverter-1.0.0-2.oxt is just a zip file. For Windows users: extract the contents, copy the dlls to system32, use the executable. Less than seamless, but it works.</p>
<p>syntax:<br />
odfconverter.exe /DOCX2ODT /I -iputfile.docx- /O -outputfile.odf-</p>
<p>Write a batch!<br />
Something like<br />
[HKEY_CLASSES_ROOT\docx_auto_file\shell\open\command]<br />
@=&#8221;\&#8221;C:\\yourpath\\odfconverter.exe\&#8221;  /DOCX2ODT /I \&#8221;%1\&#8221; /O output.odf&#8221;<br />
works too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PGAccess &#187; Blog Archive &#187; Docx Files Explained</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-219599</link>
		<dc:creator>PGAccess &#187; Blog Archive &#187; Docx Files Explained</dc:creator>
		<pubDate>Mon, 17 Dec 2007 18:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-219599</guid>
		<description>[...] support to my version of Microsoft Office. After installing that compatibility pack I was able to open docx documents without difficulties at [...]</description>
		<content:encoded><![CDATA[<p>[...] support to my version of Microsoft Office. After installing that compatibility pack I was able to open docx documents without difficulties at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Docx Files &#124; TheComputerMaster Technology Blog</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-217242</link>
		<dc:creator>Open Docx Files &#124; TheComputerMaster Technology Blog</dc:creator>
		<pubDate>Thu, 13 Dec 2007 19:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-217242</guid>
		<description>[...] some research on the Internet, and finding the articles Open Docx Documents and Open Docx in Open Office I discovered the way to open the document in my Text Editor.   All I had to do was [...]</description>
		<content:encoded><![CDATA[<p>[...] some research on the Internet, and finding the articles Open Docx Documents and Open Docx in Open Office I discovered the way to open the document in my Text Editor.   All I had to do was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Word formatų suderinamumas : nežinau.lt</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-192866</link>
		<dc:creator>Word formatų suderinamumas : nežinau.lt</dc:creator>
		<pubDate>Thu, 08 Nov 2007 08:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-192866</guid>
		<description>[...] tokiais atvejais siūlo du sprendimus. Parsisiųsti Microsoft produktą Word Viewer arba konvertuoti failą interneto tarnyboje Docx [...]</description>
		<content:encoded><![CDATA[<p>[...] tokiais atvejais siūlo du sprendimus. Parsisiųsti Microsoft produktą Word Viewer arba konvertuoti failą interneto tarnyboje Docx [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 如何在Open Office中打开.docx文件 &#187; Ghacks CN</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-176413</link>
		<dc:creator>如何在Open Office中打开.docx文件 &#187; Ghacks CN</dc:creator>
		<pubDate>Sat, 13 Oct 2007 09:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-176413</guid>
		<description>[...] 原文链接。  I hope you enjoyed reading this post. You may now subscribe to my RSS Feed, scroll down to 留下评论 or get back to the homepage.  &#160;&#160;I recommend Giganews, the ultimate P2P alternative: Read here why [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文链接。  I hope you enjoyed reading this post. You may now subscribe to my RSS Feed, scroll down to 留下评论 or get back to the homepage.  &nbsp;&nbsp;I recommend Giganews, the ultimate P2P alternative: Read here why [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeO</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175824</link>
		<dc:creator>MikeO</dc:creator>
		<pubDate>Fri, 12 Oct 2007 12:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175824</guid>
		<description>I'm running the OO 2.1 Novell Edition, Build 1007-06-04, and it reads/writes .docx with no trouble.

It's at 
http://download.novell.com/Download?buildid=ESNg0tedRGs~

(free account required to access the files)</description>
		<content:encoded><![CDATA[<p>I&#8217;m running the OO 2.1 Novell Edition, Build 1007-06-04, and it reads/writes .docx with no trouble.</p>
<p>It&#8217;s at<br />
<a href="http://download.novell.com/Download?buildid=ESNg0tedRGs~" rel="nofollow">http://download.novell.com/Download?buildid=ESNg0tedRGs~</a></p>
<p>(free account required to access the files)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mickey</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175645</link>
		<dc:creator>Mickey</dc:creator>
		<pubDate>Fri, 12 Oct 2007 03:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175645</guid>
		<description>Users (Mac and P.C.) that do not own Microsoft Office and use other applications (such as Open Office), or users of earlier versions of Microsoft Office that are not covered by Microsoft compatibility pack, but still want covert, open and use Word 2007 DOCX or Excel 2007 XLSX files on their own computer, can do so with "docxconverter 2.0". See: http://www.panergy-software.com/products/docxconverter/features.html</description>
		<content:encoded><![CDATA[<p>Users (Mac and P.C.) that do not own Microsoft Office and use other applications (such as Open Office), or users of earlier versions of Microsoft Office that are not covered by Microsoft compatibility pack, but still want covert, open and use Word 2007 DOCX or Excel 2007 XLSX files on their own computer, can do so with &#8220;docxconverter 2.0&#8243;. See: <a href="http://www.panergy-software.com/products/docxconverter/features.html" rel="nofollow">http://www.panergy-software.com/products/docxconverter/features.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csonis</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175570</link>
		<dc:creator>csonis</dc:creator>
		<pubDate>Fri, 12 Oct 2007 00:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175570</guid>
		<description>Another option for users of MS Word 2007 to skirt this issue might be to simply this to thier copy of MS Word 2007.

- Open Word 2007. 
- Go to WORD OPTIONS (under the MS Office Symbol in the upper left corner). 
- Click on SAVE in the left-hand column.
- Select: Save Documents &#62; Save Files in this Format
- "Word 97-2003 Document (*.doc)"

By doing this all MS Word 2007 files will now open and save in *.doc format. SO you can go back and forth b/t Word 2007 and Open Office easily.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Another option for users of MS Word 2007 to skirt this issue might be to simply this to thier copy of MS Word 2007.</p>
<p>- Open Word 2007.<br />
- Go to WORD OPTIONS (under the MS Office Symbol in the upper left corner).<br />
- Click on SAVE in the left-hand column.<br />
- Select: Save Documents &gt; Save Files in this Format<br />
- &#8220;Word 97-2003 Document (*.doc)&#8221;</p>
<p>By doing this all MS Word 2007 files will now open and save in *.doc format. SO you can go back and forth b/t Word 2007 and Open Office easily.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Dempsey</title>
		<link>http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175236</link>
		<dc:creator>Adam Dempsey</dc:creator>
		<pubDate>Thu, 11 Oct 2007 10:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/11/open-office-and-docx/#comment-175236</guid>
		<description>I couldn't get it to work myself, but Novell created a plugin for OpenOffice which provides support for opening and saving docx files.

http://download.novell.com/SummaryFree.jsp?buildid=ESrjfdE4U58~

OpenOffice is due to fully support it without plugins by version 2.4 I think.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get it to work myself, but Novell created a plugin for OpenOffice which provides support for opening and saving docx files.</p>
<p><a href="http://download.novell.com/SummaryFree.jsp?buildid=ESrjfdE4U58~" rel="nofollow">http://download.novell.com/SummaryFree.jsp?buildid=ESrjfdE4U58~</a></p>
<p>OpenOffice is due to fully support it without plugins by version 2.4 I think.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
