Word 2007、2010(Word 2007) 、または2013を使用している場合、 DOCXファイルを開くときに奇妙なエラーが発生する可能性があります。最近、 Office2013(Office 2013)を使用してWindows10で作成した(Windows 10)DOCXファイルを開こうとすると、次のエラーメッセージが表示されます。
要素の終了タグの名前は、開始タグの要素タイプと一致する必要があります。(The name in the end tag of the element must match the element type in the start tag.)
うーん(Hmm)、それが何を意味するのかわかりません!少し調べてみたところ、このエラーはDOCXファイルが実際に構成されているXMLコードに関連していることがわかりました。通常(Normally)、このエラーによってファイルまたはその内容が失われることはありませんが、変更を開始する前にファイルのコピーを作成することをお勧めします。
元のファイルを台無しにしてしまった場合は、いつでもバックアップファイルを使用して再試行できます。Office 2013を使用している場合、エラーメッセージは次のようになります。
Location: Part: /word/document.xml, Line: 2, Column: xxxxなどの追加情報も表示されます。では、このエラーの原因は何ですか?どうやら、それは方程式です!具体的には、方程式がテキストボックスまたはグラフィカルオブジェクトと同じ段落に固定されている場合、oMathタグに関連しています。
幸い、このエラーを修正する簡単な方法があります。最も簡単なものから始めて、興味のある人のためのより技術的な解決策に移ります。
MicrosoftFix-it
Microsoftは、問題のあるWordファイルを修復するFix-itダウンロードをリリースしました。(Fix-it download )これにより一時的に問題が修正されますが、ファイルを再度編集すると再発する可能性があることに注意してください。下にスクロール(Scroll)して、このエラーが再発しないようにする方法を確認してください。
XMLを手動で編集する
これを手動で行う場合は、DOCXファイルを開いて(DOCX)XMLを編集できます。ただし、これは複雑で、さらに混乱する可能性があるため、あまりお勧めしません。実際のWord文書を調整する方法があります。これは以下で読むことができます。
基本的に、 Word(Word)ファイル全体は、実際には一連のXMLファイルのzip形式のアーカイブです。これらのファイルを表示するには、拡張子の名前をDOCXからZIPに変更する必要があります。
Windows 8/10では、エクスプローラー(Explorer)を開き、 [表示(View)]タブをクリックします。右側に、ファイル名拡張子(File name extensions)というチェックボックスが表示されます。さあ、それを確認してください。次に、 DOCX(DOCX)ファイルの名前をZIPに変更し、(ZIP)ダブルクリックして開きます。
ここに、いくつかのフォルダとXMLファイルが表示されます。Word文書の主な内容は、Wordフォルダー内にあります。それを開くと、document.xmlという名前のドキュメント(document.xml)が表示されます。
これは、実際のWordドキュメントのコンテンツを含むメインのXMLです。(XML)他のものは、設定、スタイル、フォントなどです。メモ帳(Notepad)でこれを開くと、混乱のように見えるので、問題の原因となるタグであるoMathを検索する必要があります。(oMath)基本的に、次のようになります。
<m:oMath>
<mc:AlternateContent>
<mc:Choice Requires=”wps”>
最初の行の場合2行目または3行目より下または後の場合、このエラーが発生します。Wordファイルを開くには、これらの行のすぐ上に戻す必要があります。
開始終了タグエラー(Start End Tag Error)の恒久的な修正(Fix)
うまくいけば、Fix-itツールで問題が解決しましたが、根本的な原因を永続的に修正しないと、再び発生する可能性があります。これを行うには、Office2010または(Office 2010)Office2013 ServicePack1(Office 2013) に(Service Pack 1)更新するだけです。この問題はサービスパックで解決されているため、インストールしていない場合は、先に進んでインストールしてください。
インストールすると、新しいファイルや、Fix-itツールを使用して手動で修正または修正したファイルでは問題は発生しません。何らかの理由でSP1に更新できない場合は、 (SP 1)Word文書で数式とテキストボックスをグループ化する方法を調整する必要があるもう1つの解決策があります。
ツールを使用するか、ファイルを手動で編集してDOCX(DOCX)ファイルを復元したら、先に進んで[ホーム]タブの[(Home)選択(Selection)]ペインを開きます。最初に[選択(Select)]ボタンをクリックするとアクセスできます。
これにより、ページ上のすべての異なるオブジェクトを一覧表示するサイドバーペインが開きます。先に進み、Ctrlキーを押して、すべてのテキストボックスを選択します。
テキストボックスを選択したら、[描画ツール] –[フォーマット]–(Drawing Tools – Format – Arrange) [配置]の下の[グループ(Group)]ボタンをクリックします。上記の[選択(Select)]ボタンのすぐ隣にあります。
これで、すべてのテキストボックスがグループ化されます。次に、ドキュメントを保存して、エラーなしで再度開くことができるかどうかを確認します。これは永続的な解決策であるため、Service Pack 1にアップグレードしなくても、エラーは解消されます。それは間違いなくXMLファイルの編集を打ち負かします。ご不明な点がございましたら、コメント欄でお知らせください。楽しみ!
Fix End Tag Start Tag Mismatch Error When Opening DOCX Files
If you’re using Word 2007, 2010 or 2013, you might run into a strange error when opening a DOСX file. Recently, I tried to оpen a DOCX file I had сreated on Windowѕ 10 using Office 2013 and got the following error message:
The name in the end tag of the element must match the element type in the start tag.
Hmm, no idea what that means! After doing a bit of research, I found that this error is related to the XML code that a DOCX file is actually made up of. Normally, this error will not result in the loss of your file or it’s contents, but it’s a good idea to make a copy of the file before you starting making any changes.
If you end up messing up the original file, you can always try again using the backup file. Here is what the error message looks like if you’re using Office 2013:
You’ll also see some extra info like Location: Part: /word/document.xml, Line: 2, Column: xxxx. So what causes this error? Apparently, it’s equations! Specifically, it’s related to oMath tags when an equation is anchored to the same paragraph as a text box or graphical object.
Luckily, there’s a straight-forward way to fix this error. I’ll start with the easiest and move on to the more technical solutions for those who are interested.
Microsoft Fix-it
Microsoft has released a Fix-it download that will go ahead and repair the problematic Word file. Note that even though this will fix the issue temporarily, it may re-occur if you edit the file again. Scroll down to read about how you can prevent this error from occurring again.
Manually Edit XML
If you want to do this manually, you can open the DOCX file and edit the XML. However, I don’t really recommend this as it’s complicated and could mess up things even more. There is a way to adjust the actual Word document, which you can read down below.
Basically, the whole Word file is actually a zipped archive of a bunch of XML files. In order to see these files, you have to rename the extension from DOCX to ZIP.
In Windows 8/10, open Explorer and click on the View tab. On the right, you’ll see a checkbox called File name extensions. Go ahead and check that. Now rename the DOCX file to ZIP and double-click on it to open it.
Here you’ll see a couple of folders and an XML file. The main content of your Word document is inside the word folder. Open that and you’ll see one called document.xml.
That is the main XML which contains the content of your actual Word document. The other ones are just settings, styles, fonts, etc. Now opening this in Notepad will look like a mess, so you want to do a search for oMath because that’s the tag that causes problems. Basically, it should look like this:
<m:oMath>
<mc:AlternateContent>
<mc:Choice Requires=”wps”>
If the first line <m:oMath> is somehow below or after lines two or three, then you’ll get this error. You need to move it back immediately above those lines to be able to open the Word file.
Permanent Fix for Start End Tag Error
Hopefully, the Fix-it tool resolved your problem, but it could occur again if you don’t fix the underlying cause permanently. To do that, all you have to do is update to Office 2010 or Office 2013 Service Pack 1. The issue is resolved in the service packs, so if you have not installed them, go ahead and do that.
Once installed, the problem will not occur with new files or with files that you manually fixed or fixed using Fix-it tool. If, for some reason, you are unable to update to SP 1, then there is one other solution which requires adjusting how the equation and text boxes are grouped in the Word document.
Once you have recovered your DOCX file using the tool or by manually editing the file, go ahead and open the Selection pane on the Home tab. You can get to it by click on the Select button first.
This will open a sidebar pane that lists out all the different objects on the page. Go ahead and press the CTRL key and select all the text boxes.
Once you have selected the text boxes, click on the Group button under Drawing Tools – Format – Arrange. It’s right next to the Select button I mentioned above.
That should group all your text boxes together. Now save your document and see if you can open it again without the error. This is a permanent solution, so even if you don’t upgrade to service pack 1, the error should go away. It definitely beats out editing XML files. If you have any questions, let us know in the comments. Enjoy!