Slashdot Log In
The Contradictory Nature of OOXML
Posted by
kdawson
on Thu Jan 18, 2007 09:52 AM
from the schmandards dept.
from the schmandards dept.
Andy Updegrove writes "the Microsoft Office XML-based format specification, OOXML, is now in the adoption queue at ISO/IEC. That process takes six months, and has two steps. During the first one-month step, any member may submit 'contradictions,' which means aspects in which a proposed standard conflicts with already adopted ISO/IEC standards and Directives. Those contradictions must then be 'resolved' (which does not necessarily mean eliminated), and these resolutions are then presented back to the members to consider during the five-month voting stage that follows. A month isn't very long to do a line-by-line analysis of a 6,000-page spec, but experts in the national standards bodies around the world are doing just that. What they are finding includes the use of proprietary, hard-wired elements rather than incorporation of available ISO/IEC standards; additional Microsoft technology that must be emulated (but is not covered by the Microsoft patent pledge); elements that can't be implemented without Microsoft technical assistance; dependencies on Windows itself; mandatory bugs; and more. And then there's also the fact that OOXML heavily overlaps ODF — a platform-independent, already-adopted ISO/IEC. It promises to be an interesting battle." And an anonymous reader adds word of the release, after 10 months of development, of Docvert 3.0, an open-source web service that converts DOC files to Oasis OpenDocument 1.0 (download the source here).
Related Stories
[+]
Politics: Texas Bill For Open Documents 197 comments
Ditesh Kumar tips us to a blog entry by Sam Hiser noting a bill filed in Texas that would require state agencies to conduct their work in an open document format. After Microsoft's grueling battle against ODF in Massachusetts, bluest of blue states, it must be galling to face te same fight in the reddest of the red. Hiser notes that the bill includes a rigorous and sound definition of an open document format, which ODF would meet but Microsoft's current OOXML submission would not.
This discussion has been archived.
No new comments can be posted.
The Contradictory Nature of OOXML
|
Log In/Create an Account
| Top
| 108 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
It promises to be an interesting battle (Score:4, Insightful)
Re:It promises to be an interesting battle (Score:5, Insightful)
Re:It promises to be an interesting battle (Score:5, Insightful)
(http://seenonslash.com/ | Last Journal: Friday May 11 2007, @04:02PM)
They don't have to implement it correctly. They can claim support for a standard [msversus.org] for years without actually following it (e.g. CSS, Kerberos, etc.) and still get the contracts. They were actually involved in creating some CSS standards and still didn't follow them.
It's all about the money. Get the big contracts and nothing else matters.
Re:It promises to be an interesting battle (Score:4, Informative)
No, because bits of it are patented (especially the "legacy compatibility" parts that basically just say "emulate old versions of Office").
In this case it won't matter, because the OOXML "standard" is effectively defined as "whatever MS Office does." In other words, MS basically documented Office's behavior down to the smallest detail, and submitted it to ECMA and now ISO.
Re:It promises to be an interesting battle (Score:4, Informative)
(http://www.nexusuk.org/)
They didn't even do that. A lot of the document states that when you encounter certain tags you will emulate a Office bug, but never specifies the details of that bug because that is "beyond the scope of the document". So even if you have the standards document, you can't fully implement the standard without getting all the old versions of Office and reverse engineering their behavior.
I originally read OOXML ... (Score:5, Funny)
(Last Journal: Thursday November 13 2003, @03:44PM)
Object
Oriented
X
M
L
and whimpered at the thought...
Re:I originally read OOXML ... (Score:4, Insightful)
And i wonder how you could. Even just reading the the
Please recommend compliance validation tools (Score:4, Interesting)
(http://www.jdkoftinoff.com/ | Last Journal: Sunday July 15, @06:44PM)
--jeffk++
Re:Please recommend compliance validation tools (Score:5, Insightful)
Describing exceptions doesn't make a standard. (Score:5, Insightful)
Although I'm quite sure that Microsoft really doesn't give a and will push this through as 'their' standard that everyone else will have to adhere to to be able to do anything with Mickyshaft generated content anyway.
Whether ISO approves of this or not is inconsequential, the only thing that matters is that M$ can now say: Look, we proposed a standard, it's not our fault 'they' think it's not good enough.
Re:Describing exceptions doesn't make a standard. (Score:4, Insightful)
But yeah it doesn't matter much to the private sector / industry.
Deja Vu Docvert (Score:5, Interesting)
I solved the issue by writing a program that ran on a Windows PC (an old one that had been discarded and was gathering dust in the closet) that received SMTP mail, detached the Word attachment, started up Microsoft's Word Viewer to read the attachment, then "printed" it to a file in PDF format and finaly SMTP mailed it back to the sender.
From then on all we had to do was forward the email to the robot and wait for a readable version to bounce back. As I used Microsoft's own Word Viewer there were no problems whenever a new version of Word came out, I just downloaded the latest viewer :-)
Open XML is a transliteration (Score:2)
I wonder how it ended this way: not enough time to properly develop and implement a more proper standard, or by design.
I feel it's both.
Re:Open XML is a transliteration (Score:5, Insightful)
(http://theravensnest.org/ | Last Journal: Sunday October 07, @07:05AM)
The second design requirement was that the spec be developed and released quickly, before ODF had time to gain much traction. Between these two objectives, it's hardly surprising that it ended up the way it did...
Re:What, like... (Oops, forgot, no xml tags.) (Score:5, Funny)
<microsoft_word_document>
(Content of
</microsoft_word_document>
Re:Open XML is a transliteration (Score:5, Insightful)
That's the reason for all the "render like WordPerfect 5.x" options that people have complained about, because they have to allow people to convert to the XML format and then convert back without reducing the document to an unreadable mess.
There is no reason I know of why the XML format cannot support all the features of Word and round trip, without relying on nasty hacks like this, it just takes more work. The problem with "Open"XML that I've seen is the concentrate entirely on supporting only the features of .doc files and their interactions with other programs to the exclusion of anything else. Rather than "render like WP 5.x" you need to define how WP 5.x renders that feature, then incorporate it into your conversion script in a way that makes sense in general for documents.
The whole format is built upon the assumption that only MS and Word will be using it and it is not designed to abstract word processing documents in general, but to kowtow to the eccentricities of Word.
The alternative is to not support roundtripping and then wait for slashdot headlines like "Users find that the new Office XML format mangles their documents".
No, the alternative is to do it right and build hacks like the ones you mention into the import and export routines, rather than embedding them, without any definition, into the format.
And the sad thing is... (Score:5, Insightful)
Re:And the sad thing is... (Score:4, Insightful)
The user cares only for the document he sees in print or on screen. The internal structure of the file interests him not at all.
Divy it up? (Score:4, Insightful)
Objection! (Score:2)
Wait a minute, I know this! This is just Phoenix Wright!
For all the students out there (Score:3, Funny)
(http://slashdot.org/)
Who needs OOXML... (Score:3, Funny)
Chris Mattern
Open Source community debugs MS code (Score:4, Funny)
Congrats to the world community but they should really submit a bill to Microsoft.
Yeah, that's a Microsoft product alright (Score:4, Funny)
Pretty much like everything they do.
Wait - where are the virus APIs? Did they leave those out?
Naah...
Gotta be there somewhere. Keep looking.
Now We'll Now... (Score:3, Interesting)
(http://ponsaelius.blogspot.com/)
As it is, there is not a snowball in hell's chance that OpenXML can become an ISO standard. It is simply a dump of the existing awful doc format into a nice incomprehensible 6000 page document, and it doesn't even use existing ISO standards. There's even a set group of banners and bullet points defined in there which can by no stretch of the imagination be called international.
I know Microsoft has managed to butter the ECMA up as their usual standards dumping ground, but I simply cannot see how they can get past the shortcomings in that article. To do so would be a huge amount of work (and Office 2007 is already using this format) and it would threaten their Office monopoly - which is what this obfuscation was about in the first place.
Is OOXML Truly Open Source (Score:1, Informative)
The biggest issue I have with the OOXML "standard" (and I use the word quite losely) is there are BLOB's (binary large objects) in the OOXML file created by Microsoft. In this BLOB is all the byte code used in the Macros, etc for the file in question (i.e. an Excel file). Since Microsoft has not provided proper instructions (whether it be a schema, or source code) to read the the BLOB containing this information, and how to intrupret this information, I doubt this will ever pass as a true ISO standard, nor be truly accepted as open source (not to mention marcos are still programmed using the Microsoft defined, and patented, VBA rather than using an open source standard such as JavaScript).
More info @ groklaw (Score:5, Informative)
ISO maybe, but never an IETF standard (Score:3, Insightful)
Outside Office 2007, who would ever implement this "standard"?
Surprised? (Score:2)
If it's true, is anybody really surprised? This is MS after all.
There is a another analysis [groklaw.net] on groklaw.
hope not (Score:1)
Hey guys, I've an idea (Score:3, Funny)
Couldn't the Microsoft people use the existing standard instead? That way everyone would be able to communicate. Someone should call to let them know about it.
MS is not worried about the format's success! (Score:1)
1. You'll go back to your works-good-enough-for-me Office formats you've already been using (e.g. Word Doc).
2. If you're the typical uneducated business person, you'll get confused between OOXML and ODF and falsely believe that ODF is that bloated mess of a spec you believe you heard about from your fresh-out-of-high-school IT guy. Well he knows about computers, so that ODF (OOXML? Open Office XML? XML? Open Document?) thing must be a bad idea.
Not many people know much about Open Office, even many supposed "techs" in many businesses (at least in the U.S.). Microsoft wants to take advantage of their greater mind-share to control public opinion through their usual tactics of FUD and confusion. They want to make sure that the reputation among developers of XML as being a bloated exchange medium will work in their favor by amplifying that perception thereby killing off ODF and any chance of the industry adopting a common format.
OOXML vs. ODF Deathmatch! (Score:1)
(http://slashdot.org/ | Last Journal: Wednesday July 30 2003, @11:09AM)
http://en.wikipedia.org/wiki/Comparison_of_OpenDo
It may not be an ISO standard, but it's a heck of a lot better than the completely proprietary older formats.
How about a good "atta boy" for Microsoft at least?
Oasis OpenDocument (Score:2)
(http://powerlord.livejournal.com/)
Re:I'm shocked! (Score:3, Insightful)
(http://moranar.com.ar/ | Last Journal: Sunday June 08 2003, @04:58PM)
The fact that Updegrove might have a vested interest in ODF succeeding doesn't detract from the OOXML proposed standard being a crock of shit.
The OOXML acronym (Score:2)
It means neither. OOXML is shorthand for Opaque and Obfuscated eXception-based Markup Language. However, Marketing rejected the longhand name for the format because it didn't test well in developer focus groups. However, marketing found the shorthand OOXML appealing because psychologists have said the roundness of the O's induces a sense of calmness. BillG liked it because legislators could make an (incorrect) association between OOXML and OpenOffice.org (often abbreviated OO.o), and he hopes the confusion could lead to the inadvertent acceptance of MS' pseudo-open file format in government.
So OOXML stays but it officially stands for about as much as DVD does, which is nothing (or whatever you want it to stand for--it is all about "personal freedom" after all, so OOXML stands for what means the most to you