User:Thumperward/Office Open XML

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search
Office Open XML Document
File:X-office-document.svg
Filename extension .docx or .docm
Internet media type application/vnd.
openxmlformats-officedocument.
wordprocessingml.
document[1]
Developed by Microsoft, Ecma, ISO/IEC
Type of format Document file format
Extended from XML, DOC, WordProcessingML
Standard(s) ECMA-376, ISO/IEC 29500
Website ECMA-376, ISO/IEC 29500:2008
Office Open XML Presentation
File:X-office-presentation.svg
Filename extension .pptx
Internet media type application/vnd.
openxmlformats-officedocument.
presentationml.
presentation[1]
Developed by Microsoft, Ecma, ISO/IEC
Type of format Presentation
Extended from XML, PPT
Standard(s) ECMA-376, ISO/IEC 29500
Website ECMA-376, ISO/IEC 29500:2008
Office Open XML Workbook
File:X-office-spreadsheet.svg
Filename extension .xlsx
Internet media type application/vnd.
openxmlformats-officedocument.
spreadsheetml.
sheet[1]
Developed by Microsoft, Ecma, ISO/IEC
Type of format Spreadsheet
Extended from XML, XLS, SpreadsheetML
Standard(s) ECMA-376, ISO/IEC 29500
Website ECMA-376, ISO/IEC 29500:2008

Office Open XML (also referred to as OOXML, or Open XML) is a file format for representing spreadsheets, charts, presentations and word processing documents. An Office Open XML file is a ZIP-compatible OPC package containing XML documents and other resources. Office Open XML standard is an IEC/ISO standard; the specification is freely available from ISO for individual and non-redistributable use only.[2]

Microsoft originally developed the specification as a successor to its earlier binary and Office 2003 XML file formats.[3] and in 2005 submitted it to Ecma International Technical Committee TC45, where it was standardized as ECMA-376 in 2006. In April 2008, after incorporating the proposed changes from JTC 1 members during the standardization process of Office Open XML a revised version of the specification was approved as International Standard ISO/IEC 29500:2008,[4] published in November 2008,[5] and as ECMA-376 Office Open XML File Formats - 2nd edition (December 2008).

Starting with Microsoft Office 2007, the Office Open XML file formats (ECMA-376) have become the default file format of Microsoft Office.[6][7] However, due to the changes introduced in a later version, Office 2007 is not entirely in compliance with ISO/IEC 29500:2008.[8][9][10][11] Microsoft has stated that the planned Microsoft Office 2010 will be the first version to implement the ISO/IEC 29500:2008 compliant version of Office Open XML.

Background

Prior to the 2007 edition, the core applications of the Microsoft Office software suite (primarily Word, Excel, and PowerPoint) by default stored their data in binary files. Historically, these files were difficult for other applications to interoperate with, due to the lack of publicly available information. Before 2007 Microsoft offered these binary format specifications under a royalty-free license and since 2007 the formats are directly downloadable from their site under a 'covenant not to sue' as part of its Open Specification Promise.[12][13] Due to Microsoft previously keeping their file formats secret, other office software had great difficulty obtaining full levels of interoperability. Microsoft came under increasing pressure to adopt an open file format, in particular several nations adopted rules that official documents should be in an open format.

In 2000, Microsoft released an initial version of an XML-based format for Microsoft Excel, which was incorporated in Office XP. In 2002, a new file format for Microsoft Word followed.[14] The Excel and Word formats – known as the Microsoft Office XML formats – were later incorporated into the 2003 release of Microsoft Office.

In May 2004, governments and the European Union recommended to Microsoft that they publish and standardize their XML Office formats through a standardization organization.[14][15] Microsoft announced in November 2005 that it would standardize the new version of their XML-based formats through Ecma International, as "Ecma Office Open XML".[16]


Standardization

Office Open XML was standardized first by Ecma International as ECMA-376 (published 7 December 2006). This standard was then fast-tracked in the Joint Technical Committee 1 of ISO and IEC where it became an International Standard, ISO/IEC 29500:2008 (published November 2008).[17][18][19][20][21][22][23][24]

Licensing

Reasonable and Non Discriminatory

Ecma International provides specifications that "can be freely copied by all interested parties without restrictions".[25] Under the Ecma International code of conduct in patent matters,[26] participating and approving member organisations are required to make available their patent rights on a Reasonable and Non Discriminatory (RAND) basis. While making patent rights available on a RAND basis is considered a common minimum patent condition for a standard, international standardization has a clear preference for royalty-free patent licensing. That is why Microsoft, a main contributor to the standard, provided a Covenant Not to Sue[27] for its patent licensing. The covenant received a mixed reception, with some (like the Groklaw blog) identifying problems[28] and others (such as Lawrence Rosen, an attorney and lecturer at Stanford Law School) endorsing it.[29]

Open Specification Promise

Microsoft has added the format to their Open Specification Promise[30] in which

"Microsoft irrevocably promises not to assert any Microsoft Necessary Claims against you for making, using, selling, offering for sale, importing or distributing any implementation to the extent it conforms to a Covered Specification [...]"

subject to certain restrictions. Office Open XML can therefore be used under the Covenant Not to Sue or the Open Specification Promise.

The Open Specification Promise was included in documents submitted to ISO in support of the ECMA-376 fast track submission.[31] Ecma International asserted that, "The OSP enables both open source and commercial software to implement [the specification]."[32]

File format and structure

File:Open XML main components.svg
Office Open XML main components

Office Open XML uses a file package conforming to the Open Packaging Conventions. This format uses mechanisms from the ZIP file format and contains the individual files that form the basis of the document. In addition to Office markup, the package can also include embedded files such as images, videos, or other documents.

Document markup languages

An Office Open XML file may contain several documents encoded in specialized markup languages corresponding to applications within the Microsoft Office product line. Office Open XML defines multiple vocabularies using 27 namespaces and 89 schema modules.

The primary markup languages are:

  • WordprocessingML for word-processing
  • SpreadsheetML for spreadsheets
  • PresentationML for presentations

Shared markup language materials include:

  • Office Math Markup Language (OMML)
  • DrawingML used for vector drawing, charts, and for example, text art (additionally, though deprecated, VML is supported for drawing)
  • Extended properties
  • Custom properties
  • Variant Types
  • Custom XML data properties
  • Bibliography

In addition to the above markup languages custom XML schemas can be used to extend Office Open XML.

