Slashdot Mirror


RTF Vs. OOXML

Rob Weir has an interesting essay comparing the viciousness of RTF and OOXML: "The [document format standard] concerns of 2004 (or 1995 even) are very similar to the concerns of 2007... 'RTF is defined as whatever Word saves when you ask it to save as RTF.' This should sound familiar. OOXML is nothing more than the preferences of Microsoft Office. Whenever Word changes, OOXML will change. And if you are a user or competitor of Word, you will be the last one to hear about these changes. The coding of Office 14 a.k.a. Office 2009 is well underway. Beta releases are expected in early 2008. But are file format changes needed to accommodate the new features being discussed in Ecma? No. Are they being discussed in ISO? No. Are they being discussed anywhere publicly? No. By owning the 'standard' and developing it in secret, in an Ecma rubber-stamp process, Microsoft rigs the system so they can author an ISO standard with which they are effortlessly compatible, while at the same time ensuring that their products maintain an insurmountable head start in implementing these same standards. Is this how an open standard is developed?"

4 of 141 comments (clear)

  1. Office 2007 not even compliant by Bayesela · · Score: 5, Interesting

    On top of OOXML being developed in a closed environment, MS Office is not even using the proposed ECMA or ISO spec, they including all types of tie-ins. This article explains more: not even compliant

  2. Re:Standardize RTF first by Fast+Thick+Pants · · Score: 3, Interesting

    Microsoft's published RTF specs for a quite some time now -- the latest version of the spec is 1.9 and you can download it from Microsoft in your choice of binary .doc or MS-OOXML .docx, sorry no .rtf!

    The spec is actually not bad, though the continued efforts to shoehorn in new features gets a little laughable. Here's an example of an RTF-reencoded XML tag from the spec:

    {\*\xmlopen\xmlns0\xmlsdttpara{\xmlname Title}}}{\rtlch\fcs1 \af0 \ltrch\fcs0
    \insrsid1978110 \hich\af0\dbch\af11\loch\f0 Atlas Shrugged}{\rtlch\fcs1 \af0
    \ltrch\fcs0 \insrsid136785 {\*\xmlclose}}

    As far as I know they've never tried to have RTF ratified by any standards body, but it's still very widely used. People have a lot of files named .doc around that are actually RTFs, and some word processors (AbiWord for one) actually use .doc-named RTFs as their "Word" format, since, having a spec, it's a lot easier to write than the binary .doc format. By design, old Word versions and non-Word software ignore any tags they don't understand, and I'd guess that most modern third-party RTF parsers and encoders are designed around the 2000 RTF spec (version 1.6) without all the new stuff.

  3. Re:well, not effortlessly by Maxo-Texas · · Score: 4, Interesting

    That's really not the case.

    In fact, look up how it went down for Word95 and Windows 98.
    Word violated the api standards but was given the "approved" mark anyway.
    Corel which followed the standards was much slower.

    Microsoft cheats all the time. They are commensurate scammers.

    Sometimes, it feels like the world is crazy because no one seems to recall things like
    1) specifically checking if DR Dos was installed- and if so give a hard installation failure.
    2) "Dos isn't done until Lotus won't run"
    3) Doublestac
    4) The entire "95" certification scandal.
    5) The *numerous* partnerships where they robbed every bit of technology from the technology partner and then brought out a competing product.
    6) The numerous times that they added a 50 to 60% functional but "free" version of something of a competitor's product to the operating system.

    and so many more examples like this.

    They are extremely competitive scammers. Which is okay if you own their stock. But not okay if you want to do something for the common good like standard.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  4. Re:well, not effortlessly by Androne · · Score: 3, Interesting

    As for winsock, that was a poor port of the BSD socket stack. Actually, it's a really poor port. Multicast still doesn't work, and if it did, an entire set of applications could occur with much lower traffic on the internet. (Think IPTV, IPRadio, and other streaming type applications)
    Multicast still wouldn't work since the vast majority (at least here in Canada) of ISPs filter multicast packets because they think they are the same as broadcast packets and thus increase network traffic, I know about this since I worked on a project that had used multicast data transmission for communication and it worked on the local area network (a win2k network) but not when we tried to do it over the internet.

    Like I said it turned out the ISP was filtering multicast and several told us they had no intention of turning it on because it increased network load. We explained that the difference in broadcast and multicast and that multicast would effectively lighter it they wouldn't believe us. This was my experience here in Canada 5- 6 years ago.

    I will admit this was 6 years ago and things could have changed but I doubt it, ISPs in Canada tend to stagnation at times, it works so leave it alone. To use multicast you had to use Winsock 2.2 if I recall correctly, and we did see a tremendous benefit the network load on our project was greatly reduced.