我最近开始在我的ubuntu桌面上使用Abiword。 Libreoffice导致我的一个文字处理文件崩溃。我从未遇到过微软这个问题,但我主要使用的是ubuntu。所以我决定改用abiword。我一直在通过.doc格式的abiword保存我的文字处理文档。但是,最近当我打开文件时,所有这些XML代码都被吐出来了。首先,我用微软的话打开它。然后我想也许这就是问题,所以我在ubuntu中切换到了abiword。它工作了大约一天。现在我所有的工作都是用XML代码完成的。
该文档以XML开头,如下所示:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE abiword PUBLIC "-//ABISOURCE//DTD AWML 1.0 Strict//EN" "http://www.abisource.com/awml.dtd">
<abiword template="false" xmlns:ct="http://www.abisource.com/changetracking.dtd" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:math="http://www.w3.org/1998/Math/MathML" xid-max="46" xmlns:dc="http://purl.org/dc/elements/1.1/" fileformat="1.1" xmlns:svg="http://www.w3.org/2000/svg" xmlns:awml="http://www.abisource.com/awml.dtd" xmlns="http://www.abisource.com/awml.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" version="3.0.0" xml:space="preserve" props="dom-dir:ltr; document-footnote-restart-section:0; document-endnote-type:numeric; document-endnote-place-enddoc:1; document-endnote-initial:1; lang:en-US; document-endnote-restart-section:0; document-footnote-restart-page:0; document-footnote-type:numeric; document-footnote-initial:1; document-endnote-place-endsection:0">
<!-- ======================================================================== -->
<!-- This file is an AbiWord document. -->
<!-- AbiWord is a free, Open Source word processor. -->
<!-- More information about AbiWord is available at http://www.abisource.com/ -->
<!-- You should not edit this file by hand. -->
<!--
======================================================================== -->
如何将其恢复为普通文档?
另外,为什么会发生这种情况,我该如何防止这种情况发生?我正在考虑在Windows中使用word或使用Google文档(虽然云文字处理让我变得偏执,因为1)隐私2)如果互联网削减,我就失去工作了)
答案 0 :(得分:1)
这很简单。使用.doc将整个文档的文本复制到空白文件。重新开启Abiword。有用。它在最后销毁了少量数据。我不知道那些数据去了哪里。我猜也许RTF是一种更稳定的格式。