The XML Schema of Office Open XML emphasizes reducing load time and improving parsing speed. In a test with applications current in April 2007, XML-based office documents were slower to load than binary formats.[33] To enhance performance, Office Open XML uses very short element names for common elements and spreadsheets save dates as index numbers (starting from 1899 or from 1904). In order to be systematic and generic, Office Open XML typically uses separate child elements for data and metadata (element names ending in Pr for properties) rather than using multiple attributes, which allows structured properties. Office Open XML does not use mixed content but uses elements to put a series of text runs (element name r) into paragraphs (element name p). The result is terse and highly nested in contrast to HTML, for example, which is fairly flat, designed for humans to write in text editors and is more congenial for humans to read.

Office MathML (OMML)

Office Math Markup Language is a mathematical markup language which can be embedded in WordprocessingML, with intrinsic support for including word processing markup like revision markings,[34] footnotes, comments, images and elaborate formatting and styles.[35] The OMML format is different from the World Wide Web Consortium (W3C) MathML recommendation that does not support those office features, but is partially compatible[36] through XSL Transformations.

The following Office MathML example defines the fraction: <math>\frac{\pi}{2}</math>

<m:oMathPara>
  <m:oMath>
    <m:f>
      <m:num><m:r>
        <m:t>π</m:t>
      </m:r></m:num>
      <m:den><m:r>
        <m:t>2</m:t>
      </m:r></m:den>
    </m:f>
  </m:oMath>
</m:oMathPara>

DrawingML

File:DrawingML example.png
Example of DrawingML charts

DrawingML is the vector graphics markup language used in Office Open XML documents. Its major features are the graphics rendering of text elements, graphical vector-based shape elements, graphical tables and charts.

The DrawingML table is the third table model in Office Open XML (next to the table models in WordprocessingML and SpreadsheetML) and is optimized for graphical effects and its main use is in presentations created with PresentationML markup. DrawingML contains graphics effects (like shadows and reflection) that can be used on the different graphical elements that are used in DrawingML. In DrawingML you can also create 3d effects, for instance to show the different graphical elements through a flexible camera viewpoint. It is possible to create separate DrawingML theme parts in an Office Open XML package. These themes can then be applied to graphical elements throughout the Office Open XML package.[37]

DrawingML is unrelated to the other vector graphics formats such as SVG. These can be converted to DrawingML to include natively in an Office Open XML document. This is a different approach to that of the OpenDocument format, which uses a subset of SVG, and includes vector graphics as separate files.

A DrawingML graphic's dimensions are specified in English Metric Units (EMUs). It is so called because it allows an exact common representation of dimensions originally in either English or Metric units. This unit is defined as 1/360,000 of a centimeter and thus there are 914,400 EMUs per inch, and 12,700 EMUs per point. This unit was chosen so that integers can be used to accurately represent most dimensions encountered in a document. Floating point cannot accurately represent a fraction that is not a sum of powers of two and the error is magnified when the fractions are added together many times, resulting in misalignment. As an inch is exactly 2.54 centimeters, or 127/50, 1/127 inch is an integer multiple of a power-of-ten fraction of the meter (2×10-4 m). To accurately represent (with an integer) 1 μm = 10-6 m, a divisor of 100 is further needed. To accurately represent the point unit, a divisor of 72 is needed, which also allows divisions by 2, 3, 4, 6, 8, 9, 12, 18, 24, and 36 to be accurate. Multiplying these together gives 127×72×100 = 914,400 units per inch; this also allows exact representations of multiples of 1/100 & 1/32 inch. According to Rick Jelliffe, programmer and standards activist (ISO, W3C, IETF), EMUs are a rational solution to a particular set of design criteria.[38]

Container structure

File:Open Packaging Convention.png
Container structure of Part 2 of the Ecma Office Open XML standard, ECMA-376

Office Open XML documents are stored in Open Packaging Convention (OPC) packages, which are ZIP files containing XML and other data files, along with a specification of the relationships between them.[39] Depending on the type of the document, the packages have different internal directory structures and names. An application will use the relationships files to locate individual sections (files), with each having accompanying metadata, in particular MIME metadata.

A basic package contains an XML file called [Content_Types].xml at the root, along with three directories: _rels, docProps, and a directory specific for the document type (for example, in a .docx word processing package, there would be a word directory). The word directory contains the document.xml file which is the core content of the document.

[Content_Types].xml
This file provided MIME type information for parts of the package, using defaults for certain file extensions and overrides for parts specificied by IRI.
_rels
This directory contains relationships for the files within the package. To find the relationships for a specific file, look for the _rels directory that is a sibling of the file, and then for a file that has the original file name with a .rels appended to it. For example, if the content types file had any relationships, there would be a file called [Content_Types].xml.rels inside the _rels directory.
_rels/.rel
This file is where the package relationships are located. Applications look here first. Viewing in a text editor, one will see it outlines each relationship for that section. In a minimal document containing only the basic document.xml file, the relationships detailed are metadata and document.xml.
docProps/core.xml
This file contains the core properties for any Office Open XML document.
word/document.xml
This file is the main part for any Word document.

Relationships

Relationship files in Office Open XML

An example relationship file (word/_rels/document.xml.rels), is:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Relationships
  xmlns="http://schemas.microsoft.com/package/2005/06/relationships">
  <Relationship Id="rId1"
    Type="http://schemas.microsoft.com/office/2006/relationships/image"
    Target="http://en.wikipedia.org/images/wiki-en.png"
    TargetMode="External" />
  <Relationship Id="rId2"
    Type="http://schemas.microsoft.com/office/2006/relationships/hyperlink"
    Target="http://www.wikipedia.org"
    TargetMode="External" />
</Relationships>

As such, images referenced in the document can be found in the relationship file by looking for all relationships that are of type http://schemas.microsoft.com/office/2006/relationships/image. To change the used image, edit the relationship.

Hyperlink relations

The following code shows an example of inline markup for a hyperlink:

<w:hyperlink r:id="rId2" w:history="1"
  xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
  xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">

In this example, the Uniform Resource Locator (URL) is represented by "rId2". The actual URL is in the accompanying relationships file, located by the corresponding "rId2" item. Linked images, templates, and other items are referenced in the same way.

Embedded or linked media file relations

Pictures can be embedded or linked using a tag:

<v:imagedata w:rel="rId1" o:title="example" />

This is the reference to the image file. All references are managed via relationships. For example, a document.xml has a relationship to the image. There is a _rels directory in the same directory as document.xml, inside _rels is a file called document.xml.rels. In this file there will be a relationship definition that contains type, ID and location. The ID is the referenced ID used in the XML document. The type will be a reference schema definition for the media type and the location will be an internal location within the ZIP package or an external location defined with a URL.

Document properties

Office Open XML uses the Dublin Core Metadata Element Set and DCMI Metadata Terms to store document properties. Dublin Core is a standard for cross-domain information resource description and is defined in ISO 15836:2003.

Core properties

An example document properties file (docProps/core.xml) that uses Dublin Core metadata, is:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"
  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/"
  xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <dc:title>Office Open XML</dc:title>
  <dc:subject>File format and structure</dc:subject>
  <dc:creator>Wikipedia</dc:creator>
  <cp:keywords>Office Open XML, Metadata, Dublin Core</cp:keywords>
  <dc:description>Office Open XML uses ISO 15836:2003</dc:description>
  <cp:lastModifiedBy>Wikipedia</cp:lastModifiedBy>
  <cp:revision>1</cp:revision>
  <dcterms:created xsi:type="dcterms:W3CDTF">2008-06-19T20:00:00Z</dcterms:created>
  <dcterms:modified xsi:type="dcterms:W3CDTF">2008-06-19T20:42:00Z</dcterms:modified>
  <cp:category>Document file format</cp:category>
  <cp:contentStatus>Final</cp:contentStatus>
</cp:coreProperties>

Structure of the standard

ISO/IEC 29500:2008

The ISO/IEC standard is structured into four parts, each of which are independent standards.[40] Part 2 specifying Open Packaging Conventions is, for example, used by other files formats including XPS and Design Web Format. The ISO/IEC 29500:2008 version is also known ECMA-376 2nd edition (2008)

Part 1. Fundamentals and Markup Language Reference (5560 pages)
Contains conformance definitions
Contains the reference material for WordprocessingML, SpreadsheetML, PresentationML, DrawingML, Shared MLs and Custom XML Schema, defining every element and attribute including the element hierarchy (parent/child relationships)
XML schemas for the markup languages are declared as XSD and (non-normatively) using RELAX NG
Defines the custom XML data storing facility
Schemas are included in the text
Part 2. Open Packaging Conventions (129 pages)
Defines the Open Packaging Conventions (package model, physical package)
Defines core properties, thumbnails and digital signatures
XML schemas for the OPC are declared as XML Schema Definitions (XSD) and (non-normatively) using RELAX NG (ISO/IEC 19757-2)
Part 3. Markup Compatibility and Extensibility (40 pages)
Describes extension facilities of OpenXML documents and specifies elements and attributes by which applications with different extensions can interoperate
Extensibility rules are expressed using NVDL (ISO/IEC 19757-4)
Part 4. Transitional Migration Features (1464 pages)
Contains reference material of legacy and transitional interest
Contains controversial material such as compatibility settings and the graphics markup language VML
Contains list of differences between ECMA-376 1st edition and ISO/IEC 29500:2008 (ECMA-376 2nd edition)

The standard specifies two levels of document and application conformance, strict and transitional for each of WordprocessingML, PresentationML and SpreadsheetML. The standard also specifies applications descriptions of base and full.

ECMA-376 1st edition (2006)

The ECMA standard is structured in five parts to meet the needs of different audiences.[41]

Part 1. Fundamentals
Vocabulary, notational conventions and abbreviations
Summary of primary and supporting markup languages
Conformance conditions and interoperability guidelines
Constraints within the Open Packaging Conventions that apply to each document type
Part 2. Open Packaging Conventions
Defines the Open Packaging Conventions (package model, physical package)
Defines core properties, thumbnails and digital signatures
XML schemas for the OPC are declared as XML Schema Definitions (XSD) and (non-normatively) using RELAX NG (ISO/IEC 19757-2)
Part 3. Primer
Informative (non-normative) introduction to WordprocessingML, SpreadsheetML, PresentationML, DrawingML, VML and Shared MLs, providing context and illustrating elements through examples and diagrams
Describes the custom XML data storing facility within a package to support integration with business data
Part 4. Markup Language Reference
Contains the reference material for WordprocessingML, SpreadsheetML, PresentationML, DrawingML, Shared MLs and Custom XML Schema, defining every element and attribute including the element hierarchy (parent/child relationships)
XML schemas for the markup languages are declared as XSD and (non-normatively) using RELAX NG
Defines the custom XML data storing facility
Part 5. Markup Compatibility and Extensibility
Describes extension facilities of OpenXML documents and specifies elements and attributes by which applications with different extensions can interoperate
Extensibility rules are expressed using NVDL (ISO/IEC 19757-4)

Support and criticism

Support

Several governments, companies, organizations and software products support the Office Open XML document format:

Criticism of ECMA-376 1st edition

The ODF Alliance UK Action Group has stated that with OpenDocument an ISO standard for Office files already exists.[59] Further, they argue that the Office Open XML file-format is heavily based on Microsoft's own Office applications and is thus not vendor-neutral, and that it has inconsistencies with existing ISO standards such as time and date formats and color codes.[59]

In August 2007, the Linux Foundation published a blog post calling upon ISO National Bodies to vote “No, with comments” on OOXML. It said, ”OOXML is a direct port of a single vendor’s binary document formats. It avoids the re-use of relevant existing international standards (e.g. several cryptographic algorithms, VML, etc.). It lists a large number of “Compatibility Settings” for legacy applications (e.g. footnoteLayoutLikeWW8, autoSpaceLikeWord95, useWord97LineBreakRules, etc.) which would be difficult for other developers to implement and hardly what you would find in an aspirational, consolidated best practices document. There are literally hundreds of technical flaws that should be addressed before standardizing OOXML including continued use of binary code tied to platform specific features, propagating bugs in MS-Office into the standard, proprietary units, references to proprietary/confidential tags, unclear IP and patent rights, and much more.”[60]

