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."

4 of 483 comments (clear)

  1. 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?
  2. 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.

  3. 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.
  4. 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.