Massachusetts Likely To Approve OOXML
Ian Lamont writes "The IT department of the state government of Massachusetts has designated Microsoft's Office Open XML as an open document format, along with ODF, plain text, and HTML. It's only a draft policy, but it sets the stage for the format being given an official stamp of approval by state authorities — and weakens earlier Massachusetts support for the Open Document Format. Microsoft got a big boost at the end of 2006 when Ecma approved OOXML, and again this spring when pro-ODF legislation was being defeated or watered down in six states."
The pertinent question is this: is OOXML an open format?
No. I think openxml is a scam. My unverified assumption is that at present there is no translater that is 100% compatible with any document MS Office might produce with openxml, including Novells. Even if my assumptions are incorrect (I'm convinced they are not), it will still be possible for MS to "extend" openxml later with new shiny features that will effectively keep documents locked in.I can't imagine that any intelligent human will not realize this. The only explanation for openxml approval by ECMA, ISO, or the State of Massachusetts is corruption and bribery.
Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
Yes, Microsoft are moving heaven and earth to get OOXML stamped as an ISO standard.
One example: in Italy's technical committee a few weeks back there were 11 organisations. When Microsoft had finished mobilising their partners, there were 70. No surprise that Italy will vote "yes" on the OOXML vote. It is disgraceful; ISO will become a "made in Redmond" rubber-stamping tool that helps Microsoft sell upgrades and kick away ODF.
There is an online petition with 16,000 signatures and a lot more information on the noOOXML.org site.
Everyone who cares about open standards needs to sign this petition.
My blog
When parts of a spec say 'and implement this how Word 95 did it', then it's not really open as it doesn't actually tell you how to implement it...
That's one reason, at least.
Any "standard" which is so clearly developed with ease of implementation by a single vendor in mind has a rather obvious scent of unilaterality to it.Is Microsoft's clipart library no longer largely WMF? Even if that's the case, modern OOXML implementations will need to implement these ancient, antiquated formats to be able to read documents which were imported into OOXML from Word 95 (or other versions which *did* use WMF as the primary format for imported documents) -- meaning that backwards compatibility will remain much of the headache it was even before documents were converted into a "standardized format". The right way to convert things is normalization, damnit -- if, rather than simply forcing all implementors of the new format to support all the quirks of the old, the conversion process always normalized out the old quirks (ideally into modern, standards-centric formats for which preexisting implementations are available under a variety of licenses), the standard would be much smaller, more manageable and simpler to implement. As an additional benefit, we wouldn't see things like buffer overflows in the parser code for Microsoft's more obscure, obsolete formats causing security holes (as has happened in recent memory).
Part of the point of having a standard is that anyone should be able to implement it. If the standard incorporates by reference other specifications which are not open standards, then the standard can only be implemented in full by those who have licensed said specifications. Is this not an obvious problem on its face? You say that those creating such documents are "(l)users" -- but most office workers just want to Get The Job Done, and don't care (and shouldn't need to care) what format their clip art library is in.
Word processors generally have default style for headings. Which of these would make more sense in a standard:
- Have an element indicating the outline level, and one indicating the display style to use.
- Have an element saying 'use Word 95 format headings,' one saying 'use WordPerfect 3 format headings' etc.
Implementing a spec using the first is non-trivial. Implementing a spec using the second is almost impossible, unless you happen to already have code for importing documents in those formats. OOXML doesn't do this for heading styles (I don't think it does, anyway), but it does do this in a number of other elements.In summary, the correct place for legacy support is in the importer, not the format. If you're doing things the OOXML way, you may as well have a couple of bytes reserved at the start of the file with one value reserved for 'this document is in Word 95 format' etc.
I am TheRaven on Soylent News
It's rather disingenuous to say "locked into ODF" since ODF is an open standard which means that anyone can generate their own ODF reader and writer. In fact, every computer on the market right now can basically read ODF (in a primitive way), since any modern OS can extract a zip archive and read the plaintext that is inside. Yes, ODF is really that open! You can read it and work with it with very simple tools. There are also many full office suites that can read/write ODF. So it's hard to see how you can say that the government will be "locked into ODF" when it will be trivial for them to convert the data to other formats, copy the data elsewhere, extract it for other use, automate searching through the data, etc. Where's the lockin?
The point with ODF is that you are not locked in. It is so open that it is very easy to convert your data, using a wide variety of tools (many of them freely available). The same cannot be said for MS's offering... which is why it cannot be legitimately called "open" and is a poor match to the needs of archiving and disseminating government data.