Specific criticisms made against the standard include:

  • ECMA-376 1st edition does not conform to ISO 8601:2004 "Representation of Dates and Times." It requires that implementations replicate a Lotus 1-2-3 [61] bug that dictates that 1900 is a leap year, which in fact it isn't. Products complying with ECMA-376 would be required to use the WEEKDAY() spreadsheet function, and therefore assign incorrect dates to some days of the week, and also miscalculate the number of days between certain dates.[62] ECMA-376 2nd edition (ISO/IEC 29500) does use 8601:2004 "Representation of Dates and Times".[63][64]
  • ECMA-376 1st edition "Embedded Object Alternate Image Requests Types" and "Clipboard Format Types" in the standard refer back to Windows Metafiles or Enhanced Metafiles – each of which are proprietary formats that have hard-coded dependencies on the Windows itself. It should instead have referenced the platform neutral standard ISO/IEC 8632 "Computer Graphics Metafile".[62]
  • Office Open XML (ISO/IEC 29500:2008 Part 4 - Transitional Migration Features) contains specific compatibility settings used when converting existing office documents to Office Open XML, most notably: autoSpaceLikeWord95, footnoteLayoutLikeWW8, lineWrapLikeWord6, mwSmallCaps, shapeLayoutLikeWW8, suppressTopSpacingWP, truncateFontHeightsLikeWP6, uiCompat97To2003, useWord2002TableStyleRules, useWord97LineBreakRules, wpJustification and wpSpaceWidth.[65] The compatibility settings are fully documented in the ISO/IEC 29500 / Ecma 2nd edition specifications".[66]
  • Office Open XML uses unique tag for each compatibility setting. Currently, the only application’s compatibility settings are the applications that the standard’s authors have decided to include. For other application’s compatibility settings to be added, further tag names would need to be defined in the specification, potentially creating thousands of them, each having nothing to do with interoperability.[67]
  • Use of DrawingML and the transitional-use-only VML instead of W3C recommendation SVG.[68] VML did not become a W3C recommendation.[69]
  • Use of Office MathML instead of W3C recommendation MathML.[70] MathML[71] is a W3C recommendation for the "inclusion of mathematical expressions in Web pages" and "machine to machine communication" that has been around since about 1999. However, most mathematicians continue to use the much older TeX format as their main method for typesetting complex mathematical formulae. TeX is not an ISO standard, but is fully documented and is the de facto standard for typesetting mathematical expressions.
  • Office Open XML does not define a macro language, leaving this aspect to be application-defined.[citation needed]
  • The standard is long,[72] with the version submitted to ISO comprising 6,546 pages. The need and appropriateness of such length has been questioned.[73][74][75][76][77][78][79][80][81][82][83][84] Google remarks that the OpenDocument specification is 867 pages long and achieves the same goals. If ISO were to give OOXML with its 6546 pages the same level of review that other standards have seen, it would take 18 years (6576 days for 6546 pages) to achieve comparable levels of review to the existing ODF standard (871 days for 867 pages). Considering that OOXML had had a significantly shorter review period than comparable standards, Google sees "reports about inconsistencies, contradictions and missing information [as] hardly surprising."[73]

Adoption

Several countries have formally announced either adoption, or the evaluation of adoption of OOXML.

