Slashdot Mirror


Microsoft's Open XML Project A Short-Term Fix

TechPro writes "In an interview with eWeek the managing director of the ODF Alliance (Marino Marcich) was pretty dismissive of Microsoft's Open XML Translator project. While the move was a recognition of the ODF Format's acceptance by government's around the world, the installable software plug-ins that would be created under the project were really 'only a bridge, a stopgap measure that will probably not be acceptable to government's around the world over the long term. Plug-ins simply don't give the benefits of open file formats and standards,' he said."

94 comments

  1. No Technical Support For The Plugin by aymanh · · Score: 5, Informative
    [...] a stopgap measure that will probably not be acceptable to government's around the world over the long term.
    According to this blog entry at ZDNet, the author did an interview with MS representatives, and seems like MS doesn't plan to offer technical support for the plugin, and it will forward bug reports to the original authors. This plugin doesn't look different from a 3rd party plugin, so no, I seriously doubt any government will accept it as ODF support in MS Office.

    Quoting the blog entry:
    Microsoft is on the record as saying it will not be offering technical support to end-users for this translator. In fact, as far as I know, no one will officially be offering support (perhaps one of the three companies involved will, for a fee). As said earlier, Microsoft will accept bug reports and forward them on to the project's developers.
    --
    python>>> q="'";s='q="%c";s=%c%s%c;print s%%(q,q,s,q)';print s%(q,q,s,q)
  2. I am a mortal enemy of grammar nazis normally but by cyber-vandal · · Score: 0, Offtopic

    Dammit learn to use apostrophes! Government's either implies possession or is short for government is, it doesn't belong on a plural.

  3. short term - but does it matter? by joe+155 · · Score: 1

    I'll accept that this is a half-arsed effort on MS's part, and that it in no way can be seen as a comittment to "open" or "free" software - but does this change the fact that now govts around the world can adopt open standards without any complaints from people who only use MS software or disabled people; which has to be a good thing

    --
    *''I can't believe it's not a hyperlink.''
    1. Re:short term - but does it matter? by Laura_DilDio · · Score: 3, Interesting

      They are being obtuse by ignoring the spirit of the request to support open standards. Microsoft is attempting to win the battle by frustrating users. Proprietary formats have kept them in business for many years -- why change now? However, I remember when they supported dozens of file formats .

    2. Re:short term - but does it matter? by fastgood · · Score: 2, Insightful
      Proprietary formats have kept them in business for many years -- why change now?

      More money. Microsoft's driving force. Change gets folks to upgrade that Office Suite cash cow.

      People bought Office95 and ran it for 3 years on one machine, and then put it on the replacment for that computer for another 3 years. Same with Office '97 and Office 2000 lasting for six years ... and $149 for Small Office Edition works out to be less than fifty cents a week for Microsoft.

      Time to change document creation -- to a new distribution model like the antivirus publishers did.

    3. Re:short term - but does it matter? by 70Bang · · Score: 1



      Microsoft's penchant for proprietary systems have changed...partially. They received a patent for Microsoft Office Documents' XML format(s).

      As I've pointed [here] out before (many times):

      that permits everyone to use it, but permits Microsoft to panic and decide to enforce it - *poof*!

      That also means they could permit everyone to read it, but only those who are licensed to write that format. If a business is running multiple document formats, they'd be able to read MS Office, but not write it. This could prove some real problems for companies, both internally and in communication with other firms.

      Windows isn't their lifeblood any more. MS Office represents 1/3 of their revenue and a goodly portion of their profit. That sacred cow is going to be protected unless|until something else supplants it as a stream of money.


  4. wHAAAAA? by Anonymous Coward · · Score: 0

    And how is that any different than any Open Sorce project? The anti-Microsoft double standard....

    1. Re:wHAAAAA? by aymanh · · Score: 3, Informative

      Huh? Many Open Source projects or 3rd party companies offer paid technical support for the project. For example, both Sun and a variety of consultants provide paid support for OpenOffice, including its support for ODF.

      In short, OO.o natively supports ODF and has technical support, MS Office has an ODF plugin in development, but MS won't offer tech support for it.

      --
      python>>> q="'";s='q="%c";s=%c%s%c;print s%%(q,q,s,q)';print s%(q,q,s,q)
    2. Re:wHAAAAA? by Schraegstrichpunkt · · Score: 1

      I think you missed the point. Read the post again. The grandparent is probably talking about Microsoft's anti-trust obligations.

  5. Java Redux by Shadow+Wrought · · Score: 5, Interesting

    Didn't MS do something similar with Java? Basically have their own "interpretation" of it which is almost, but not quite, compatible. How difficult would it be to make MS' version just off from everyone else's?

    --
    If brevity is the soul of wit, then how does one explain Twitter?
    1. Re:Java Redux by LO0G · · Score: 1

      But MS java wasn't open source. If the output of the OpenDoc converter produces crap ODF, then you can just fix the converter to produce correct ODF.

      Right? That's supposed to be the whole point of open source - if the software is crap, you can always fix it.

    2. Re:Java Redux by CaymanIslandCarpedie · · Score: 2, Insightful

      The real problem for MS here is going to be OpenOffice. OpenOffice has already broken from the ODF spec to accomplish some things. If MS follows the ODF spec people will scream about it not working 100% with OpenOffice. If They break from the spec to support ODF, people will scream about "embrace and extend". Its pretty much lose-lose, but to you original point its OpenOffice that did the embrace and extend in this case and now MS has to decide how to deal with it.

      --
      "reality has a well-known liberal bias" - Steven Colbert
    3. Re:Java Redux by WankersRevenge · · Score: 1

      Being this plugin is open source ... I don't really see this as being a problem. Code not doing what you want? Patch it. Microsoft not accepting your patch? Fork it. Ta-da.

    4. Re:Java Redux by Anonymous Coward · · Score: 0

      That is silly. If it was a matter of code only, that is not a problem at all. But what do you do about creating the binary of MS office before 2007 when you don't know anything about the format or the changes that MS make at a wimp? Nothing other than trying to catch up using reverse engineering. Your point is useless.

    5. Re:Java Redux by Jesus_666 · · Score: 5, Insightful

      OpenOffice has already broken from the ODF spec to accomplish some things.

      Interesting. Care to elaborate/give a link?

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    6. Re:Java Redux by Tim+C · · Score: 2, Informative

      MS produced and distributed a JVM under licence from Sun. One of the conditions of the licence is that you are not permitted to add classes to the java.* package hierarchy; any classes you want to add must go in your own package hierarchy (eg com.microsoft). That stipulation is to prevent people from introducing new classes to the core API that no-one else implements, thus removing any chance of code being "write once, run anywhere".

      However, MS did exactly this, introducing Windows-specific classes into the core API packages. Sun sued for breach of licence and won. MS were prohibited from distributing the infringing JVM and, rather than simply removing the classes and carrying on, devoted their efforts to producing .NET instead.

    7. Re:Java Redux by WankersRevenge · · Score: 1

      Did you not read that Microsoft was open sourcing the plugin and distributing it under a BSD license? Did you also not read that the source files will be hosted on Sourceforge? The only shady thing I can them doing is playing the one format doesn't translate to another format card. That's it. You make it sounds as if this project is being developed without the consent of Microsoft, when in fact, Microsoft is managing as well as contributing to it. Or are we discussing two different things here?

    8. Re:Java Redux by ekwhite · · Score: 1

      One of the real problems I see for Microsoft is that certain government agencies are now requiring documents to be submitted in file formats that separate text formatting from information. For example, FDA is requiring pharmaceutical manufacturer's to submit labeling information in XML format, with a PDF backup.

    9. Re:Java Redux by cortana · · Score: 1

      I thought Microsoft's stuff was added under com.microsoft? I'm definitely not sure though.

      And wasn't there a second lawsuit that forced MS to resume distributing their JVM?

  6. I don't understand how it is different. by khasim · · Score: 4, Insightful
    From TFA:
    Converters and plug-ins are not solutions to the problem as governments across the globe want access to their vital records and data and are looking to separate the document from the application, which plug-in technologies do not do, and which would open the market up to greater innovation and more product and price competition, he said.
    I don't understand the problem. If it's a plug-in, and it reads and writes to the ODF standard, where is the problem?

    The only thing I can think of is if people worry about a Microsoft "upgrade" breaking this plug-in. And then having to wait for the patch to the plug-in.
    The translators would also not be perfect, Jean Paoli, general manager for interoperability and XML architecture at Microsoft, told eWEEK, as "OpenXML and ODF are very different formats and some hard decisions are going to have to be made when translating from one format to another, like where we have OpenXML features that are not supported in ODF."
    Excuse me, but, fuck "translating". This isn't about "translating". This is about being able to read ODF files and save your work to the ODF format.

    "Translating" only comes into play when you're talking about:
    a. Converting all your previous work to a new format.

    b. When some people you are communicating with are restricted to the .docX format and you use the ODF format. But that's not a problem if the ODF format is the standard format.

    c. And Microsoft's "Open" XML format will only be available in their NEXT release so it won't affect anyone who is still using their current or a previous release.

    Am I missing something, somewhere?

    Microsoft's claims seem to center around an organization upgrading to the next release of MS Office and then migrating to the ODF format.

    While I see most situations as an organization migrating to the ODF format from an existing installation of MS Office 2000 or previous.
    1. Re:I don't understand how it is different. by plague3106 · · Score: 0

      The only thing I can think of is if people worry about a Microsoft "upgrade" breaking this plug-in. And then having to wait for the patch to the plug-in.

      This shouldn't be an issue. See, when you build a plugin, you build to a specific API. So if you want it to work in Office XP, for example, you code against Office XPs API. But those APIs are always 'brought forward', so your plugin would continue to work in Office 2003 for example. A break whihc you suggest would likely break ALL plugins people have written.

      Yes, I have written Outlook plugins.

    2. Re:I don't understand how it is different. by Zeinfeld · · Score: 3, Insightful
      The response from the ODF spokesperson was hardly what I would hope to see from an organization that was genuinely seeking to promote an open standard as opposed to being a way to sabotage a competitor.

      If you have a genuine interest in ODF then the Microsoft news should be wellcomed. It will mean that there is a way for Office users to generate documents in a format that can be easily read by applications that comply with the ODF standard. I will probably get the plug in so that I can send editable documents to Linux users.

      The ODF standard is far too new to be considered as a government mandate. UNIX was around for a decade before POSIX was mooted and then there was another decade before there was a requirement to support POSIX.

      If there is a government mandate for a particular format then one would expect that Microsoft would provide a supported version of the plug in. At this point though there is no proven market for ODF and one can hardly expect Microsoft to commit to building the ODF market.

      A much better way to deal with the news would have been to have hailed the step as an endorsement of ODF and glossed over the limited nature of the support on offer. As it is the article does more to highlight the contentious nature of ODF, the belief that Microsoft continues to be hostile to it and the beleif that the whole point of ODF is simply to attack Microsoft.

      That might be an accurate description of the actual situation but that is hardly one that I would want to spend company time encouraging journalists to publicize.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    3. Re:I don't understand how it is different. by Saanvik · · Score: 0

      You're wrong about the term translation, although it'd probably be more clear if everyone used conversion instead.

      The program, Word for example, has an internal representation of the document that maps (perhaps 1 to 1, but one certainly hopes perfectly) to the native format Microsoft calls Open XML. When you use the plugin to create an ODF document, you will be converting from that native format to ODF. Since the internal representation of the document in Word will not map perfectly to ODF, the document needs to be converted. Since conversions are rarely perfect, everyone, including Microsoft, sees potential problems using the plugin to work with ODF and Microsoft products.

      Conversion will probably create documents that do not work the way the author intended them to work. Thus, users will either have to know what the limitations are, or they will not be able to work effectively in Microsoft products if they want to use ODF. It really won't be any different than importing current Word documents (.doc) into OpenOffice. One can hope that since Open XML is XML rather than an undocumented binary format, the conversion errors will be easier to predict, but that's just a hope.

    4. Re:I don't understand how it is different. by truthsearch · · Score: 1

      If it's a plug-in, and it reads and writes to the ODF standard, where is the problem?

      The proprietary binary Microsoft format will still be the default for the application. In the future, when it's impossible to get a legal copy of any application that reads the proprietary format, the plug-in is useless. The government (and everyone, ideally) needs to store documents in a format this is always accessible indefinitely. Open standards like ODF allow for implementation by anyone in the future. Microsoft's binary formats do not, meaning someday they will lose the ability to read their own documents.

    5. Re:I don't understand how it is different. by Anonymous Coward · · Score: 0

      If ODF is not a neutral representation of a document (ie biased towards the "internal representation " of Sun OpenOffice), then it's a shit format.

      Fortunately, it appears to be rather HTMLish and probably totally unlike any office suite's internal representation.

    6. Re:I don't understand how it is different. by PitaBred · · Score: 1

      I can still save an Excel file to .csv with it just asking "you sure you wanna do this?" or something similar, rather than having to use a plugin to export it. Same with XML. Same with lots of other formats. Now MS is making ODF a LESSER format than even .csv, and that's what's wrong with this whole system. It should just be another format you can save to, as a valid file format, period.

    7. Re:I don't understand how it is different. by Firehed · · Score: 1
      Fair point. But as long as you start emailing people .odt files instead of the latest .doc, your files are safe. When the recipients ask why the hell it's something other than .doc, explain that it's a future-resistant open standard format. When that fails, just tell them that the files are half the size so they're quicker to email.

      Though in Microsoft's defense, the backwards compatibility is pretty good. Forwards always screws people up, but that's almost to be expected. In fact, an open standard that won't change every time the application year does could convince quite a few people to switch, for the simple fact that OO.o 1.x can read files produced by OO.o 2.x. If we got schools to make the switch (K-12 at least, where there's never anything more complex than a graph with modified colors) it would be huge progress, and make students' life much easier (my brother had to save four different versions of a powerpoint at home before he got one to open at school), plus it could tout some sort of "technology access for the financially insecure" label, since you aren't forcing students' families to purchase a fairly pricy chunk of software *on top of* Windows just to do their homework. Though teachers who require students to use Frontpage for "make a webpage" assignments really need to go.

      --
      How are sites slashdotted when nobody reads TFAs?
    8. Re:I don't understand how it is different. by Anonymous Coward · · Score: 0

      Ignoring the profanity, Khasim has a point. It is the use of the format not the particular software application that's important here. It sounds as if the ODFA want only OpenOffice to be used on all platforms that support Open Document. In other words their intentions are no less honorable than Microsoft, Apple, and a whole host of others.

      It's the same type of argument that stated Esperanto not English should be spoken by pilots. Well Esperanto is really a butchered form of Spanish, whilst English is a mash of everything. In the end English is the international language, and Microsoft Word doc format (for better or worse) is the international document format. OD is the like Esperanto, nice idea but not really practical with the overwhelming majority already speaking English, or in the case MS Word format.

      MS made the Janus DRM an open standard, if they were to make Word format an open standard too then it can benefit from a much needed overhaul and peer review - and at last we can stop hearing from poorly articulated ODFA arguments.

    9. Re:I don't understand how it is different. by Saanvik · · Score: 1

      There is no such thing as a neutral representation of a document.

      Every document representation depends on what you are focused on when you create the markup, whether it's for on screen display (like HTML) or for rapid search and retrieval (like TEI). Open XML and ODF are no different. The problem comes when you need to convert from one format to the other. If you design the two document structures differently, you'll have a very hard time converting between them. A great example is converting between a purely layout specific format (TeX) and a nearly pure sematic format, like DocBook. You can do it, but the results will always be questionable.

    10. Re:I don't understand how it is different. by JimDaGeek · · Score: 1
      This shouldn't be an issue. See, when you build a plugin, you build to a specific API.
      I think the GP was referring to an upgrade of MS Office with new features in the document format that the plugin doesn't know about. So yes, an upgrade can certainly break a conversion plugin. While the plugin may load without issues in the next version of MS Office (because of the API), the plugin may still puke when it tries to convert some new feature in the next MS Office version that it does not know about.

      Microsoft really wants people to use _their_ format, either the closed proprietary format or the new "open" proprietary format that is patent encumbered and will have undocumented binary blobs dropped in XML and prevent Open Source implementations.

      Why can't MS just work with a stinkin open document format? If the current open doc format doesn't have all the features that MS Office wants/needs, then MS can expand the spec and work _with_ the open format instead of against it.
      --
      General, you are listening to a machine! Do the world a favor and don't act like one.
    11. Re:I don't understand how it is different. by flimflammer · · Score: 1

      The way I understand it, is everyone will whine and complain until Microsoft completely dumps there format for something like ODF. It's actually ridiculous to even consider it, especially if it doesn't catch on as much as it's leading on.

    12. Re:I don't understand how it is different. by doktor-hladnjak · · Score: 1

      Actually, the default file formats starting in Office 2007 will be the Open XML formats (docx, xlsx and pptx). They're simply zip files containing several XML files for the representation of the document. The old binary formats will officially be legacy with the upcoming release.

    13. Re:I don't understand how it is different. by Baloo+Ursidae · · Score: 1
      If you have a genuine interest in ODF then the Microsoft news should be wellcomed.

      And it is. But like the original poster said, is a source-less, unsupported plugin something that the corporate world is going to use? Probably not.

      --
      Help us build a better map!
    14. Re:I don't understand how it is different. by dvice_null · · Score: 0

      > If it's a plug-in, and it reads and writes to the ODF standard, where is the problem? Read this comment, which describes what you actually need to do, to use the plugin. Perhaps you will then see the problem: http://it.slashdot.org/comments.pl?sid=190432&cid= 15666507

    15. Re:I don't understand how it is different. by grcumb · · Score: 1

      "Fair point. But as long as you start emailing people .odt files instead of the latest .doc, your files are safe."

      Untrue. If people are using the proposed MS plug-in, it would read the ODF file, translate it into MS' proprietary[*] XML format, allow changes, then translate back into ODF. This means that there are two signficant points of failure where translation errors - whether deliberate or accidental - can occur.

      That's ad hoc design, and not worthy of consideration as anything more than a stop-gap measure until ODF is supported natively by MS apps. And that, I understand, is what the ODF spokesperson in the article is trying to say.

      ---

      [*] Yes, 'proprietary'. Just because something is world-readable doesn't mean it's unencumbered.
      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    16. Re:I don't understand how it is different. by flakier · · Score: 1

      Actually, MS has stated that support for the OpenXML formats are going to be ported back all the way to Office 2K, so my guess is that the new format is really going to take off. What's even better is that OpenXML is indeed open, already published, and eventually will be an ISO standard; OO.o will, no doubt, have true native support for the dominant formats some day. Yes, it's patented. But also, yes, MS has published legal papers promissing not to sue or charge. No, GPL software is not blocked from implementing the standard

      That support in previous versions of office will likely be in substantially the same form as the ODF "plugin" that will be available for Office 2k7. IOW, it will simply not be the default format. Asking MS to make some other format the default over their own is just asking too much; I don't really see why ppl are bitching instead of being happy. This is just another religious war, as stupid as the rest. Won't it be a vast improvment over communicating with the rest of the world via the RTF format (which its self is a non-default format in OO.o et al)?

      MS has stated that support will be as complete as possible with the only difficulties comming from areas where ODF doesn't support functionality or where the ODF spec is ambiguous. Their blog announcment specificaly states where thease areas are.

      --
      --
    17. Re:I don't understand how it is different. by Eric+Damron · · Score: 1

      "Yes, it's patented. But also, yes, MS has published legal papers promissing not to sue or charge. No, GPL software is not blocked from implementing the standard"

      The fact that the "OpenXML" format has legal encumberments means that GPL software IS blocked from implementing it. There is a fundamental licensing incompatibility that prevents OpenXML from being implemented in GPL software. You need to understand the GPL before you speak so that you don't make such blatant factual errors.

      --
      The race isn't always to the swift... but that's the way to bet!
    18. Re:I don't understand how it is different. by RobertLTux · · Score: 1

      The fact that the "OpenXML" format has legal encumberments means that GPL software IS blocked from implementing it.
      and a swing from the Laurencemartin.com Clue-By-Four !(R)
      GPL = water @ 2 quarts
      +
      patents = Sodium metal @ half ounce
      +
      Microsoft= Rust and Aluminum filings @ 7 pounds (3 to 1 mix)
      =
      ?????
      Kids DO NOT TRY THIS AT HOME EXTREME FIRE HAZARD (note this would be a thermite reaction)

      --
      Any person using FTFY or editing my postings agrees to a US$50.00 charge
    19. Re:I don't understand how it is different. by Steve001 · · Score: 1

      JimDaGeek wrote as part of a post:

      Why can't MS just work with a stinkin open document format? If the current open doc format doesn't have all the features that MS Office wants/needs, then MS can expand the spec and work _with_ the open format instead of against it.

      The first question is a very good one, and I can think of two simple ways to handle unsupported features:

      • When saving the file let the user know what feature is not supported and ask what type of replacement should be used. It would be much like using a replacement font if the actual font is not available in the new format.
      • Simply not include the unsupported feature and let the user know what was dropped. The user then touches up the resulting file.
    20. Re:I don't understand how it is different. by LO0G · · Score: 1

      Sourceless? It's being licensed under the BSD license. That's an open source license last I heard.

    21. Re:I don't understand how it is different. by plague3106 · · Score: 1

      I think the GP was referring to an upgrade of MS Office with new features in the document format that the plugin doesn't know about.

      Well duh. What if they build a feature ODF doesn't support at all? Should they not add the feature? No, they should, and if you choose to use a document format that doesn't support, tough shit. You want to make everyone equal by handicapping everyone to the lowest common denominator.

      Why can't MS just work with a stinkin open document format?

      Because it could hinder their ability to add features they think will make the money.

      If the current open doc format doesn't have all the features that MS Office wants/needs, then MS can expand the spec and work _with_ the open format instead of against it.

      Why should they? They spent the money to develop the feature. Now they have to spend more money trying to convience people to add that feature to the open format? You want them to HELP their competitors implement the feature that they created to set them apart? What kind of backward thinking is that?

  7. Surprised? by mr.cbaker · · Score: 1

    Are we all really surprised? Im never one to explicitly advocate for microsoft - wishing secretly linux and apple would talk over the world in some beautiful social movement.

    But given our current systems, no one can really "stick it to the man" and force Microsoft to do anything. It's their software, their format.. and really whose to force them to do otherwise? So to speak, we are a slave to the machines we use.

    We can't expect a self serving corporate body to really care for us unless it of course, benefits them in some way.

    1. Re:Surprised? by truthsearch · · Score: 1

      The U.S. government is Microsoft's largest customer. I bet if their largest customer applied enough pressure they'd comply.

  8. Oh Come On Now... by Nom+du+Keyboard · · Score: 1, Flamebait
    ...Plug-ins simply don't give the benefits of open file formats and standards,' he said.

    Oh come on now. You didn't really think Microsoft was going to give ODF equal billing with their own preferred (and proprietary) Doc and Xml did you? And about this only being the start of creating an open source converter plug-in, you don't really accept that the reason we don't have a plug-in now is because Microsoft has done no work at all on integrating ODF into MSO right up until the minute of this announcement, do you? That they haven't had running converters in their labs for years in the event they actually had to ship something on short notice? That we still have to wait many months and pay the MS-tax for MSOffice 2007 to get this because it has never existed at MS before.

    You do?

    Really?

    About this bridge I have for sale...



    I could never take a job at Microsoft, because then I'd have to quit bashing them again and again for either lying to me -- or just plain being stupid in the first place about understanding their market. Even being a monopoly can only get you so far.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
    1. Re:Oh Come On Now... by Anonymous Coward · · Score: 0

      "I could never take a job at Microsoft, because then I'd have to quit bashing them again and again for either lying to me -- or just plain being stupid in the first place about understanding their market. Even being a monopoly can only get you so far."

      Why couldn't you take a job there? I did, and it never stopped me from bashing them to try and do the right things. In fact, it doesn't stop a lot of the people who work there from bashing on their own company.

      I only left because there's that corporate ceiling above which they don't care what you think and horrible management will listen to horrible marketing and create abominable ideas. Also, they just don't pay as well as they used to.

  9. MODF by stocke2 · · Score: 3, Insightful

    how long till they embrace and extend? Microsoft Open Document Format ODF with extensions, you can open ODF documents, but once you do microsoft starts "updating them" with MS only extensions, making MS documents all but unreadable in other word processors, and once an ODF file is opened in MS office it is modified so no longer conforms to ODF. They would surely claim, hey we support ODF see, everyone else is just not smart enough to offer you the extra stuff we put in, aren't we the greatest? 1. take someone elses great idea 2. break ...mmmmm extend it so it only works with MS windows 3. claim everyone else is broken 4. profit!

    --
    A Smith & Wesson beats four aces -- Murphy's Law of Poker
    1. Re:MODF by sconeu · · Score: 1

      how long till they embrace and extend?

      In answer, I have but 7 characters for you:

      C++/CLI

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    2. Re:MODF by Anonymous Coward · · Score: 0

      You do realize that OO.o has already extended ODF for their own purposes, don't you? No, of course you don't, you ingoramous, because you think that OO.o is beyond reproach and tha their programmers have halos over their heads and wings on their backs, while Microsft programmers have horns on their heads and carry tridents. Go look it up, bright boy! OO.o has already extened your precious "standard".

    3. Re:MODF by cortana · · Score: 1

      Cite please.

  10. ODF great for freedom, but needs better tech info by ishmalius · · Score: 5, Interesting
    I have been working for months on ODF output from Inkscape. Although I am a great fan of ODF, it has become apparent to me that there is a weakness in technical specifications and programmer's references. The ODF project seems to be heavily biased in its efforts toward advocacy, with little energy left over to clean up the Oasis specification, provide application information, and most importantly, provide a test bed.

    There really needs to be a reference renderer for ODF. Something independent from OpenOffice, with examples of all of the grammar and semantics in the spec.

  11. HR-XML Anyone? by Anonymous Coward · · Score: 0

    HR-XML Anyone?

    http://www.hr-xml.org/

  12. Re:I am a mortal enemy of grammar nazis normally b by Anonymous Coward · · Score: 0

    Dammit, learn to use quotation marks to reference words! "Government's" refers to the word "government's" ;)

  13. Re:Surprised? This is exactly what they do alread by Nom+du+Keyboard · · Score: 0, Troll
    Im never one to explicitly advocate for microsoft - wishing secretly linux and apple would talk over the world in some beautiful social movement.

    That's exactly what Apple and Linux users do. They talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk talk all over the world about how wonderful their systems are, how evil MS systems are, and bemoan how stupid everyone else is not to see that.

    If better won out over cheaper, we'd all have Betamax video recorders today.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  14. Re:MODF - Regular, and Enhanced flavors by Nom+du+Keyboard · · Score: 1
    once you do microsoft starts "updating them" with MS only extensions, making MS documents all but unreadable in other word processors,

    I'm sure there would be MSEODF (Microsoft Enhanced Open Document Format) files. They'd have to have them because there will be some FNOU (Feature No One Uses) that can't be saved in ODF. Then you'll have the option to save in either Standard ODF, or MSEODF if you want to preserve your usage of the FNOU. After that, the ODF spec will be on a constant treadmill to keep up with the MSEODF releases.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  15. Whatdaya mean? by Anonymous Coward · · Score: 0

    You think MS really cares about what OpenOffice did to ODF or whether there version of an ODF parsers works with OpenOffice?

  16. Re:Surprised? This is exactly what they do alread by Kesch · · Score: 2, Interesting

    Now you're going to have to explain to me how Windows is cheaper than Linux.

    Or explain how Windows is better than Linux.

    Or you can go with the third option, which is "faster." You are free to use any interpretation of "faster." (Suggestions: operating speeds, release times, patch times.)

    Or you can admit that good rules of thumb rarely apply in Computerland.

    --
    If this signature is witty enough, maybe somebody will like me.
  17. Re:I am a mortal enemy of grammar nazis normally b by Citizen+of+Earth · · Score: 1
    Government's either implies possession or is short for government is, it doesn't belong on a plural.

    Dammit, learn to use semicolons! Two complete sentences separated by a comma make a run-on sentence.

  18. But... by Anonymous Coward · · Score: 0

    Plug-ins simply don't give the benefits of open file formats and standards,

    Heh - guess he's never heard of XML before...

    Oh...

    Wait...

  19. Emphasis on 'Short Term' by dkh2 · · Score: 3, Interesting

    The notion that any MS project of this nature is a short term fix cannot help but to be dead on target. As a point of discussion, look at the release timeline for the next releases of Internet Explorer, and even Windows itself.

    Microsoft takes considerable heat from many sources that it's development process is dragged out far beyond need or reason. Look at the long development cycle with consideration of anti-trust verdicts, agreements, etc. and you begin to see some logic.

    Microsoft is under some legal obligation to de-bundle or make removable certain components of their preferred distro. These obligations have an expiration date in the not very distant future. That expiration date is also not rediculously far beyond the historic release cycle for MS product upgrades.

    Given the choice of re-engineering my product so a specific component MS wants to become ubiquitous may be removed, or delaying release a few months and using the time to tie it in so tightly that the notion of removal becomes irrelevant, guess what Microsoft will choose to do.

    With delayed release they allow themselves to present that they are in compliance with all orders in effect at time of release, without having to de-couple anything. As a result, your filesystem browser is also your internet browser, is also your front end for all GUI desktop apps... Nevermind that this is in complete opposition to the expectation that the kernel is the interface between hardware and all other software, and that the command shell, filesystem browser, web browser, GUI windowing system, etc. all fall into the category of 'all other software.'

    --
    My office has been taken over by iPod people.
    1. Re:Emphasis on 'Short Term' by KingMotley · · Score: 2, Insightful

      Perhaps you just like saying things without really understanding what it is you said, but...

      Windows has a kernel, and IE, GUI, command shell, filesystem browser, etc aren't part of it. Infact the Win32 API isn't even part of it. If you weren't aware, the windows kernel even has 2 other subsystems shipped for it (Posix, OS/2 1.1). Feel free to google to learn more.

    2. Re:Emphasis on 'Short Term' by Anonymous Coward · · Score: 0

      The idea of browsing the internet, your filesystem, or controlling your computer from a single program with a consistent interface is a good and innovative one. If I were developing a new OS, I'd do the same thing.

      Are you really closed-minded enough that you can't see that?

  20. Embrace and extend is overrated by DoubleRing · · Score: 1

    I don't know. As much as embrace and extend is probably exactly what Microsoft wants to do, take a step back and look at history. Yes, it is a wonderfully effective means if wresting control from someone else. Now look at what happened as a result of the browser wars. Sure, Netscape is virtually destroyed, but there are plenty of other browsers that rose to take its place. And this is the kicker. I've been to many schools (I've moved all over the country) and I've taken several computer classes, several of which were, surprise, html coding. You know what the first thing that they told us? Do not use IE to test your code. They told that to every class, every semester, every year. That's a lot of people. As if that weren't enough, there were a lot of people who got F-ing F's for the first couple of weeks because they had tested their code with IE. And don't get me started on Javascript.

    Anyways, it's been a while since I've stubled across a page Firefox couldn't open, unless it had Active X of course (which is sometimes an inconvenience, I'll admit), but the thing is, people are making better code now, and a site with broken code is usually a sure sign that it's probably unreliable. Also, IE now only has 80% market share. So what, you think, 20%. Actually, that is a LOT of money. Let's say your site gets a 100 thousand hits a day. Would you be willing to give up 20 thousand hits a day, that just slow down the servers with no results? Or even better, if you were in a management position, would you be willing to accept that loss because one of your employees was too lazy to write proper code? If you're afraid of embrace and extend, don't give your kids Microsoft office, give them open office. Then, if there's ever a compatibility problem of anykind at school, file a complaint. Call it discrimination because of OS or choice of format. Lawsuits don't always have to help the coorporations, people. We definetely have the higher moral ground. Why require students to purchase a product just to recieve their right to an education?

    --
    Before you die, you see DoubleRing...
  21. Re:I am a mortal enemy of grammar nazis normally b by tallguywithglasseson · · Score: 1

    I agree, people who misuse apostrophe's are the worst.

  22. Re:Surprised? This is exactly what they do alread by Reality+Master+101 · · Score: 1

    Now you're going to have to explain to me how Windows is cheaper than Linux.

    Linux is only cheaper than Windows if your time is worth nothing.

    Or explain how Windows is better than Linux.

    Windows is better than Linux in a lot of ways, but especially in the way most people care about. People use applications, not operating systems. Applications under Windows are far more numerous and generally far better.

    Or you can go with the third option, which is "faster." You are free to use any interpretation of "faster." (Suggestions: operating speeds, release times, patch times.)

    Again, people use applications, not operating systems. Graphics applications under Linux are generally slower and less responsive than ones under Windows, mostly because of the legacy of X11 and the horrible way fonts are handled.

    Don't get me wrong -- I like Linux and use it every day. As a server. But for desktop application work, I use Windows.

    --
    Sometimes it's best to just let stupid people be stupid.
  23. What if... by Anonymous Coward · · Score: 0, Flamebait

    What if OpenXML isn't that bad? It has been submitted to ECMA, and I think they've mentioned ISO. So I presume it will really be open and properly documented (with the necessary license changes) if more shit hits the fan. I also seem to recall reading about some rather nifty features of OpenXML, such as embedding audio and video into documents and the ZIP container being constructed so the important files inside come first, and graphics et al last.

    On the other hand, OpenDocument relies on open standards all the way (we all know how important that is), and should be more interoperable...

    Why can't we all just get along and have OpenXMLDocument, The One True Document Format, with the best of OpenDocument and OpenXML? Both sides seem to be pushing their agenda more than being concerned about the well-being of everyone, and it looks like each of them has something the other does not. So for crying out loud, sit down together, create the next super-format and transition to it! It will bring money to everyone involved, and create everlasting peace on Earth.

    1. Re:What if... by JohnFluxx · · Score: 1

      > Both sides seem to be pushing their agenda more than being concerned about the well-being of everyone, and it looks like each of them has something the other does not. So for crying out loud, sit down together, create the next super-format and transition to it! It will bring money to everyone involved, and create everlasting peace on Earth.

      Have you had your eyes closed or what? MS pulled out from the ODF group. They can rejoin at any time.

      And The MS format is just evil. The license agreements are unclear. This is what MS said:

      "We are acknowledging that end users who merely open and read government documents that are saved as Office XML files within software programs will not violate the license."

      http://en.wikipedia.org/wiki/OpenDocument_vs._Micr osoft_Office_Open_XML_licensing

    2. Re:What if... by Anonymous Coward · · Score: 0

      Please read the third sentence I wrote, especially the part about more shit hitting the fan for Microsoft. This also applies to the moderators who, for reasons unkown, deducted this is a flamebait. Thank you.

  24. MOX = "Soon" by alucinor · · Score: 1

    Microsoft's Open XML is just a delay tactic -- their old strategy of vaporware vaporware vaporware ... that sometimes materializes at the last second, never as grand as promised, but having accomplished it's goal of causing everyone to say "Let's wait and see what Microsoft will do first!"

    And MOX is Latin for "soon". Coincidence?!

    yeah, prolly

    BUT: a cute synchronicity, nonetheless.

    --
    random underscore blankspace at ya know hoo dot comedy.
    1. Re:MOX = "Soon" by doktor-hladnjak · · Score: 1

      It's not vaporware. It's in the Beta 2 of Office 2007 which has already been downloaded by something like 2.5 million people.

  25. Ok.... by crazzeto · · Score: 1

    I'm confused... From what I understand this plugin ultimitly allows Office 2007 users to read/write ODF files... what's he bitching about?

    1. Re:Ok.... by Anonymous Coward · · Score: 0

      The problems are that MS aren't writing this, they aren't supporting this and it is tied to only one specific version of Office.

      When there's a patch, will the plug in work?

      As a plug-in, it is not afforded the same status as, say Wordperfect file formats, which are integral to the suite.

  26. Those ticks by edis · · Score: 1

    "to government's around the world" - how rude...

    --
    Servant of karma
  27. Re:I am a mortal enemy of grammar nazis normally b by 70Bang · · Score: 1



    And if someone declares "Grammar Nazi!", just remember two things, equally important:

    1. They're invoking Godwin's Law. Conceding an argument on their second post?

    2. Declarations of "Grammar Nazi!" against those who point out glaring spelling, punctuation, and grammar errors are generally made by Grammar Idiots.

    I love the Grocer's Apostrophe (add 's to anything to make it plural). I passed a pool hall the other day (Chalkies). It's smokeless! It's where the Black Widow hangs out when she's at home between tournaments. One of the advertisements in the window involved scheduling "Party's". What's just as bad is when people make any unfamiliar word an acronym (all uppercase).

    (I propose "The Ignoramus' Acronym".)

    No, this isn't flamebait. It's an ongoing examination of those who can write and those who cannot, and the excuses the latter use when they aren't being defensive.


  28. So what? by pdschmid · · Score: 2, Interesting

    Every supporter of ODF sounds as if ODF is the most used format world-wide and the de facto standard. Every supporter sounds as if there is no alternative to ODF and that it is the holy grail. But they all forget the realities that exist today. The de facto standard is not ODF, but the Microsoft Office 97-2003 binary formats. Billions and billions of documents are in those formats today and the number of documents currently in ODF pales compared to it. With Office 2007, Microsoft will offer a free method to upgrade all those documents to the OpenXML format. It's free, because the converter itself will be available as free download from Microsoft.
    OpenXML provides full-fidelity for all 97-2003 documents, which means that users can upgrade their files to OpenXML without losing anything. In contrast, 97-2003 documents cannot be converted without any loss to ODF, as ODF doesn't support everything in those formats. This means in a few years, the vast majority of documents will be in the OpenXML format and everyone will be wondering why we even need ODF.
    Microsoft providing an OpenXML-ODF translator is a stop-gag measure to prolong the eventual death of ODF.

    1. Re:So what? by JohnFluxx · · Score: 1

      > Every supporter of ODF sounds as if ODF is the most used format world-wide and the de facto standard.

      Oh dear Lord.
      Can you please find me all these supports of ODF that think that ODF is the most used format please?

      This post is a troll.

    2. Re:So what? by pdschmid · · Score: 1

      Read Brian Jones's blog as well as the comments to his OpenXML-ODF translator post to find enough people who think that ODF is the world and nothing else exists.
      It's hillarious that posting something in support of Microsoft on slashdot gets labelled as troll.

    3. Re:So what? by Ensign+Nemo · · Score: 1

      I read that post and the comments. What are you talking about? I didn't see one person who thought odf was 'the world and nothing else exists.'

      You are a troll.

    4. Re:So what? by Daengbo · · Score: 1

      I need MS's "stop-gag measure" after reading your post. I have never read anyone say seriously that ODF is more prevalent or even significantly technically superor to OpenXML, but I have read plenty of voices which say that it's now an international standard which all office suites should support -- just the way they support ACSII -- natively, without a broken plugin. ODF is not the de facto standard: it's an ISO standard. Making a browser that doesn't support ISO-8859-1 is just stupid. Making an office suite and refusing to really support ISO 26300 is equally stupid.

      Troll.

    5. Re:So what? by pdschmid · · Score: 1

      ISO standard doesn't mean that everyone has to use it. It mainly means that if you chose to use it, you know that it is internationally standardized. There is no obligation to use it, which means it cannot be the standard de jure. Hence ODF is advertised as the de facto standard.
      Microsoft will submit OpenXML to ISO, and I am pretty sure it will end up becoming an ISO standard as well. Then what? If I were to guess, then I would say that ~90% of all Office documents today are in the 97-2003 formats. Maybe in 5 years, the distribution will be more like 40% in the old formats, 45% in OpenXML and 15% in ODF (allowing for a slight increase of the ODF share even). Why would anyone want to go with the standard that only covers 15% of all existing documents? Especially, if, using your logic, all non-MS Office suite will have to implement OpenXML once it is an ISO standard? Anybody who can do the math will jump ship on ODF and simply use OpenXML.
      Even before OpenXML will be an ISO standard, other Office suites will implement it (keep in mind that it will be an Ecma standard). Other Office suites have just been waiting to get rid of the competitive advantage MS currently enjoys through its closed file formats. It is going to be in their best interest to implement OpenXML support, because users will not be asking whether a particular non-MS Office supports ODF, but rather whether they can open their Microsoft Office documents in it without any loss. ODF doesn't allow that, but OpenXML does.
      By the way, following your logic making paper that doesn't follow ISO 216 is stupid, yet the US, Canada, Mexico, the Philippines, Chile and other American countries prefer the non-ISO paper sizes (e.g. Letter, Legal) over the ISO 216 sizes (e.g. A4).
      Call me a troll as often as you want, but if you do, give me a valid reason why chosing ODF over OpenXML is going to be a good business decision for anyone? (Assuming the demise of MS Office and a takeover of the entire market by OpenOffice might be desirable for everyone who doesn't like Microsoft, but it certainly isn't very likely to happen).

    6. Re:So what? by Anonymous Coward · · Score: 0

      How widesperad is OpenXML from MS? How widespread is ODF?

      OK, so now we've discussed and ODF is more widely used, if prevalence is the only reason to use a particular standard, it is either ODF (if we state it should be XML and modern) or ASCII (if we take ALL formats together).

    7. Re:So what? by WWWWolf · · Score: 1
      Every supporter of ODF sounds as if ODF is the most used format world-wide and the de facto standard. Every supporter sounds as if there is no alternative to ODF and that it is the holy grail. But they all forget the realities that exist today.

      Well, that's because everyone wants to forget that reality

      and demand people to move away from this depressing, and quite frankly, just wrong situation.
      With Office 2007, Microsoft will offer a free method to upgrade all those documents to the OpenXML format. It's free, because the converter itself will be available as free download from Microsoft.

      Oh, that's right - you're saying this is just a small step for users. You see, it's not a very big step for people who have to deal with the file format.

      In Orwellian explanation, this could be just "replacing one lie with another", or in this case, "replacing a depressing, always broken, nearly indecipherable binary format with a depressingly badly designed proprietary XML format nobody likes".

      Do you want to know why people are idealistic about ODF? The Microsoft formats aren't good not just on the political sense - they're also not very good on the technical sense. Assume you have normal XML skills (as in "edited a little bit of XHTML and worked on some other XML documents"). Try making sense of MS XML. I bet you find it puzzling as hell and mega-annoying to create by hand. (What good is an XML document if you can't create one by hand? If you can't honestly answer that rhetorical question "what indeed?", you probably miss the point.) Compare this to ODF, which is simple to get started with if you know anything at all of other XML formats.

      ODF is designed by people who at least have half a clue about XML, while MS XML is just the same old "this is how MS Word stores stuff in memory" (ie, the binary stuff) translated directly to XML. ODF is designed to be a file format for representing documents. MS XML is designed to allow RAM contents to be dumped to the disk while the application isn't running - this time in a nominally textual format.

      But hey, you're right, it doesn't matter to the user. Users use whatever the application vendor can persuade them to use... the developers don't like it though.

      Also, you said, basically, "Don't worry, Microsoft will provide a converter." But can you also say "Don't worry, Microsoft will provide a converter again when they change the format in the next version of Word"...? I bet you can, that's what Microsoft does - change the format for the heck of it, provide converters to keep users happy. But no one asks the question "Gee, do we have a lot of converters here, or what?" or "Can't they just stick to one format so we wouldn't need these converters?"...

    8. Re:So what? by Daengbo · · Score: 1
      give me a valid reason why chosing ODF over OpenXML is going to be a good business decision for anyone?
      I don't think that choosing one over the other is necessarily a good business decision, but not supporting the only current office file standard while governments are moving to it is a silly move for anyone but Microsoft, who wants to continue to control 90+% of the market. Oddly enough, I'm not a real big fan of OpenOffice.org, but I live in a country where Microsoft doesn't have a monopoly on office suites (that honor goes to Hangul Office) and they are much more flexible here than in any other country I've been in except Thailand, where there was also enormous pressure on MS.

      Ultimately, having a nice, free standard to exchange documents in would be in the customer's best interest, and competitive companies still try to sell their goods through emphasizing that interest (assuming that the customer is aware of it, of course). If that nice, free-to-read-AND-write-in-perpetuity standard ends up being OpenXML, I won't really care who wrote the standard -- I'll just care that we can all communicate.

      Incidentally, I called you a troll because you used disinformation to start a discussion:
      Every supporter of ODF sounds as if ODF is the most used format world-wide and the de facto standard
      Microsoft providing an OpenXML-ODF translator is a stop-gag measure to prolong the eventual death of ODF.
      You finish off your response with Hence ODF is advertised as the de facto standard, which no one in his or her right mind would say, since the current MS Office formats certainly fill that role.*

      Looking back on it, though, I think it was probably better classed as flamebait.

      *The problem being, of course, that's it's a standard which is difficult to write software for.
    9. Re:So what? by pdschmid · · Score: 1

      I agree that the MS formats are highly complicated while ODF is simple, nice and clean. I had my fair share of messing around with OpenXML to the degree that I couldn't make sense of it without reading some documentation (mainly Brian Jones blog). From a technical point of view though, this difficulty makes sense. For example, I completely buy the argument that the extremely short tags used by OpenXML make an OpenXML document faster to parse than an ODF document with longer, more understandable tags.
      In my opinion, the users are the only ones who matter in this case. Most users will never touch the actual XML and hence really won't care what it looks like. What they will care though is whether the format provides full fidelity for their existing documents (even losing the tiniest piece in a document will result in a screaming user). Also, If you ask a user whether they prefer their documents to open faster or making the job easier for developers, they will pick the faster opening. In the case of MS Office, there are around 400 million Office users and compared to that the number of developers who (will) actually touch the file formats is extremely small. It just makes sense then to design a file format to give the vast majority everything they'll want and make it more complicated on the small minority of developers.
      I actually don't think Microsoft will be changing those formats anytime soon after the release of 2007. Keep in mind that they maanged to go for about 10 years (1997-2007) without changing their binary formats. Especially once the standardization process (Ecma now, ISO later) is completed, MS will be changing the formats even less as they will lose control over them. How many revisions of ODF will happen in a 10 year time frame? (prob. at least two as far as I can tell)

    10. Re:So what? by pdschmid · · Score: 1

      Microsoft started designing Office 2007 in 2003. At that time, the standardization process had just barely standard. OASIS approved it in 2005 and the submitted it to ISO. It became an ISO standard in May 2006 (OpenDocument standardization, OpenDocument. This means at the time that MS made the big feature decisions for Office 2007 (which happens very early on), ODF was far away from becoming the first Office document standard. It is therefore logical that MS chose not to implement it back then and rather focus its resources on further developing its own XML formats. If ODF had been an ISO standard back then, MS might have decided to implement it natively. It wasn't though, so they made a different decision.
      My comment probably came across as flamebait, and I apologize for that. It's just annoying that a lot of people implicitly assume that ODF is better and is the format to use without looking at it closely. There isn't really any fair comparison of ODF and OpenXML anywhere (fair in the sense that OpenXML is not assumed to be bad and evil from the beginning on). Even the Wikipedia article on it is classified as advertisement for ODF.

    11. Re:So what? by Daengbo · · Score: 1

      You seem to have misread me. I never once thought that ODF should be the default file format for any particular office suite (since MS retains the right to make their own products / file formats / etc.), merely that not supporting it at all seems kind of like refusing to include a philips-head screwdriver in the tool sets you produce simply because your company also produces (possibly technically superior) non-philips screws. Certainly implementing the standard as a native export filter (instead of an unsupported plugin) would be cheaper and easier than the amount of lobbying that MS has done in attempting to avoid implementing it.

      I'll restate my case -- There should be an office document exchange standard that covers the normal use cases of normal users, and right now the only standard is ODF. If another, better standard comes along and people want to use it, then great -- even if that standard was created at MS -- as long as people using different companies' programs can continue exchanging freely without royalties. What someone's program saves to by default is not really important to me or to the people that I read who talk about this. MS argues against setting ODF as their default file format, but that's their way of reframing the argument in their favor, since I don't know of anyone who actually wants it. That MS also continues to cry that they won't support ODF because it doesn't cover all the possible uses of MS Word is a straw man that they keep throwing up, and they must know that it is since they have no problem exporting in other formats. Your and their arguments end up being orthogonal to mine.

      It's just annoying that a lot of people implicitly assume that ODF is better and is the format to use without looking at it closely.
      I think that the problem people have with OpenXML is that they just don't trust MS to play fair with it, and assume that there's a catch in the deal somewhere down the line. They don't give OpenXML a good look-over in just the same way that I don't bother to check whether the three card monte hustler on the corner is legit or not: I just keep walking. Given the track record of MS, I can appreciate people's reluctance -- "Fool me once ...," right?

      Finally, I think that you are arguing from your heart, not your mind and letting the rhetoric get to you. If you discard the "M$ is teh sux0rs" idiots, the disingenuous "MS has the right to write their own programs" crowd, and the trolls who pose as either side, you'll come out with the government's argument for a standard -- ODF or otherwise -- which will allow free access to government documents and the consumer's argument for major office suites to handle this standard, both of which are reasonable positions. I don't want my government to publish important tax information in iPod's Protected AAC format (requiring me to buy an iPod even if I normally use another product) and I suspect that you don't, either. This despite the fact that iPods have about a 90% market share, comparable to MS Office's almost 95%.

    12. Re:So what? by WWWWolf · · Score: 1
      For example, I completely buy the argument that the extremely short tags used by OpenXML make an OpenXML document faster to parse than an ODF document with longer, more understandable tags.

      I seriously doubt that. Processing a few more bytes on today's computers isn't exactly a problem - if it is, I seriously recommend purchasing a replacement for your MicroVAX.

      The reason OpenXML is "faster" is that it is a memory dump format, in a way. It's not meant to be human-friendly. If it were human-friendly, it'd use mixed-mode markup and the exporters/importers would optimise for document legibility. As it is, it's not helping.

      Also, If you ask a user whether they prefer their documents to open faster or making the job easier for developers, they will pick the faster opening.

      I don't use Word daily, so please, explain to me this:

      I'm now sitting in front of a PowerBook G4. I fire up NeoOffice and tell it to open an average-size document - say, about 22,100-word manuscript for a novella I wrote recently in Linux OpenOffice.org. 18 seconds between hitting "Recent files" and the time the text shows up. And this is a slightly doggy alpha 4 version of NeoOffice 2.0. If I open up the text in AbiWord 2.4.4, I need to wait whole six seconds between hitting Open and seeing the text.

      I don't have Linux OpenOffice.org at hand, but I can't remember it needing much time at all to open or save the text. I can say that honestly. I can't remember. I worked on this text for several months. You would think that I'd pay attention to the save times, right? Well, truth to tell, it didn't exactly stick in mind...

      Look, maybe it's just because some of my first word processing programs of "my own" were on Commodore 64, and needed quite a bit longer times than that for much shorter texts. Maybe it's just because I actually use the programs for writing instead of half-assed attempts at DTP (I have Scribus for DTP, thankyouverymuch, but these texts I lay out with LaTeX). But I just can't buy the argument that people get so completely worked up about those precious seconds of their life when they open and save the documents. If they did, they'd be using plain text, for crying out loud, you can't really make it much faster than that.

      Keep in mind that they maanged to go for about 10 years (1997-2007) without changing their binary formats.

      Really, now? And here I thought they just stopped documenting the file formats publicly after Word 97, mostly because they weren't quite sure even themselves what changes had been going on... =)

      How many revisions of ODF will happen in a 10 year time frame? (prob. at least two as far as I can tell)

      Probably less than that. As far as I can tell, ODF has been made extensible through namespaces. The only major change will probably be in applications which will start honouring them (at least by preserving them if they don't understand them - I believe the only major complaint about OO.o is that it dumps all stuff it doesn't understand, but I hear they'll be changing that). The only major changes in ODF are probably just to standardise these extensions after there's widespread support... but I wouldn't count on it even then, it may turn into a "a group of de-facto extensions" kind of situation.

      How well MSWord reacts to namespaces, by the way? Can I embed, say, Dublin Core metadata, Creative Commons licencing metadata, or ICRA censorship metadata in OpenXML directly, and Word would preserve it even if it can't make sense of it on its own? Please tell me it does - I have trouble finding a document format that would support such rich metadata...

  29. All Products of US are short term fixes by rtssmkn · · Score: 1

    NT

    1. Re:All Products of US are short term fixes by Anonymous Coward · · Score: 0
      NT

      Oh yeah, especially NT.

  30. ODF testsuite by meosborne · · Score: 1

    This site http://netmoc.cpe.ucf.edu/Projects/OpenDocument/Te stSuite.html has Sample ODF documents intended as references. From the site:

    We are working towards developing a comprehensive set of sample documents for the OpenDocument specifications developed by the Oasis consortium.

    Every document has associated rendering samples created with:

    * OpenOffice v2.0.1 on Windows XP SP2

    * KOffice v1.5beta on Gentoo Linux

    The set of sample documents was developed at the Networking and Mobile Computing Laboratory at the School of Electrical Engineering and Computer Science of the University of Central Florida.

    Developed by: Yi Luo and Majid A. Khan under the supervision of Dr. Lotzi Boloni.

    The development was sponsored by Intel corporation and released under the Creative Commons Attribution 2.5 License

  31. I don't agree... by Eric+Damron · · Score: 1

    "The ODF standard is far too new to be considered as a government mandate."

    Why? It is a standard. A real standard that is open for all to understand and use. No reason that government shouldn't mandate its use if they feel it is in the best intrest of the public.

    There is a mistrust of Microsoft but that is to be expected. Microsoft has already been convicted multiple times for its anti competitive behavior. It would be foolish to ignore this fact.

    "A much better way to deal with the news would have been to have hailed the step as an endorsement of ODF and glossed over the limited nature of the support on offer. "

    I disagree. People need to know that Microsoft is trying an end run. They'll use the fact that people will not be inclined to not bother installing an add on. If Microsoft really wanted to support ODF it wouldn't be that hard for them it implement the format natively. They do other formats.

    "As it is the article does more to highlight the contentious nature of ODF, the belief that Microsoft continues to be hostile to it and the beleif that the whole point of ODF is simply to attack Microsoft."

    1.ODF does not have a "contentious nature" Microsoft does.
    2.Microsoft does continue to be hostile toward ODF and people need to know that.
    3.I don't think many people believe that "the whole point of ODF is to attack Microsoft." ODF has nothing to do with Microsoft, Open Source or proprietary software. It has to do with keeping the people's data available to them forever.

    --
    The race isn't always to the swift... but that's the way to bet!
  32. I'm not aware of that... by Eric+Damron · · Score: 2, Insightful

    In what way has ODF been extended by Open Office? A link would be nice...

    --
    The race isn't always to the swift... but that's the way to bet!
  33. This actually shows a lack of understanding by Jaqui · · Score: 2, Informative

    of what XML is by Microsoft.

    eXtensible Markup Language is meant for a base specification to ensure portability. Anyone can add to an xml based specfication for their product / needs. that is the idea.

    if Microsoft's openxml format for office 2007 is an xml format, then they will have a dtd and reference url for the dtd that will enable any xml based application to use the format. If this is not possible, then it is another case of Microsoft lying to their customers about Microsoft products.


    The above is the comment I made on Techrepublic in response to the article at the url below.
    Since the Article I'm referencing is about the plugin for office 2007, it's a related story.

    http://techrepublic.com.com/2100-3513-6090912.html /

    --
    J. Henager: If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux