Difference between pages "Bloom Filters" and "Word Document (DOCX)"
From Forensics Wiki
(Difference between pages)
m (New page: =References= * [http://www.internetmathematics.org/volumes/1/4/Broder.pdf Network Applications of Bloom Filters: A Survey], Andrei Broder and Michael Mitzenmacher, Internet Mathematics Vol...) |
(New page: DOCX is the file format for Microsoft Office 2007 and later. DOCX should not be confused with DOC, the format used by earlier versions of Microsoft Office = Container Format = DOCX ...) |
||
| Line 1: | Line 1: | ||
| − | + | DOCX is the file format for Microsoft Office 2007 and later. | |
| − | + | ||
| − | + | DOCX should not be confused with [[DOC]], the format used by earlier versions of Microsoft Office | |
| − | + | = Container Format = | |
| + | |||
| + | DOCX consists of a [[ZIP]] file containing XML and binaries. Content can be analysed without modification by unzipping the file (Eg, in WinZIP) and analysing the contents of the archive. | ||
| + | |||
| + | = Relationship to OOXML = | ||
| + | |||
| + | For most purposes OOXML may be considered a subset of DOCX (DOCX contains additional features, like OLE serialization). | ||
| + | |||
| + | Documentation on OOXML may provide a guide to analysing a DOCX file. | ||
Revision as of 16:50, 28 October 2008
DOCX is the file format for Microsoft Office 2007 and later.
DOCX should not be confused with DOC, the format used by earlier versions of Microsoft Office
Container Format
DOCX consists of a ZIP file containing XML and binaries. Content can be analysed without modification by unzipping the file (Eg, in WinZIP) and analysing the contents of the archive.
Relationship to OOXML
For most purposes OOXML may be considered a subset of DOCX (DOCX contains additional features, like OLE serialization).
Documentation on OOXML may provide a guide to analysing a DOCX file.