Belgium
Belgium's Federal Public Service for Information and Communication Technology in 2006 was evaluating the adoption of the Office Open XML format. It already then confirmed that it would consider all ISO standards to be open standards, specifically mentioning Office Open XML as such a possible future ISO standard. [85]
Denmark
In June 2007, the Danish Ministry of Science, Technology and Innovation recommended that beginning with January 1, 2008 public authorities must support at least one of the two word processing document formats Office Open XML and ODF in all new IT solutions, where appropriate.[86]
Germany
In Germany the Office Open XML standard is currently under observation by the governmental office for standards in public IT („Koordinierungs- und Beratungsstelle der Bundesregierung für Informationstechnik in der Bundesverwaltung“ (KBSt). The latest release of „SAGA“ (Standards and Architectures for E-Government-Applications) includes Office Open XML file formats. The standard may be used to exchange complex documents when further processing is required.[87]
Japan
On June 29, 2007, the government of Japan published a new interoperability framework which gives preference to the procurement of products that follow open standards.[88][89] On July 2 the government declared that they hold the view that formats like Office Open XML which organizations such as Ecma International and ISO had also approved was, according to them, an open standard [citation needed]. Also, they said that it was one of the preferences, whether the format is open, to choose which software the government shall deploy.
Lithuania
Lithuanian Standards Board has adopted the ISO/IEC 29500:2008 Office Open XML format standard as Lithuanian National standard. The decision was made by Technical Committee 4 Information Technology on March 5, 2009. The proposal to adopt the Office Open XML format standard was submitted by Lithuanian Archives Department under the Government of the Republic of Lithuania.[90]
Norway
Norway's Ministry of Government Administration and Reform is evaluating the adoption of the Office Open XML format. The ministry put the document standard under observation in December 2007.[91]
Sweden
Kingdom of Sweden has adopted Office Open XML as a 4 part Swedish National Standard SS-ISO/IEC 29500:2009.[92][93][94][95]
Switzerland
In July 2007, the Swiss Federal Council announced adherence SAGA.ch e-Government standards mandatory for its departments as well as for cantons, cities and municipalities. The latest version of SAGA.ch includes Office Open XML file formats.[96]
United States of America
On April 15, 2009, the ANSI-accredited INCITS organisation voted to adopt ISO/IEC 29500:2008 as an American National Standard.[97]
The state of Massachusetts has been examining its options for implementing XML-based document processing. In early 2005, Eric Kriss, Secretary of Administration and Finance in Massachusetts, was the first government official in the United States to publicly connect open formats to a public policy purpose: "It is an overriding imperative of the American democratic system that we cannot have our public documents locked up in some kind of proprietary format, perhaps unreadable in the future, or subject to a proprietary system license that restricts access."[98] Since 2007 Massachusetts classifies Office Open XML as "Open Format" and has amended its approved technical standards list — the Enterprise Technical Reference Model (ETRM) — to include Office Open XML. Massachusetts now formally endorses Office Open XML formats for its public records.[99]

Application support

The Office Open XML format is used in free software and in proprietary software. This includes office suites (both traditional and web-based) and individual applications such as word-processors, spreadsheets, presentation, and data management applications.

The latest version of Office Open XML is formally known as either ISO/IEC 29500:2008 or as ECMA-376 2nd edition (December 2008). IS 29500 is subject to an active maintenance program through the committee ISO/IEC SC34 WG4, which is working on a revision for minor edits (a Corrigendum) and a revision for substantive technical issues (an Amendment)[100]

Microsoft, whose products currently only support the version of Office Open XML originally submitted as an ECMA standard, has committed to using the ISO/IEC 29500 standard in their products[101] and has also committed to participate in the maintenance of this standard.

Microsoft has stated that Microsoft Office 2010 will be the first version of Microsoft Office to support ISO/IEC 29500, though no release date has been announced.[9]

On July 28, 2008 Murray Sargent, a software development engineer in the Microsoft Office team confirmed that Word 2007 will have a service pack release that enables it to read and write ISO standard Office Open XML files.[102] However, the 2009 Service Pack 2 release did not expose any IS 29500 features in its user interface.

In a ZDNet article Alex Brown, leader of the ISO/IEC group in charge of deciding maintenance processes for any ISO/IEC 29500 Standard, stated

"I am hoping that Microsoft Office will shortly be brought into line with the [ISO/IEC] 29500 specification, and will stay that way".[103]

On March 13, 2008 Doug Mahugh, a Senior Product Manager at Microsoft specializing in Office client interoperability and the Open XML file formats confirmed that version 1.0 of the Open XML Format SDK

"will definitely be 100% compliant with the final ISO/IEC 29500 spec, including the changes accepted at the BRM".[104]

In a ComputerWorld interview from 2008, Doug Mahugh said that

"Microsoft would continue to update the SDK to make sure that applications built with it remained compliant with an Open XML standard as changes were made in the future".[105]

Microsoft Open XML Format SDK[106] contains a set of managed code libraries to create and manipulate Office Open XML files programmatically. Version 1.0 was released on June 10, 2008[107] and incorporates the changes made to the Office Open XML specification made during the current ISO/IEC standardization process.[108][109] Version 2 of the Open XML SDK supports validating Office Open XML documents against the Office Open XML schema, as well as searching in Office Open XML documents.[108]

PowerTools for Open XML, a set of free open source cmdlets for Windows PowerShell to create and manipulate Office Open XML files at the command line or using shell scripts.[110][111][112]

See also

References

  1. 1.0 1.1 1.2 Microsoft. "Register file extensions on third party servers". microsoft.com. http://technet.microsoft.com/en-us/library/cc179224.aspx. Retrieved 2009-09-04. 
  2. "Freely Available Standards". ITTF (ISO). 2008-11-18. http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html. 
  3. "Q&A: Microsoft Co-Sponsors Submission of Office Open XML Document Formats to Ecma International for Standardization". Microsoft. 2005-11-21. https://www.microsoft.com/presspass/features/2005/nov05/11-21Ecma.mspx. 
  4. "ISO/IEC DIS 29500 receives necessary votes for approval as an International Standard". ISO. 2008-04-02. http://www.iso.org/iso/pressrelease.htm?refid=Ref1123. 
  5. ISO/IEC (2008-11-18). "Publication of ISO/IEC 29500:2008, Information technology — Office Open XML formats". ISO. http://www.iso.org/iso/pressrelease.htm?refid=Ref1181. Retrieved 2008-11-19. 
  6. "Microsoft's future lies somewhere beyond the Vista by Evansville Courier & Press". Courierpress.com. http://www.courierpress.com/news/2008/oct/24/microsofts-future-lies-somewhere-beyond-the/. Retrieved 2009-05-19. 
  7. "Rivals Set Their Sights on Microsoft Office: Can They Topple the Giant? - Knowledge@Wharton". Knowledge.wharton.upenn.edu. http://knowledge.wharton.upenn.edu/article.cfm?articleid=1795. Retrieved 2009-05-19. 
  8. "OOXML Implementations: A Community of One". ODF Alliance. 2008-02-20. http://www.odfalliance.org/resources/IssueBriefImplementations.pdf. Retrieved 2009-05-19. 
  9. 9.0 9.1 "Microsoft Expands List of Formats Supported in Microsoft Office". Microsoft.com. 2008-05-21. http://www.microsoft.com/Presspass/press/2008/may08/05-21ExpandedFormatsPR.mspx. Retrieved 2009-05-19. 
  10. Lai, Eric (2008-05-27). = 141&pageNumber=1 "FAQ: Office 14 and Microsoft's support for ODF". Computerworld.com. http://www.computerworld.com/action/article.do?command=viewArticleBasic&taxonomyName=Protocols+and+Standards&articleId=9089258&taxonomyId = 141&pageNumber=1. Retrieved 2009-05-19. 
  11. Andy Updegrove. "Microsoft Office 2007 to Support ODF — and not OOXML". ConsortiumInfo.org. http://consortiuminfo.org/standardsblog/article.php?story=20080521092930864. Retrieved 2009-05-19. 
  12. "How to extract information from Office files by using Office file formats and schemas". Microsoft. 2007-03-27. http://support.microsoft.com/kb/840817/en-us#. Retrieved 2007-07-10. 
  13. "Microsoft Office Binary (doc, xls, ppt) File Formats". Microsoft. 2008-02-15. http://www.microsoft.com/interop/docs/officebinaryformats.mspx. Retrieved 2008-04-05. 
  14. 14.0 14.1 Brian Jones (2007-01-25). "History of office XML formats (1998–2006)". MSDN blogs. http://blogs.msdn.com/brian_jones/archive/2007/01/25/office-xml-formats-1998-2006.aspx. 
  15. Telematics between Administrations Committee based on IDA expert group on open document formats (2004-05-25). "TAC approval on conclusions and recommendations on open document formats". IDABC — European eGovernment Services. http://ec.europa.eu/idabc/en/document/2592/5588. Retrieved 2007-07-30. 
  16. "Microsoft Co-Sponsors Submission of Office Open XML Document Formats to Ecma International for Standardization". Microsoft. 2005-11-21. http://www.microsoft.com/presspass/features/2005/nov05/11-21Ecma.mspx. 
  17. Ecma International (December 7, 2006). "Ecma International approves Office Open XML standard". Press release. http://www.ecma-international.org/news/PressReleases/PR_TC45_Dec2006.htm. Retrieved 2006-12-08. 
  18. "Ecma International". Ecma International. 2009-06. http://www.ecma-international.org/activities/General/presentingecma.ppt. 
  19. "Ecma formal publications". Ecma-international.org. http://www.ecma-international.org/publications/index.html. Retrieved 2009-05-19. 
  20. Adam Farquhar (2007-05). "Office OpenXML". Britisch Standard institute. http://www.xmlopen.org/ooxml-wiki/resources/BSI_OOXML_2007_05.pdf. 
  21. "Massachusetts Enterprise Technical Reference Model – Version 4.0". Commonwealth of Massachusetts. 2007-08-01. http://www.mass.gov/Aitd/docs/policies_standards/etrmv4dot0/etrmv4dot0information.rtf. 
  22. http://www.itscj.ipsj.or.jp/sc34/open/1026.pdf
  23. "Office Open XML wird als weltweiter ISO/IEC-Standard anerkannt". ntz Fachzeitschrift für Informations- und Kommunikationstechnik (Berlin: VDE-Verlag) (3-4): 10. 2008. ISSN 0948-728X. http://www.vde-verlag.de/ntz.html. 
  24. "India > News > Software > ISO puts Microsoft's OOXML Standard on Hold". Techtree.com. 2008-06-12. http://www.techtree.com/India/News/ISO_puts_Microsofts_OOXML_Standard_on_Hold/551-90178-580.html. Retrieved 2009-05-19. 
  25. "What is Ecma International". Ecma International. http://www.ecma-international.org/memento/index.html. 
  26. "Code of Conduct in Patent Matters". Ecma International. http://www.ecma-international.org/memento/codeofconduct.htm. 
  27. "Microsoft Covenant Regarding Office 2003 XML Reference Schemas". Microsoft. http://www.microsoft.com/office/xml/covenant.mspx. Retrieved 2006-07-11. 
  28. "2 Escape Hatches in MS's Covenant Not to Sue". Groklaw. http://www.groklaw.net/articlebasic.php?story=20051202135844482. Retrieved 2007-01-29. 
  29. Berlind, David (November 28, 2005). "Top open source lawyer blesses new terms on Microsoft’s XML file format". ZDNet. http://blogs.zdnet.com/BTL/?p=2192. Retrieved 2007-01-27. 
  30. "Microsoft Open Specification Promise". Microsoft. 2006-09-12. http://www.microsoft.com/interop/osp/default.mspx. Retrieved 2007-04-22. 
  31. "Licensing conditions that Microsoft offers for Office Open XML". Jtc1sc34.org. 2006-12-20. http://www.jtc1sc34.org/repository/0810c.htm. Retrieved 2009-05-19. 
  32. "Microsoft Word — Responses to Comments and Perceived Contradictions.doc" (PDF). http://www.ecma-international.org/news/TC45_current_work/Ecma%20responses.pdf. Retrieved 2009-09-16. 
  33. George Ou (2007-04-27). "MS Office 2007 versus Open Office 2.2 shootout". ZDnet.com. http://blogs.zdnet.com/Ou/?p=480. Retrieved 2007-04-27. 
  34. Jesper Lund Stocholm (2008-01-29). "Do your math — OOXML and OMML". A Mooh Point blog. http://idippedut.dk/post/2008/01/Do-your-math---OOXML-and-OMML.aspx. Retrieved 2008-02-12. 
  35. Murray Sargent (2007-06-05). "Science and Nature have difficulties with Word 2007 mathematics". MSDN blogs. http://blogs.msdn.com/murrays/archive/2007/06/05/science-and-nature-have-difficulties-with-word-2007-mathematics.aspx. Retrieved 2007-07-31. 
  36. David Carlisle (2007-05-09). "XHTML and MathML from Office 2007". David Carlisle. http://dpcarlisle.blogspot.com/2007/04/xhtml-and-mathml-from-office-20007.html. Retrieved 2007-09-20. 
  37. Wouter Van Vugt (2008-11-01). "Open XML Explained e-book". Openxmldeveloper.org. http://openxmldeveloper.org/articles/1970.aspx. Retrieved 2007-09-14. 
  38. Monday April 16, 2007 5:24AM by Rick Jelliffe in Technical (2007-04-16). "Why EMUs? - O'Reilly XML Blog". Oreillynet.com. http://www.oreillynet.com/xml/blog/2007/04/what_is_an_emu.html. Retrieved 2009-05-19. 
  39. Tom Ngo (December 11, 2006). "Office Open XML Overview" (PDF). Ecma International. p. 6. http://www.ecma-international.org/news/TC45_current_work/OpenXML%20White%20Paper.pdf. Retrieved 2007-01-23. 
  40. "ISO — You searched for "29500" in title and abstract". International Organization for Standardization. 2009-06-05. http://www.iso.org/iso/search.htm?qt=29500&published=on&active_tab=standards. 
  41. "Standard ECMA-376". Ecma-international.org. http://www.ecma-international.org/publications/standards/Ecma-376.htm. Retrieved 2009-05-19. 
  42. Apple Computer, Inc. (1999-03-26). "Pro — Tips — Editing Word Files — Without Word". Apple. http://www.apple.com/pro/tips/word_files.html?sr=hotnews. Retrieved 2009-09-16. 
  43. Eric Lai (2008-01-20). "Lotusphere: Whoops! IBM products support Microsoft's Open XML doc format". Computerworld.com. http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9058038. 
  44. "Open PR » Blog Archive » How do you say ‘open source’ in Open XML?". NOVELL. 2007-03-05. http://www.novell.com/prblogs/?p=299. Retrieved 2009-09-16. 
  45. "The file formats keep on coming! Announcing .xlsx and .docx support". Official Google Docs Blog. 2009-06-01. http://googledocs.blogspot.com/2009/06/file-formats-keep-on-coming-announcing.html. Retrieved 2009-06-05. 
  46. "Uploading and exporting : Uploading files". Help. Google Docs. http://docs.google.com/support/bin/answer.py?answer=50092&hl=en. Retrieved 2009-09-16. 
  47. "TC 45 Office Open XML formats committee (includes participation list)". Ecma-international.org. http://www.ecma-international.org/memento/TC45-M.htm. Retrieved 2009-09-16. 
  48. "Microsoft PowerPoint — BSI OOXML v1b.ppt" (PDF). http://www.xmlopen.org/ooxml-wiki/resources/BSI_OOXML_2007_05.pdf. Retrieved 2009-09-16. 
  49. "Microsoft to standardize Office formats — CNET News". News.cnet.com. 2005-11-22. http://news.cnet.com/Microsoft-to-standardize-Office-formats/2100-1012_3-5965443.html. Retrieved 2009-09-16. 
  50. "Meeting the Challenge: Office Open XML and PDF/A — Digital Preservation (Library of Congress)". Digitalpreservation.gov. 2008-04-02. http://www.digitalpreservation.gov/library/challenge/formats_challenge.html. Retrieved 2009-09-16. 
  51. "GNOME Foundation Helping OOXML?". Slashdot. http://slashdot.org/article.pl?sid=07/10/28/175215. Retrieved 2009-05-19. 
  52. "Slashdot | de Icaza calls OOXML a "Superb Standard"". Linux.slashdot.org. http://linux.slashdot.org/article.pl?sid=07/09/10/2343256&tid=109. Retrieved 2009-05-19. 
  53. 53.0 53.1 53.2 Paul, Ryan (2008-04-01). "Microsoft's Office Open XML now an official ISO standard". Ars Technica. http://arstechnica.com/microsoft/news/2008/04/microsofts-office-open-xml-now-an-official-iso-standard.ars. Retrieved 2009-09-16. 
  54. "OpenXML: A Poster Child for Open Standards Development?" (PDF). http://www.durusau.net/publications/OpenXMLPosterChild.pdf. Retrieved 2009-09-16. 
  55. "WordPerfect to support both ODF and Open XML". Linux-watch.com. 2006-11-29. http://www.linux-watch.com/news/NS6047809291.html. Retrieved 2009-09-16. 
  56. http://office.microsoft.com/en-us/products/ha102058151033.aspx
  57. "Microsoft: Developer interest fueling OOXML : News : Software". ZDNet Asia. 2008-07-30. http://www.zdnetasia.com/news/software/0,39044164,62044341,00.htm. Retrieved 2009-09-16. 
  58. "RosettaNet targets standard at SMEs : News : Business". ZDNet Asia. 2007-10-24. http://www.zdnetasia.com/news/business/0,39044229,62033726,00.htm. Retrieved 2009-05-19. 
  59. 59.0 59.1 "ODF/OOXML technical white paper". Free Software Magazine. 2 Mai 2007. http://www.freesoftwaremagazine.com/articles/odf_ooxml_technical_white_paper. 
  60. John Cherry (14 March 2008). "OOXML — vote “No, with comments”". http://www.linux-foundation.org/weblogs/cherry/2007/08/29/ooxml-vote-no-with-comments/. 
  61. Kyd, Charley (October, 2006). "How to Work With Dates Before 1900 in Excel". ExcelUser. http://www.exceluser.com/explore/earlydates.htm. Retrieved 2009-09-16. 
  62. 62.0 62.1 "The Contradictory Nature of OOXML". ConsortiumInfo.org. http://www.consortiuminfo.org/standardsblog/article.php?story=20070117145745854. 
  63. "ECMA-376 2nd edition Part 1 (3. Normative references)". Ecma-international.org. http://www.ecma-international.org/publications/standards/Ecma-376.htm. Retrieved 2009-09-16. 
  64. "New set of proposed dispositions posted, including more positive changes to the Ecma Office Open XML formats – Dispositions now proposed for more than half of National Bodies’ comments". Ecma-international.org. 2007-12-11. http://www.ecma-international.org/news/TC45_current_work/New%20set%20of%20proposed%20dispositions%20posted.htm. Retrieved 2009-09-16. 
  65. "ODF/OOXML technical white paper — A white paper based on a technical comparison between the ODF and OOXML formats". Free Software Magazine. http://www.freesoftwaremagazine.com/articles/odf_ooxml_technical_white_paper?page=0%2C9. 
  66. "ECMA-376 2nd edition Part 4 (paragraph 9.7.3)". Ecma-international.org. http://www.ecma-international.org/publications/standards/Ecma-376.htm. Retrieved 2009-09-16. 
  67. "ODF/OOXML technical white paper — A white paper based on a technical comparison between the ODF and OOXML formats". Free Software Magazine. http://www.freesoftwaremagazine.com/articles/odf_ooxml_technical_white_paper?page=0%2C7. ""... OOXML chose this route. Rather than create an application-definable configuration tag there is a unique tag for each setting ... Currently, the only application’s unique settings that are catered for are the applications that the standard’s authors have decided to include, ... For other applications to be added, further tag names would need to be defined in the specification, potentially creating thousands of them, each having nothing to do with interoperability ..."" 
  68. "The X Factor". reddevnews.com. October 2007. http://reddevnews.com/features/article.aspx?editorialsid=2356. 
  69. "VML — the Vector Markup Language". W3.org. 1998-05-13. http://www.w3.org/TR/NOTE-VML. Retrieved 2009-05-19. 
  70. "Microsoft Office dumped by Science and Nature". ZDNet Australia. 18 June 2007. http://www.zdnet.com.au/news/software/soa/Microsoft-Office-dumped-by-Science-and-Nature/0,130061733,339278690,00.htm. 
  71. "MathML W3C standard". W3. http://www.w3.org/Math/. 
  72. "I have seen the second complete copy of OOXML specification proposal". http://blog.janik.cz/archives/2007/07/18/T18_02_54/. 
  73. 73.0 73.1 "Google's Position on OOXML as a Proposed ISO Standard". Google. 2008-02. http://www.odfalliance.org/resources/Google%20OOXML%20Q%20%20A.pdf. 
  74. "OOXML: What's the big deal?". IBM. 2008-02-19. http://www.ibm.com/developerworks/library/x-ooxmlstandard.html. 
  75. bnitz (2007-01-23). "Whoah! Microsoft's 6000 page OOXML standard ECMA fast-tracked by Feb 5?". Sun Microsystems. http://blogs.sun.com/bnitz/entry/whoah_microsoft_s_6000_page. 
  76. "The Contradictory Nature of OOXML". ConsortiumInfo.org. 2007-01-17. http://www.consortiuminfo.org/standardsblog/article.php?story=20070117145745854. 
  77. "Microsoft accused of rigging OOXML votes". zdnet. 2007-08-30. http://news.zdnet.co.uk/software/0,1000000121,39288959,00.htm. 
  78. "Developers warned over OOXML patent risk". zdnet. 2008-02-15. http://www.zdnetasia.com/news/software/printfriendly.htm?AT=62037862-39000001c. 
  79. Bob Sutor (IBM) (2007-05-24). "In case you were wondering how big 6000 pages is: OpenXML/OOXML/whatever". http://www.sutor.com/newsite/blog-open/?p=1634. 
  80. "FFII opposes Fasttrack adoption of Microsoft OOXML format as ISO standard". Foundation for a Free Information Infrastructure. 2007-01-29. http://press.ffii.org/Press_releases/FFII_opposes_Fasttrack_adoption_of_Microsoft_OOXML_format_as_ISO_standard. 
  81. Rob Weir (2009-01-29). "The Formula for Failure". http://www.robweir.com/blog/2007/07/formula-for-failure.html. 
  82. "Microsoft's Office Open XML now an official ISO standard". arstechnica. 2008-04-01. http://arstechnica.com/microsoft/news/2008/04/microsofts-office-open-xml-now-an-official-iso-standard.ars. 
  83. "OOXML Will Pass Amid Massive Irregularities". slashdot. 2008-03-31. http://tech.slashdot.org/article.pl?sid=08/03/31/0039238. 
  84. "Stop the broken Microsoft proprietary OOXML format from becoming an ISO standard.". Opera Software. 2007-09-15. http://my.opera.com/ThePast/blog/2007/09/15/fight-the-broken-microsoft-proprietary-ooxml-format-from-becoming-an-iso-standar. 
  85. "FED13321-docsPeterStrickx.indd" (PDF). http://www.fedict.belgium.be/nl/binaries/Open_Standaarden_NL_V1_tcm167-16667.pdf. Retrieved 2009-09-16. 
  86. "Bilag 8 – Sammenligning af rapporten om ”Estimering af omkostningerne ved indførelse af Office Open XML (OOXML) og Open Document Format (ODF) i centraladministrationen” i forhold til de spørgsmål, der skal belyses i de økonomiske konsekvensvurderinger, jf. rapporten om ”Anvendelse af åbne standarder i det offentlige”". Vtu.dk. http://vtu.dk/nyheder/aktuelle-temaer/2007/aabne-standarder/bilag/bilag-8.html/. Retrieved 2009-05-19. 
  87. "SAGA 4.0" (PDF). http://gsb.download.bva.bund.de/KBSt/SAGA/SAGA_v4.0.pdf. Retrieved 2009-09-16. 
  88. Gardner, David (2007-07-10). "Office Software Formats Battle Moves To Asia". Information Week. http://www.informationweek.com/news/showArticle.jhtml?articleID=201000546. Retrieved 2007-07-27. 
  89. "Interoperability framework for information systems (in Japanese)". Ministry of Economy, Trade and Industry, Japan. 2007-06-29. http://www.meti.go.jp/press/20070629014/20070629014.html. Retrieved 2007-07-27. 
  90. "Latest News". Open XML Community. http://www.openxmlcommunity.com/latestnews.aspx. Retrieved 2009-05-19. 
  91. "Referansekatalog for IT-standarder i offentlig sektor". regjeringen.no. http://www.regjeringen.no/en/dep/fad/Documents/Rundskriv/2007/Referansekatalog-for-IT-standarder-i-off.html?id=494951. Retrieved 2009-05-19. 
  92. "SS-ISO/IEC 29500-1:2009". Sis.se. 2009-01-19. http://www.sis.se/DesktopDefault.aspx?tabName=@DocType_1&Doc_ID=68693&PresID=2&Desc=SS-ISO/IEC%2029500-1:2009. Retrieved 2009-09-16. 
  93. "SS-ISO/IEC 29500-2:2009". Sis.se. http://www.sis.se/DesktopDefault.aspx?tabName=@DocType_1&Doc_ID=68694&PresID=1&Desc=SS-ISO/IEC%2029500-2:2009. Retrieved 2009-09-16. 
  94. "SS-ISO/IEC 29500-3:2009". Sis.se. http://www.sis.se/DesktopDefault.aspx?tabName=@DocType_1&Doc_ID=68695&PresID=2&Desc=SS-ISO/IEC%2029500-3:2009. Retrieved 2009-09-16. 
  95. "SS-ISO/IEC 29500-4:2009". Sis.se. http://www.sis.se/DesktopDefault.aspx?tabName=@DocType_1&Doc_ID=68696&PresID=1&Desc=SS-ISO/IEC%2029500-4:2009. Retrieved 2009-09-16. 
  96. "eCH — Downloads | Standards/Normes | eCH-0014 d SAGA.ch". Ech.ch. http://www.ech.ch/index.php?option=com_docman&task=cat_view&gid=92&lang=en. Retrieved 2009-05-19. 
  97. "INCITS Letter Ballot 3025". INCITS. 2009-04-15. http://ballot.itic.org/itic/archive.taf?function=detail&ballot_id=3025&_UserReference=9B6726AA59D4BAC249E6E82E. 
  98. "Informal comments on Open Formats". Web.archive.org. Archived from the original on 2006-10-13. http://web.archive.org/web/20061013201242/http://www.mass.gov/eoaf/open_formats_comments.html. Retrieved 2009-09-16. 
  99. "Cover Pages: Major Revision of Massachusetts Enterprise Technical Reference Model (ETRM)". Xml.coverpages.org. http://xml.coverpages.org/ni2007-07-03-a.html. Retrieved 2009-05-19. 
  100. "The actual work we did in Prague". http://idippedut.dk/post/2009/03/27/The-actual-work-we-did-in-Prague.aspx. 
  101. "An Open Letter from Chris Capossela, Senior Vice President, Microsoft Office". http://www.microsoft.com/interop/letters/ChrisCapOpenLetter.mspx. Retrieved 2008-05-26. "... we are committed to supporting the Open XML specification that is approved by ISO/IEC in our products. ... We are committed to the healthy maintenance of the standard once ratification takes place so that it will continue to be useful and relevant to the rapidly growing number of implementers and users around the world." 
  102. "Murray Sargent: Math in Office : Improved MathML support in Word 2007". Blogs.msdn.com. 2008-07-28. http://blogs.msdn.com/murrays/archive/2008/07/28/improved-mathml-support-in-word-2007.aspx. Retrieved 2009-05-19. 
  103. "Microsoft Office 2007 fails OOXML conformance test". http://news.zdnet.co.uk/software/0,1000000121,39388229,00.htm. 
  104. by dmahugh. "Open XML SDK roadmap". Blogs.msdn.com. http://blogs.msdn.com/dmahugh/archive/2008/03/13/open-xml-sdk-roadmap.aspx. Retrieved 2009-05-19. 
  105. Lai, Eric (2008-03-12). "Microsoft releasing OOXML SDK". Computerworld.com. http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9068198. Retrieved 2009-05-19. 
  106. Microsoft (2008-06-10). "Open XML Format SDK". Microsoft. http://go.microsoft.com/fwlink/?LinkId=120908. 
  107. Erika Ehrli (2008-06-10). "Announcing the Open XML Format SDK 1.0". Computerworld. http://blogs.msdn.com/erikaehrli/archive/2008/06/10/announcing-the-open-xml-format-sdk-1-0.aspx. 
  108. 108.0 108.1 Doug Mahugh. "Open XML SDK roadmap". MSDN Blogs. http://blogs.msdn.com/dmahugh/archive/2008/03/13/open-xml-sdk-roadmap.aspx. Retrieved 2008-03-23. 
  109. Eric Lai (2008-03-12). "Microsoft releasing OOXML SDK". Microsoft. http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9068198. 
  110. "PowerTools for Open XML". Blogs.msdn.com. http://blogs.msdn.com/ericwhite/archive/2008/06/11/processing-open-xml-documents-server-side-using-powershell.aspx. Retrieved 2009-05-19. 
  111. "PowerTools license". Codeplex.com. http://www.codeplex.com/PowerTools/license. Retrieved 2009-05-19. 
  112. "Microsoft Public License (Ms-PL)". Opensource.org. 2007-10-15. http://www.opensource.org/licenses/ms-pl.html. Retrieved 2009-05-19. 

External links

Template:Ecma International Standards Template:ISO standards Template:Office document file formats

ca:Office Open XML cs:Office Open XML da:Office Open XML de:Office Open XML es:Office Open XML eu:Office Open XML fr:Office Open XML ko:오피스 오픈 XML is:Office Open XML it:Office Open XML nl:Office Open XML ja:Office Open XML no:Office Open XML pl:Office Open XML ru:Office Open XML sv:Office Open XML th:Office Open XML tr:Office Open XML uk:OOXML vi:Office Open XML zh:Office Open XML

If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...