Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
What Is Word XML Document Files
What is in a Word XML Document (*.xml) file?
✍: FYIcenter.com
After you saved a Word document into a Word XML Document (*.xml) file,
you can actually open it in an XML browser to see how the entire word documents
is represented in the XML file.
1. Open "Word_Tutorials.docx" and save it to "Word_Tutorials.xml" in Word XML Document format.
2. Open "Word_Tutorials.xml" in Firefox. If you collapse all first level elements, you will see that a Word XML Documents contains a list of "part" elements. Each "part" element is actually representing a file in the original .docx file.
For example, the main content of the original Word document is represented by this "part" element:
<pkg:part pkg:name="/word/document.xml" pkg:contentType="application/vnd.openxmlformats-officedocument .wordprocessingml.document.main+xml"> <pkg:xmlData> ... </pkg:xmlData> </pkg:part>
Another example, the first picture in the original Word document is represented by this "part" element:
<pkg:part pkg:name="/word/media/image1.png" pkg:contentType="image/png" pkg:compression="store"> <pkg:binaryData> ... </pkg:binaryData> </pkg:part>
Top level relations between the main file and other files are represented by this "part" element:
<pkg:part pkg:name="/_rels/.rels" pkg:contentType="application/vnd.openxmlformats-package .relationships+xml" pkg:padding="512"> <pkg:xmlData> ... </pkg:xmlData> </pkg:part>
⇒ Understanding Microsoft Word File Types
⇐ Convert Word Documents to XML Files
2016-11-02, 2994🔥, 0💬
Popular Posts:
How to create a new WeChat account without phone number? I want to use WeChat, but I don't have a ce...
Where to find answers to frequently asked questions on Facebook? I want to know how to know how to u...
How to see the key exchange process in an SFTP connection with FileZilla FTP Client? If you are conn...
What is a PowerPoint Template (.potx) File? What is the difference between .potx and .pptx files? A ...
What is "OneNote Notes about Word Documents" add-in in Microsoft Word? Should I disable it? "OneNote...