Slashdot Mirror


Microsoft Just Says No to .Doc Replacement Panel

Schlemphfer writes "OASIS is a nonprofit consortium backed by top technology companies, and the purpose of this organization is to set open standards for desktop and business software. They've just announced a working group that will create an XML-based document format standard for openoffice.org. And even though Microsoft is a member of Oasis, they aren't going to be taking part in this group. It's a logical move on Bill's part, considering that standardized XML docs are sure to weaken the hold that Microsoft's proprietary .doc format has on business software."

28 of 483 comments (clear)

  1. Besides by suman28 · · Score: 5, Interesting

    I was under the impression that Microsoft Office 11 was promoting their own??? version of XML. If that is the case, I am sure that BillG wouldn't want anything else as a standard

    1. Re:Besides by MrResistor · · Score: 5, Insightful

      Office 11 will have an XML format available, but the default will still be .doc.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    2. Re:Besides by Zathrus · · Score: 5, Insightful

      Why do people think XML is a panacea for proprietary document formats?

      [Insert binary blob of data that is currently a .doc file here]

      Lookeee! Now it's XML. Isn't that so much better?

      No, I don't think MS is going to do anything that awful, but realize that XML is not magic. It does nothing by itself to make a document more open. If you have lookup table values in the XML data then you're still screwed unless you know what the actual lookup table is. You can have utterly meaningless tags with random data in it. If you don't have agreements on what fields actually mean then all you have is content without value. Yay.

      Frankly, all XML really does is explode a file's size by encapsulating data with tags. Whoop de doo. You have to have a rigorous and complete document specification, and while a DTD may fulfill that need it doesn't always. With a rigorous and complete spec though then XML is redundant - you can just as easily parse a binary file at that point. And look! You can do it with less memory and CPU. Funny that.

    3. Re:Besides by smallpaul · · Score: 5, Insightful

      Frankly, all XML really does is explode a file's size by encapsulating data with tags. Whoop de doo. You have to have a rigorous and complete document specification, and while a DTD may fulfill that need it doesn't always. With a rigorous and complete spec though then XML is redundant - you can just as easily parse a binary file at that point.

      That's just false. With a rigorous and complete specification for a language you still have to write a parser for that language. But with XML, you use one of the dozen off-the-shelf parsers, including the one that probably ships with your operating system or browser. Guess what, these office documents will probably work _out of the box_ with pre-existing XML browsers (Mozilla, IE 6) and CSS stylesheets. Or at worse, an XSLT could do the transformation on either the client or server side. The virtue of standards is that you can leverage standard tools.

      A binary file format would typically need a binary plugin.

  2. But what about... by arloguthrie · · Score: 5, Interesting
    ...the whole .NET thing? I thought the whole purpose of it was to put file formats into XML so that document data, defined by its metadata, could then be used all over the place no matter what application wants it? According to this C|Net article:
    The company is adopting Extensible Markup Language (XML) as a second file format in all Office applications, to enable better data exchange between the productivity suite and back-end software, such as databases. This "opening up" of Office could end Microsoft's lock on document file formats that have boosted Office sales in years past and made the software the de facto standard for desktop productivity.
    So if this is Microsoft's plan, then why wouldn't they want to be on this panel and strongarm them into using their particular metadata to describe documents? Please forgive me if I'm being naive. I'm truly curious.
    --
    ----------
    Cheese it! It's the FEDS!
  3. Re:RTF and ascii by sisukapalli1 · · Score: 5, Funny

    RTF and Text are not good at all... Especially when you want send an email saying "The meeting is at 10:30am. See you there", we need Office XP doc file, with a couple of signature attachments -- better yet, copy a PPT slide from standard company template and highlight the 10:30 with big, bright colors.

    Call this post a flamebait, but most people that use "Word" do that stuff.

    S

  4. Microsoft is a monopoly by Cuchullain · · Score: 5, Insightful

    Proven in court. Why would they turn away from monopolistic behavior when their punishment for it is negligable?

    Office is the cash cow, and they have done their best to eliminate viable competition.

    The only reason that Corel Wordperfect lives on is the legal community, and a few bullheaded supporters that will not change. (not that refusal to change is bad in this case.)

    Why would anyone logically think that they would embrace a standard that will put their competitors on an equal playing field?

    A standard that they cannot "extend" easily at this point without lots of bad publicity.

    I think that they are going to "wait and see" if it flies, then embrace and extend it after it sticks. It is in their benefit to wait for it to fail, or for more time between their conviction and their extension of this standard. They don't want to get their hand slapped again so soon.

    Cuchullain

    --
    "If sharing a thing in no way diminishes it, it is not rightly owned if it is not shared." -St. Augustine
  5. Re:SURPRISE! by Exmet+Paff+Daxx · · Score: 5, Insightful

    I believe you've misunderstood the article. This isn't about Microsoft publishing specs to their .DOC format (which Kotar-Kotelly's Final Decree requires them to do) but rather their unwillingness to participate in the creation in a new format that will be the doom of Microsoft Word.

    As you say, hardly surprising, but it's important to note the details.

    --
    If guns kill people, then CmdrTaco's keyboard misspells words.
  6. Re:RTF and ascii by dubious9 · · Score: 5, Informative

    Straight-up ascii? That's what XML is (and RTF for the most part, except when you want to embed stuff).

    And don't even get me started on RTF. Have you ever looked at that crap? I worked on an open source xsl:fo to RTF converter and I'd have to say that RTF is extrememly anoying to work with.

    Microsoft has a RTF specification doc. but this is notoriously full of holes and ambiguities. There is a reason that RTF still works best with Office: they don't tell you how exactly to implement it.

    It's tremedously hard to debug, ugly, verbose(more so than xml), hard to read. I hate RTF. I've had dreams when i kick it in the forehead and strangle it underwater. But that's just me.

    Compare an XML document with a RTF document and you'll see what I mean.

    --
    Why, o why must the sky fall when I've learned to fly?
  7. Re:It's easy to paint this in an anti-Microsoft li by Otto · · Score: 5, Insightful

    First, although XML seems more 'open', in reality it is simply a higher-level encoding that may or may not be easier to understand but is guaranteed to both take longer to parse and take up more space than the conventional .doc format because of the size of the tags, making this a downgrade 'optimization' of both speed and size -- where is the win here?

    Funny. I just made a "hello world" document using Word 2000 and it was 19 KB. ;-)

    Lack of features -- there's a reason people are still using .doc and .pdf instead of HTML, and giving HTML a fancier name for the new millenium isn't going to change it. Anything tougher than bold, italics, and tables has been proven to be an O(n^2) representation in HTML and has been neglected because nobody wants to download a meg of webpage.

    If you seriously think that XML is just a fancy HTML, then there's no hope of you understanding why this open standard is a good thing in the first place.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  8. Number one hold on the market by conan_albrecht · · Score: 5, Insightful

    IMHO, Microsoft's closed office formats are the basis for its monopoly in the Office market. I love LaTeX and use it when I author articles myself. But when I work with others, guess what? I have to use Word.

    I've tried using LaTeX with several groups and each group has decided to move back to Word. It is just too familiar, too standard.

    The sad part is that I absolutely hate Word as much as I dislike any other program. It has nothing to do with my feelings towards MS. Word is just a poorly done program.

    In the real business world, Office will be king until MS opens its format. StarOffice (which I've used quite a bit) is nice, but at 99.5% compatability, it just isn't good enough. No one wants to lose a business deal because they don't use the standard.

    I highly doubt MS will ever release its hold on the Office formats. Of course, they are going to XML, but that doesn't mean the format will be open and readable to competitors.

  9. A European Office data format based on OO by Khalid · · Score: 5, Informative

    Have a look at this http://www.1dok.org/eng/index.html

    The site says : 1dok.org is part of a programme of the Ministry of Economics, Technology and Transport (MWTV) and the Schleswig- Holstein Technology Foundation (TSH) funded out of the Innovative Actions of the European Regional Development Fund (ERDF) by the European Commissions GD Regio.

    I believe their intention is to base it on OpenOffice format, they want to make it the official office data format for the German government, and may later for all the Europen governments.

  10. Re:...just like Unix took over the proprietary OSs by SuiteSisterMary · · Score: 5, Informative

    Err..umm..UNIX is a proprietary OS. There's a very good reason Linux is referred to as a 'UNIX work-alike.'

    Ye Gods, though, go take a look at a 'history of UNIXes' chart. You think Win95 vs 98 vs ME vs NT4 vs 2K vs XP is bad? You kids don't know how nice you have it now adays; even several years ago, at least it was starting to coalesce into BSD versus SVR4.

    --
    Vintage computer games and RPG books available. Email me if you're interested.
  11. What a bunch of clueless posts by elflord · · Score: 5, Insightful
    To address some of the way off-the-mark posts in this thread:

    Isn't Microsoft .doc format based on XML already?

    Yes, but this doesn't really help a whole lot. XML is a standard for designing document formats, it is not a format in its own right. The fact that Microsoft's format is "based on XML" really only says that they will use HTML-like tags <foo>some text here</foo>, it doesn't say that how their word processor will interpret those tags, or even what the tags will be, etc.

    What's wrong with RTF or straight-up ascii?

    Try embedding a spreadsheet in RTF, and get back to us (is this question for real ?)

    I was under the impression that Microsoft Office 11 was promoting their own??? version of XML. If that is the case, I am sure that BillG wouldn't want anything else as a standard

    No, Microsoft are using their own document format. It's not a "version of XML", XML is a specification for writing document formats. It isn't a format in its own right. Bill couldn't care less if something else became standard, but the issue here is convenience. Microsoft may want to be able to add tags to their document format, as they add features to their software. It's really a case of the "not invented here" syndrome -- everyone likes to invent their own format. Even with standards like POSIX, C++, C, and HTML, any vendor of consequence adds their own vendor extensions.

    Yes, MS isn't going to open up one of its proprietary license. Especially one that is so widely used. If this comes as a surprise, you need to soak your head.

    "Proprietary licenses" are not the issue here. Microsoft are moving to an XML based format, and they already allow developers access to documentation for their formats. Moving to XML will make their formats more accesible -- it might not make much difference to a serious implementor, but it will make it much easier for the average perl hacker to do something with their documents.

    The issue is that MS don't want someone else controlling the format that their software uses. It's simply more convenient if you have complete control over the specifications of your format. Compatibility requires some discipline, and possibly a certain amount of inconvenience. Whether or not that inconvenience is worthwhile depends on the merits of the format, which is why Microsoft are playing "wait and see".

    In any case, I doubt Microsoft would use a standard format as their native format, at best they would base their native format on a standard and add a bunch of vendor extensions to it.

  12. doc format the keys to the kingdom by bats · · Score: 5, Insightful

    Microsoft Office file formats are the lynchpin to their dominance of the computer software world. Because everyone has Office, no one can switch since the defacto exchange format is MS Office docs. Small companies/organizations can effect wholesale change to some degree but still have difficulty trying to interact with other businesses. Non-techs don't understand why you can't read their Word doc b/c what else could you be using? This causes pain for anybody who tries to switch and the quickest relief of pain is to fork out a few hundred smackers for a copy of Office.

    Microsoft also enforces its planned obsolesence in the same way. Since new machines only come with the new version of Office, any existing organization is eventually infected with the 'upgraded' versions (complete with their 'smart' features that are either annoying or useless to 99% of the consumer base). Once these documents begin to float around and not open quite right in old versions of Office, everyone needs to upgrade. Otherwise, countless billable hours will be lost to futzing with file formats. $400 for an Office license quickly pays for itself when you're billed out at $50-$100 per hour. Its not the most desireable path, but for a struggling business, its the quickest pain relief available.

    File formats also further entrence the Windows operating system. Clearly, linux and unix are out with no native MS Office suite. While I admire the open source projects and their ability to continually reverse engineer the moving target of MS file formats, it is impossible to keep up and they can never provide 100% compatibility which is imperative for a working daily interaction with MS Office users. Even on the Mac with Office X (touted by MS ads for its full compatibility), there are roadblocks to easy transion. My wife uses Office at work because she has to interact with others who do. She recently tried to move to Mac but couldn't because her files weren't quite right. The symbols didn't translate correctly, which might not bother business folk, but as a scientist, it meant that all her technical papers would require endless fixing just to do a little work at hoem. So she's back to a Microsoft Windows box. How fortunate for Redmond that the software they supplied wasn't capable enough for her to make the 'switch'.

    All of this hinges on the ability of Office to maintain a closed file format. It keeps users trapped in Office due to compatibility with their coworkers and colleagues. It forces users to upgrade their perfectly good software and shell out more $$$ to MS just because someone else in the office has a new machine. It locks users into the blessed Windows OS again solely for the sake of compatibility and ease of document exchange. MS will never agree to a default open file format for its applications as it would break their stranglehold on both office productivity software and operating systems, the only two profitable portions of their business. Even the new XML formats that promise self describing data storage will only pay lip service to the critics as they wrap up their proprietary binary formats in easy to read, text tags.

  13. What I don't understand... by Anonymous Coward · · Score: 5, Interesting

    This week we learned that Windows and Office are the heart of Microsoft's monopoly, financially speaking.

    Office, one of MS's two profitable divisions, gives Microsoft a 79% profit margin for each product sold. I have a feeling that if your average Joe only KNEW about openoffice.org as an alternative, they'd use it in a heartbeat. Businesses might be harder to convince, but when I told my dad about OO.o, he just about shat himself. $400 saved.

    If the Internet community can raise $100K (in what was it, 5 weeks?!) to free Blender, surely if given enough time we could raise a million for say, a Superbowl or Oscar ad in 2004. I'm sure there's more than one corporate competitor of Microsoft's that wouldn't mind kicking Bill in the financial balls by making a modest contribution to the OO.o publicity effort.

    I can see the ad now...

    "Coming up next, the Oscar for Best Picture..."

    CUT TO BLACK.

    FADE UP:

    MEDIUM SHOT OF a SILVER CD-ROM on a DESK with "openoffice.org" scrawled in BLACK SHARPIE.

    AS WE SLOWLY ZOOM IN TO THE CD-ROM...

    ANNOUNCER: Hey, America. Four hundred bucks is too much to pay for Office software, don't you think? But now there's an alternative you can download for free and copy for your friends. It's called OpenOffice.org. The people who make the "monopoly" version of Office don't want you to know about it. But we do. So visit www.Openoffice.org and give it a try. This message was paid for by thousands of Internet users around the world who thought you should know about alternatives to supporting the monopoly.

    TEXT: "OpenOffice.org -- A free alternative"

    FADE TO BLACK.

    I'd put ten bucks in for this ad. Just the articles ABOUT the ad and how it was financed would be great publicity.

    (Oh, and I hereby release all the text above under the open content license, v1.0.)

  14. Time to break another monopoly by rossz · · Score: 5, Insightful

    And this time it would be very simple. Once the XML document standard has been settled, the US government needs to mandate that any wordprocessing software used by the government must use the XML open starndard, no exceptions. Give the industry one year from the adoption of the the standard to implement it in their software. After which, any document processing software which does not conform is automatically excluded from any consideration by the government. No one is forced to open up their proprietary systems. It's their choice. Choice is good, even for arrogant companies like Microsoft.

    --
    -- Will program for bandwidth
  15. Re:SURPRISE! by madfgurtbn · · Score: 5, Insightful

    With the amount of marketshare that Word has on the wordprocessing market, I don't think anything will cause its 'doom' anytime soon.

    OpenOffice.org is a tremendous threat to M$ Office. I have said before that all OOo needs is for a few major corporate users of office suites to spend a fraction of the $ they send to Redmond instead on funding the final polish of OOo and the benefits of essentially zero $ cost coupled with open file formats and free-as-in-freedom will take care of the rest. If M$ does not see this as a real and serious threat, they are fools. (I believe they do see it as a threat, and will act accordingly) Boeing is on board, it shouldn't be too hard to get AOLTW and a few other obvious examples, and soon the dominoes will begin toppling. M$ cannot win the fight in the long term. They may win some battles, but they cannot win this war.

    --
    Send lawyers, guns, and money. Dad, get me out of this.
  16. Re:SURPRISE! by binaryDigit · · Score: 5, Insightful

    I doubt anyone has any kind of special attachment to word

    Actually they do, it's called experience. Word sure may not be the best WP out there, but people are familiar with it, and in the terms of business productivity, that means more than being "the best". Businesses have a HUGE investment in training their staff on how to use software, and once that expense is incurred, you better have a damn good reason to incur it again. And seeing as how businesses make up the overwhelming _paying_ majority of Word users, I don't think it's going to disappear tomorrow.

  17. Re:SURPRISE! by RagManX · · Score: 5, Insightful
    Lets be realistic, shall we?
    With the amount of marketshare that Word has on the wordprocessing market, I don't think anything will cause its 'doom' anytime soon.
    Yeah! Just ask Netscape and Corel how unlikely a company is to lose their bread and butter if they start out with a huge market share lead.

    RagManX
  18. Re:SURPRISE! by pknoll · · Score: 5, Insightful
    Replacing Word's default file save format won't "doom" Word. 99% of the people who use Word don't know nor do they care what format the saved file is in, so long as the people they send the file to can read it.

    Hmm... maybe I've just made your point for you. =) The albatross around Microsoft's neck has sort of always been that backward compatibility, hasn't it?

  19. Re:SURPRISE! by inkfox · · Score: 5, Insightful
    Yeah! Just ask Netscape and Corel how unlikely a company is to lose their bread and butter if they start out with a huge market share lead.
    I don't think you need to look any farther than Intel or nVidia today to see once mighty giants scrambling to stay in front. Competition good.

    What's most important in the article above, though, is that it makes Microsoft's stance on interoperability crystal clear.

    --
    Says the RIAA: When you EQ, you're stealing bass!
  20. Re:RTF and ascii by Oliver+Wendell+Jones · · Score: 5, Funny

    This is no worse than my company sending out a new e-mail policy as an attached Word document.

    It had no fancy formatting, and was essentially a list of do's and don'ts for corporate e-mail usage. One of the items on the list was "don't include unnecessary attachments - if it can be said in plain text, don't make it a Word document"...

    --
    A computer once beat me at chess, but it was no match for me at kick boxing -- Emo Phillips
  21. XML sucks! Lisp S-expr rules! by MeanGene · · Score: 5, Funny
    XML structure is just wasteful and hard to read. Why would anyone prefer to write

    <italic>
    <bold>
    <fontsize=12>
    xyz!
    </fontsize>
    </bold>
    </italic>
    instead of succinct, clean and more flexible
    (italic (bold (fontsize 12 (text "xyz!))))
    Oh yeah, the answer is - Lisp has been around since 1950's and we can't get grants or buzz using it...
  22. Re:SURPRISE! by Dalroth · · Score: 5, Insightful
    Will it? StarOffice isn't a replacement for MS Office by any means. Seriously, even the word processor isn't feature-competitive, nor performance-competitive, with Word, let alone Excel, Visio, Powerpoint, etc. All they are is cheaper up-front compared with Word's list price, and if you're buying several hundred seats or getting it bundled you won't be paying that anyway.


    If AbiWord, Open Office, Star Office, Word Perfect, and any other Office Suite package (KOffice?) settle on a standard common XML format, it IS going to be big.


    All it takes is one *single* library to convert Microsoft .DOC to this format, and EVERYTHING benefits.


    And then the CMS solutions start using it, and then Microsoft has to upgrade Office so that Office can read these files, then you suddenly do have a viable alternative.


    Will it happen? Beats me. If the standard is good, simple, easy to understand and all the other office suites implement it then yes I think it has a very good chance of having a big impact. If everybody bickers about it, nobody implements it, or the standard sucks (look at RDF) then Microsoft will eat our lunch.

  23. Benefits others besides Microsoft by Sloppy · · Score: 5, Funny
    Here's another thing for conspiracy nuts to think about: Anything that anyone (including Microsoft) does that can keep people from switching away from MS Word's format, is good for...

    ...the Anti-Virus companies. The probability that a new word processor format would be designed to include enough expressiveness for trojans, is pretty darn low.

    So maybe McAfee or Symantec or someone like that, slipped a few bucks into Microsoft's pocket to ask 'em to oppose the new format. ;-)

    (I love coming up with this crazy shit.)

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  24. Why using XML doesn't explode data size ... by JoeBuck · · Score: 5, Informative

    Because XML is highly compressible, use of XML does not necessarily increase file size. The Gnome apps that use XML data formats store it compressed as gzip; I just took a typical small Excel spreadsheet, which takes 20.5 kbytes in Excel format, and saved it in the Gnumeric XML-based format: it's 3K. Uncompressed, it's 37K, but that doesn't matter, as the uncompressed format is never kept either in disk or in memory all at one time.

  25. Never happen by Myco · · Score: 5, Insightful

    That's a cool idea, but unfortunately it will never happen. Have a look at AdBusters. They've got a number of great ads ready to air, but no network will show them because they run against the commercial grain of the rest of the sponsors. Rest assured, the media giants do *not* want to waste all their hard work kissing Microsoft's ass just to throw it away for a few million worth of ad revenue.