Slashdot Mirror


Microsoft Ends Era Of Closed File Formats

RzUpAnmsCwrds writes "According to an MSDN Channel 9 interview with an Office file-format developer, the next version of Microsoft Office (Office 12) will default to newly-developed XML file formats in Word, Excel, and PowerPoint. The new formats will apparently include XML files along with other files (images, etc) inside of a Zip file. Microsoft will also be providing extensive documentation of the new format to the public through MSDN. The developer likewise announced that Microsoft would be releasing updates for Office 2000, XP, and 2003 to read and write the new formats when the new version of Office is released. If this interview is correct, it could mean the beginning of the end of Microsoft's proprietary file formats." Coverage at Beta News, Information Week, and the Washington Post.

651 comments

  1. Patents? by Anonymous Coward · · Score: 1, Insightful

    Patents (n/t)

    1. Re:Patents? by menkhaura · · Score: 1

      You fucking troll, since when microsoft's binary document formats are documented, or fast?

      --
      Stupidity is an equal opportunity striker.
      Fellow slashdotter Bill Dog
    2. Re:Patents? by The+Snowman · · Score: 3, Informative

      You fucking troll, since when microsoft's binary document formats are documented, or fast?

      Implementing a file format as binary data or even a simple SGML structure such as RTF means less overhead. Using XML you have to run an XML parser, and the file is more freeform. There are no set data structures, it is just a stream of text. With a binary format you can structure it in such a way that you can read a header in and know exactly where to seek in the file to get the information you need. With XML you are pretty much stuck reading sequentially and figuring things out as you go along. Sure, an XML parser library may make it easier, but behind the scenes it is still parsing that stream and processing each tag one at a time.

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    3. Re:Patents? by Anonymous Coward · · Score: 0

      Exactly, everyone should insist on unencumbered file formats.

      If someone sends you a file in a patent encumbered format, ask them to also obtain an irrevokable and sublicensable patent license on your behalf so that you can read it.

    4. Re:Patents? by menkhaura · · Score: 3, Informative

      I agree with you in that binary formats can be faster, and I don't love XML-as-storage-format too much, but the case in point is *microsoft's* binary formats, which are little more than straight memory dumps, and UNDOCUMENTED, and SLOW.

      A well-designed binary format makes much more sense than XML, in this I concur with you, but XML is better than current microsoft's doc formats in that it would be easier to figure out the inner workings of the format, and making struggle for compatibility a much less gory task.

      --
      Stupidity is an equal opportunity striker.
      Fellow slashdotter Bill Dog
    5. Re:Patents? by jusdisgi · · Score: 1

      Great. Now we have a bloated XML-format instead of a fast documented binary-format.

      A lose-lose situation.

      This will make Office as slow as cOOpycatOffice.

      Good job, morons. Dig your own grave.

      Good job, moron. Post as absolutely ignorantly as possible.

      1)Where is this alleged "fast documented binary-format[sic]"? I haven't seen it.
      2)What information do you have that suggests that the XML format will be bloated?
      3)Even if we take 1 and 2 as given, I only see one "lose" what's the "lose-lose" about?
      4)OpenOffice's speed issues are at startup, and don't appear to me to have anything at all to do with the file format. You'll note that the speed is not significantly improved when using other file formats.
      5)It seems kind of like sour grapes to call OpenOffice "cOOpycatOffice", given that Microsoft started out with Office by copying what Wordperfect and Lotus were doing.

      So there you have it. Once you get through that, there isn't a single word in your post still standing. 100% pure bullshit. STFU.

      --
      Given a choice between free speech and free beer, most people will take the beer.
    6. Re:Patents? by Anonymous Coward · · Score: 0

      > With a binary format you can structure it in such a way that you can read a header in and know exactly where to seek in the file to get the information you need.

      Which is it, then? An effecient file format, or bloated? 'Cause you just pointed out the need to read past something not needed. And do you think a seek is fast? What about seeks forward, then backward? Is *that* going to be faster than a stream? Even when you throw in cacheing, you still have to figure out where in the cache to look. May have been a while since I cared, bu last time I looked, ptr++ (incr ax) was still faster than ptr+=buffer_size (add ax,[memory_location] or even add ax, bx.

      There is an arguement for a binary format, but you certainly lack anything resembling a clue as to what or why.

    7. Re:Patents? by Anonymous Coward · · Score: 0
      4)OpenOffice's speed issues are at startup, and don't appear to me to have anything at all to do with the file format. You'll note that the speed is not significantly improved when using other file formats.
      Try to make a small change to a document and save it, enjoy the sound of your disk trashing as the whole file is saved and compressed instead of just saving the small change. Do the same in a binary format.
    8. Re:Patents? by JohnFluxx · · Score: 1

      So what if you have to read the whole file in? My hard disk, like most, does 40MB/sec. And I'm not sure what you mean by freeform - you still have to follow the dtd.

    9. Re:Patents? by rben · · Score: 5, Insightful

      I use Open Office exclusively and have for the past couple of years. Reading the files in certainly isn't a problem for me. The only files that are slow to load are the master document files, and that's because they link to dozens of other files.

      The XML specification is being expanded (it might already be done) to allow binary formats. There are good reasons, though, why it's best to keep data files in straight XML text format. It eliminates the need to worry about machine architecture. Little endian or big endian, it maks no difference to you. The files are perfectly portable across platforms, which is increasingly important these days. XML files zip very nicely, making them almost as small as a corresponding binary file.

      It is far easier to provide backwards compatability to earlier file formats when you are using XML than if you are using binary file formats. With XML, if it sees a tag it doesn't understand, the parser ignores it. If a binary file format loader sees stuff it doesn't understand, it bails out with an illegal file format error.

      When you move to a new expanded file format with XML, you don't have to write a conversion utility. Since you are merely adding new tags, your program can read any of your old data just fine, then add the appropriate tags and new data. This saves a great deal of trouble for programers.

      Machines are fast and cheap. People are slow and expensive. It is far better to have our computers do a little extra work on loading a text file and eliminate conversion utilities and complicated loading routines that a prone to bugs.

      --

      -All that is gold does not glitter - Tolkien
      www.ra

    10. Re:Patents? by edwdig · · Score: 1

      If the file format is more or less a straight memory dump, that should make it very quick to save/load, as you don't really have to parse it much. I'd expect a significant slowdown from a switch to XML files.

    11. Re:Patents? by hhlost · · Score: 1

      This is great news for anyone who writes apps that need to read and write MS Office documents, but doesn't want to bundle MS Office into the apps. The key word is "open". "XML" is also nice to see. Even if it's slower, considering that most desktop CPUs are running at at least 1 billion cycles per second, the speed is less of a concern. File size is more important, esp. when your app is client/server rather than excusively local, but still not a great concern. (I also wonder if the XML will make it possible to break up the documents and maybe even cache parts that don't change...) If you're going to try to monopolize an app that creates documents, you gotta make an easy way for people to integrate the end product into their apps. Plain and simple.

    12. Re:Patents? by Ruphuz · · Score: 2, Insightful
      What information do you have that suggests that the XML format will be bloated?

      Not to be a troll, but Microsoft Word's HTML output gives a good idea of how greatly can they bloat XML.

      --
      My other post is a First.
    13. Re:Patents? by jedidiah · · Score: 2, Insightful

      So you think that a 1Ghz cpu is going to be slowed down because someone's resume or board of directors presentation isn't binary anymore?

      Oh puuuulllleeze.

      Such concerns might be relevant for a C64 or perhaps even a MacPlus. However, for small consumer documents such notions are absurd.

      This isn't exactly someone's corporate data warehouse we're talking about here.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    14. Re:Patents? by infinityxi · · Score: 0

      Typical, you hear everyone bitching because the doc format is not open and its not like OO's XML standard etc and so on. Now MS does it and people like you still complain. Its nice hearing people who don't know what they want or is it the MS bias?

      --
      Turn based strategy game that runs over XMPP. Phalanx
    15. Re:Patents? by jedidiah · · Score: 1

      Such an operation shouldn't even make it outside of the OS level or device level disk cache. Nevermind "churn".

      --
      A Pirate and a Puritan look the same on a balance sheet.
    16. Re:Patents? by jusdisgi · · Score: 1

      Try to make a small change to a document and save it, enjoy the sound of your disk trashing as the whole file is saved and compressed instead of just saving the small change. Do the same in a binary format.

      Bullshit.

      Just to check, I did this about a minute ago. I had an .sxw file already open (a 4 page contract) in OpenOffice 1.1.4 (Gentoo Linux, Mobile Ahlon 2000+ laptop, 512MB ram, 5400RPM 60GB drive). I changed one line and clicked save. The save operation took maybe a quarter of a second...at the absolute maximum. As for the thrashing, I didn't hear it...but I probably wouldn't have, as I'm surrounded by whirring computers/routers/switches anyway.

      But back to my original point: Bullshit.

      --
      Given a choice between free speech and free beer, most people will take the beer.
    17. Re:Patents? by Kosgrove · · Score: 1

      I agree that it's completely unreadable to a human being, but that's mostly because they don't include stylesheets, or didn't the last time I saw Word HTML. If you look at content created with the WYSIWYG editor in Visual Studio.NET (essentially the same interface and basic capabilities as Word), the HTML comes out much cleaner.

      Philosophical agruments aside, people have legitimate beefs with MSFT's stuff not working or not working in a particularly intelligent way, but they tend to learn very well from their mistakes.

      For example: No one in the OSS community wanted to emulate VB6 (that I know of) because it was loaded with inconsistencies and wasn't a very well-designed language from a computer science standpoint. But once VB.NET came out, Mono soon followed, which I take a sign of admiration for what MSFT accomplished upon fixing their mistakes.

    18. Re:Patents? by Zeinfeld · · Score: 2, Insightful
      Implementing a file format as binary data or even a simple SGML structure such as RTF means less overhead. Using XML you have to run an XML parser, and the file is more freeform. There are no set data structures, it is just a stream of text.

      The term you are looking for here is 'self describing structure'.

      If you have data in the form of LISP S-Expressions you know where structures start and stop. If you have just one document in that format you can pretty much work out the entire file format - or at least the features being used.

      If you have a binary document you have to do a lot more digging and it can take you days to just work out the basic structure.

      This will make Word much more useful, it will be much easier to create documents with other applications and emit them in Word format. So for example if I have a report writer component in my server I could spit out a Word Document rather than HTML which I would use today.

      I can also write filters to automatically convert from Word format to other formats, so I can take HTML source and spit out Word, I can take an XML data structure and emit word.

      So why would I prefer Word format over HTML when I was one of the people who helped write HTML? Well the answer is that virtually all HTML editors are optimized for editing Web pages. I write books and other reports that really don't fit that structure. There is nothing in HTML land that I have seen that provides the power of the Word outline mode and has built in spell checking as you go.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    19. Re:Patents? by rekoil · · Score: 1

      Here's my question: is it the tag overhead, or the fact that it's an ASCII file, the reason that people complain about XML file sizes? If it's the latter, one would think that a simple gzip action at load/save would solve that problem...

    20. Re:Patents? by Elranzer · · Score: 1

      The new formats will apparently include XML files along with other files...

      Doesn't AbiWord already do this, and for years now? I'm pretty sure AbiWord's doc files are XML, just open up an AbiWord file in Notepad or gEdit and check it out. How is this new?

    21. Re:Patents? by Anonymous Coward · · Score: 0

      This is common misconception that even I learned the hard way. You'd be surprised to know that a lot of companies use MS Word as a general page-layout application to construct massive 25,50,100 page documents complete with print-resolution photos, etc.

      I'm reserving judgement on the file format discussion, but don't be so quick to condemn all or most Word/Excell usage to "simple" documents.

    22. Re:Patents? by Master+of+Transhuman · · Score: 1


      Christ, talk about geekiness - still worrying about the performance of one pointer style vs another pointer style with machines in excess of 1GHz.

      Look, moron. That sort of thing went out ten or fifteen years ago when the Pentium came in.

      You probably program in assembler only, right?

      This rule has been true for the last two decades:
      1) Don't optimize.
      2) Don't optimize - yet.

      The costs and problems caused by a binary only format in interoperability, error recovery, etc. FAR exceed anything having to do with performance.

      Get a clue.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    23. Re:Patents? by Master+of+Transhuman · · Score: 2, Interesting


      While VB.Net has its admirers, I think Mono was more a response to the need to interoperate and prevent MS from taking over Net apps development and locking it in to MS languages, more than it was any "admiration".

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    24. Re:Patents? by Penguinshit · · Score: 1


      I'd ask that dumbass to check how much free RAM he's has left, and then start looking at how misconfigured his kernel is...

    25. Re:Patents? by jusdisgi · · Score: 1

      Yeah, something like that. Except I'd guess he's using OpenOffice in Windows, so the kernel (mis)configuration isn't exactly his fault...

      Of course, the truth of the matter is I think he just pulled that whole story right out of his ass, and probably doesn't even have OO installed.

      --
      Given a choice between free speech and free beer, most people will take the beer.
    26. Re:Patents? by Anonymous Coward · · Score: 1, Informative

      XML is based upon standard text strings, not binary codes. The part between the angle-brackets is what defines how to read the string(s) between the tags. This is why it's called freeform. As long as the tags are defined somewhere (like a DTD), then the strings will display properly.

      As for having to read in the document fully into memory - not necessary. Just follow the tags.

      Actually, Word docs are not read fully into memory anyway - only the basic information is read into memory along with what information is needed to display in the current buffer. Ever notice how your hard disk is hit during certain times when just typing a paragraph in? It's due to the memory buffers being swapped onto the disk for the areas that are not being displayed.

    27. Re:Patents? by walt-sjc · · Score: 1

      And right from the /. summary, MS's XML will be inside a .zip. Tags compress VERY well.

      Let's all hope that MS Office's XML is better than it's HTML (which is horrible, if you have ever looked at it.)

    28. Re:Patents? by Anonymous Coward · · Score: 0
      Such concerns might be relevant for a C64 or perhaps even a MacPlus. However, for small consumer documents such notions are absurd.

      Actually, they aren't. Just six months ago, I converted my website's whitepages file (with just a couple of hundred records) from XML to a binary format, and got a noticeable improvement in speed.

    29. Re:Patents? by lilo_booter · · Score: 1

      Well, there is this one which looks kind of relevant here (there and everywhere...)

    30. Re:Patents? by Anonymous Coward · · Score: 0

      I think the discussion here has completely missed the point. Microsoft already has a patent on XML (at least some uses of it.)

    31. Re:Patents? by Tekzel · · Score: 0

      Its new because it is Microsoft that is doing it, considering their massive corporate dominance in the office app space. IF this is truely a step in the direction of opening their formats, its great. I am, of course, concerned that there might be some funny business in the works.

    32. Re:Patents? by protohiro1 · · Score: 1

      I am never suprised that people do stupid things.

      --
      Sig removed because it was obnoxious
    33. Re:Patents? by Anonymous Coward · · Score: 0

      Hmmm... it gets more interesting. It appears that the patent in question and also this one (mentioned in a post by lilo_booter) have dates of May 31, 2005 and May 24, 2005 respectively. I'm not sure what these dates mean (perhaps they're the dates the patents were confirmed?) but Microsoft's announcement of "opening" their formats comes suspiciously soon after these dates.

      (Sorry for replying to my own post. I just noticed the dates.)

    34. Re:Patents? by protohiro1 · · Score: 1

      Oh, and also, you can direct companies that us Word for creating large print documents other tools better suited to this task.

      --
      Sig removed because it was obnoxious
    35. Re:Patents? by sbrown123 · · Score: 1

      Try to make a small change to a document and save it, enjoy the sound of your disk trashing as the whole file is saved and compressed

      Sounds like you have a computer problem. I've used OpenOffice on-and-off and never experienced what you are talking about. I had a similiar problem with MS Word on my work computer but, after doing some investigation, found that there was a problem with the hard drive. Replaced, problem went away.

    36. Re:Patents? by RevPsycho · · Score: 1

      I don't believe that the patent you're referencing would cause any problems with file format interoperability. What is described in the patent is a method of tagging source code to specify that a certain property of an object should be serialized in a specific way to correspond to a desired XML schema. Microsoft, in their examples, show C# source code in which they use attributes (the term C# uses for metadata) applied to the properties of a given class to specify the name of the XML tags to which the value of the property will be written when an object of that type is serialized.

      In a nutshell, Microsoft's method gives an easy way for programmers to declaratively specify how an object should be serialized to/deserialized from an XML document in a given schema. While I do think that the method they're describing would make things a lot easier for the most common usage, I think it's a bit limited, as I don't see any way to specify multiple possible formats to use. I suppose an adapter class could be used to encapsulate a given object and specify how it could be [de]serialized, or the serialized object could be transformed via XSL to the other desired format(s), but at that point, it seems like it would be only marginally easier than doing it by hand, unless they provided an automated manner of generating such code for you.

      Yes, it's clever. Would I use it? Absolutely. Do I think it's patent-worthy. No way. The only difference I see between this and other methods of doing similar things is that they are using runtime-accessible metadata to specify mappings, and I can't think of a reason that would make a significant difference. A preprocessor that simply looked at comment tags in the source code for each property and generated a class to serialize the object accordingly would be just as functional, in my admittedly-quick estimation. It might not be quite as nicely integrated, as Microsoft's XmlSerializer class is designed to operate based on the metadata present, but I hardly think that small difference makes this invention worthy of a patent. It may be clever, but I don't consider it non-obvious.

      In any event, I suspect that it would not be difficult to find prior art to at least partially deflect the use of this patent. There are plenty of systems that generate output based on special tags in source code. JavaDoc is a notable and widely-used example. Object serialization has been widely used for decades, so that's not new either. Serializing objects to XML isn't new, as Microsoft cites the SOAP protocol in this very patent. In the very narrow case of tagging source code with instructions on how to serialize the object, specifically as XML, and the ability to specify somewhat complex mappings declaratively, this patent might be applicable, but I don't think it would apply in any other case.

      Then again, IANAL. IAAP(rogrammer).

    37. Re:Patents? by Anonymous Coward · · Score: 0

      Well, sumbitch. I guess I'll have to un-publish the 5 books I've produced with OpenOffice. It obviously can't handle that kind of serious work... If you use CFML on any old platform (Linux, OSX, Win), you might like one of 'em: http://www.protonarts.com/

    38. Re:Patents? by freedom_india · · Score: 1

      Abiword suks. Period. Do NOT compare Abiword with MS Word or even with Apple Works' Word Processor.

      --
      "Doing what i can, with what i have." ~ Burt Gummer
    39. Re:Patents? by anothy · · Score: 1
      With XML, if it sees a tag it doesn't understand, the parser ignores it. If a binary file format loader sees stuff it doesn't understand, it bails out with an illegal file format error.
      while i agree generally with your reasoning, this is far overstating the problem. it is entirely possible to write an XML interpreter that barfs on invalid XML - most will, if given "properly" invalid XML - or a binary format reader that is handles errors and/or ignores parts it doesn't understand. The scenario you described is far more common, but it's not categorically true.
      --

      i speak for myself and those who like what i say.
    40. Re:Patents? by graphicsguy · · Score: 1

      How about with Apple Writer ][?

    41. Re:Patents? by ultramkancool · · Score: 0

      Can you please redirect me to a file that takes a long time to load (after the program is started)

    42. Re:Patents? by darkain · · Score: 1

      Office 2003 already has XML saving support. From the sounds of it, this is one step beyond that. It will have the XML file, all included data files (images, etc) all within a ZIP file. I am personally pleased to hear this, because my Excel spreadsheets that I work on save to around 100kb in the XLS format, and about 1-2MB in the existing XML file format that Microsoft is using. They are in need of compression....

    43. Re:Patents? by Jesus_666 · · Score: 1

      I hear that Office 12 will be almost fully XML 0.9 compatible. Maybe there will even be support for state-of-the-art technology like so-called "DTDs".

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    44. Re:Patents? by Baricom · · Score: 2, Interesting

      It's a shame Microsoft won't be using the recently-standardized OpenDocument format, which would mean exisiting products could read it. It also saves the XML file and all included data files (images, etc) within a ZIP file.

      (Disclaimer: They might be using it, but TFA doesn't mention it and it wouldn't fit with their MO.)

    45. Re:Patents? by SoSueMe · · Score: 1

      This would be great news if you knew your apps/docs would only have to be parsed by Office dll's.
      This was not the case reported last July.

      I wonder if anything has changed?

    46. Re:Patents? by Spy+der+Mann · · Score: 1

      Now MS does it and people like you still complain.

      "OK, Now i no longer sell this black box. Instead I'll give you this nice transparent box so you know what it's made of. Oh, by the way, if you use it or copy it without paying me, I'll sue you (it's patented)."

      Now will you tell me how that is "more friendly and open" than the previous?

    47. Re:Patents? by dannannan · · Score: 1

      It is far easier to provide backwards compatability to earlier file formats when you are using XML than if you are using binary file formats. With XML, if it sees a tag it doesn't understand, the parser ignores it.

      That's kind of a bummer when the ignored tag is the one that contains your document.

    48. Re:Patents? by cdwiegand · · Score: 1

      Actually, their XML in Office 2003 really isn't that bloated. I dunno about their HTML, but because writing out Excel binary spreadsheets is not possible without an Excel program on the machine, my programs here at work write out Excel XML spreadsheets. We open them up, save As to Excel binary, and post on the website for our clients. That way, my program can write out XML and they get what they want. You should take a look at the XML - it's not that bad..

      --
      . Define sqrt(x) as something really evil like (x / rand()), and bury it deep. Watch your coworkers go nuts.
    49. Re:Patents? by DCMonkey · · Score: 1

      MS is licensing the patents they have on these formats royalty-free, like they do on the current Office 2003 XML formats.

      The way they are doing it may not be GPL compatible, but it certainly isn't "pay us to use it or we'll sue you".

      --
      DCMonkey
    50. Re:Patents? by edwdig · · Score: 1

      So you think that a 1Ghz cpu is going to be slowed down because someone's resume or board of directors presentation isn't binary anymore?

      Oh puuuulllleeze.


      That's not what I said at all. The parent post I was replying to said Word was slow to read/write files because they were memory dumps. That poster expected the XML files to be faster.

      My comment compared the relative speeds of the two types of files. Of course loading an XML formatted resume on a modern computer won't be noticably different in speed. But it will be noticable when you get to large datafiles.

    51. Re:Patents? by walt-sjc · · Score: 1

      MS HTML is much much worse than just lack of styles... First, the HTML is just plain broken. Check out http://www.fourmilab.ch/webtools/demoroniser/ which was written to correct some of these basic errors. Even that doesn't fix things like a single-font document where the HTML sets and resets the font for damn near every word, or the way it puts in line breaks at the end of every screen line in a paragraph in a lame attempt to maintain "print" formatting.

      There are a number of tools (HTML Tidy) and products (Dreamweaver) that attempt to clean it up. Some do a pretty good job, but nothing can correct all of it's severe brain damage.

    52. Re:Patents? by gui_tarzan2000 · · Score: 2, Informative
      "Can you please redirect me to a file that takes a long time to load (after the program is started)"

      Take a look at a high school senior's Publisher & PowerPoint files some time. They are HUGE, especially with lots of pictures (as instructed). It's not unusual to see file sizes 100-250mb on an ordinary PP or Pub file. And boy do they take a long time to open across a network on P4 computers with lots of ram. We just had a graduation PowerPoint file that was in the neighborhood of 700mb and it took a couple of minutes to open from the network (using a 100BaseT connection).

      I've told the teachers to make sure the kids optimize their photos, etc. but it falls on deaf ears...

      --
      Have you hugged your penguin today?
    53. Re:Patents? by ultramkancool · · Score: 0

      Now how about an XML file... MS office files are straigt mem dumps but if it loads the image from a jpeg i bet it would be a hell of a lot faster.

    54. Re:Patents? by BasilBrush · · Score: 1

      Given that the format puts the XML file in a ZIP file, I don't think file size is a concern either. Tags and whitespace are very compressible.

    55. Re:Patents? by MadAhab · · Score: 1
      Yet. They can decide to sue any time they see a threat to their business. But they are still more likely to start sticking mysterious binary fields inside the XML, only they'll call it "innovation". This will fool a few smart people they're up against into believing Microsoft is brimming over with idiots. This will cause them to pause long enough to get steamrolled by what is actually a smart way to break someone else's application and make the Microsoft product look superior.

      If history is any guide, that is. Or maybe they've decided they simply have no competition and this is an efficient way to fix longstanding compatibility issues between their own damn product; maybe they decided it's a lot harder to embed a virus in an XML document than it is to cause a buffer overflow in an undocumented binary format. But it's hard to think of any precedent for that in their past behavior, which leaves me wondering why they are *really* doing this.

      I'd like to hear what Cringley thinks. He's often wrong, but he regularly makes interesting speculations.

      --
      Expanding a vast wasteland since 1996.
    56. Re:Patents? by IntlHarvester · · Score: 1

      Just as a note, you can make a pretty good Word report by just changing the MIME type of a HTML document.

      --
      Business. Numbers. Money. People. Computer World.
    57. Re:Patents? by Axe · · Score: 1
      A well-designed binary format makes much more sense than XML

      Recent W3C BinXML activity may have something to do with that, but I doubt it. It is rather darn hard to beat ZIP, and speed up is irrelevant for Office usecase, as it is throttled by disk access anyway.

      --
      <^>_<(ô ô)>_<^>
    58. Re:Patents? by Axe · · Score: 1
      to construct massive 25,50,100 page documents

      If the conversion and validation algorithm are streaming (if) (that is you do not have to instantiate some huge DOM), file size on disk will be the limiting factor for loading, and ZIP does a rather good job with XML.

      As for photos - it is irrelevant in what they are embedded.

      --
      <^>_<(ô ô)>_<^>
    59. Re:Patents? by Axe · · Score: 1
      There are no set data structures, it is just a stream of text.

      That is absolutely incorrect. If you have the document schema you know exactly what to expect, and how to validate it.

      Funny how you contrast XML with SGML in this regard. I guess you do not know much about W3C recommendations.

      --
      <^>_<(ô ô)>_<^>
    60. Re:Patents? by Axe · · Score: 1
      That's kind of a bummer when the ignored tag is the one that contains your document.

      Except that is not true with a validating parser.

      --
      <^>_<(ô ô)>_<^>
    61. Re:Patents? by Anonymous Coward · · Score: 0

      I know slashdot is wierd, sometimes, but how is it that freedom india's post is still a 1, but tekzel's is a zero?

    62. Re:Patents? by Anonymous Coward · · Score: 0

      Of which you're so proud you post anonymously?

    63. Re:Patents? by jusdisgi · · Score: 1

      Of which you're so proud you post anonymously?

      Dude, he gave a URL; if you check out the byline on those books, he'll be unanonymous pretty quick. In fact, posting information that reveals your actual identity seems like one of the best excuses out there to post AC....I could forgive somebody for not wanting the world to know who the real person behind his /. handle is.

      --
      Given a choice between free speech and free beer, most people will take the beer.
  2. Loosing lock-in capability? by haluness · · Score: 4, Interesting

    Would'nt this approach cause MS to loose its lock-in ability based on file format?

    Of course this assumes that lock-in was one of their goals with a propietary format

    1. Re:Loosing lock-in capability? by Threni · · Score: 0, Troll

      I think ewe should let loose you're grammar chequer.

    2. Re:Loosing lock-in capability? by Colin+Smith · · Score: 1

      This may be an indication that they've found a way other than MS Office to make money. Cos it's going to be a big problem for them financially if they haven't. MS Office being one of their most profitable products.

      --
      Deleted
    3. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 1, Interesting

      They trust the patent office to do the work for them this time....

      (the new file formats are patented, so even if they are "open" in the sence that they will probably not be very hard to implement support for by third parties, but you are instead not ALLOWED to do it unless Microsoft grants you the right to use their patent. And yes, there has already been reports about intentions not to allow usage if you release your software under "the communist license", aka GPL.) //fatal

    4. Re:Loosing lock-in capability? by maniac/dev/null · · Score: 1

      In the words of Admiral Ackbar, IT'S A TRAP!

      Microsoft is planning something. I'll bet anything they have a patent on the 'open' format. Just replace one form of control with another.

      Open Formats = Compatibility = Loss of Control. MS will not allow this to happen.

    5. Re:Loosing lock-in capability? by IntlHarvester · · Score: 4, Insightful

      The future profitibility of MS Office is as a component of network groupware systems. Because if you are primarily using Office in standalone mode, you are just fine with any version of Office released in the last 8 years. So, the "value" has to be in improved collaboration or document management.

      In this respect, Microsoft needs open formats just as much as anyone. Ever try to write a server-based system that reads information from DOC files? Using winword.exe with automation just doesn't really work. XML lets MS use a relatively lightweight parser in a server-based system.

      Oh, and changing the default fileformat will surely spur some upgrades, but from what I've seen the corporate market is generally not in a big hurry to get onto the latest version of Office. I don't foresee a repeat of Office 97.

      --
      Business. Numbers. Money. People. Computer World.
    6. Re:Loosing lock-in capability? by Shalda · · Score: 4, Interesting

      The existing Office document formats are all pretty well documented by 3rd parties. It hasn't even scratched Microsoft's sales. Microsoft's vision on this takes several forms. First, Office is a suite of programs that interoperate. You can embed your spreadsheet in your Word doc or your PowerPoint presentation. Update your spreadsheet and it also updates wherever those numbers also exist. Their second angle is for developers. They want you to use .NET for your in house development. Your user needs to send out a letter? Your program will pull up a document and prefill nearly everything. Thirdly, the now have something they can take to governments and other organizations that are demanding open formats. Finally, no matter how well it's documented, there will be dozens of odd little quirks. But that's ok, so long as you're using the tools that Microsoft provides. Proprietary formats get cracked, quickly and easily. Microsoft wants an end to end lock in.

    7. Re:Loosing lock-in capability? by bheer · · Score: 1

      > Microsoft is planning something.

      I must say, without all the paranoia Slashdot would be far less entertaining...

      > I'll bet anything they have a patent on the 'open' format.

      Actually, they do, as they did last year when they released the reference schemas for Office 2003's XML. They are licensed as follows:

      - free of charge
      - include any current or future patent grants
      - available to anyone: individual or organization
      - perpetual
      - code using these is freely distributable under any license, include open-source ones

      The new formats are going to be licensed under the same terms.

    8. Re:Loosing lock-in capability? by KingVance · · Score: 1

      And you should let loose your spell CHECKER.

    9. Re:Loosing lock-in capability? by bheer · · Score: 1

      oops, link to licensing FAQ: http://www.microsoft.com/Office/xml/faq.mspx

    10. Re:Loosing lock-in capability? by bckrispi · · Score: 2, Informative

      Well, considering that on Tuesday, they were granted a patent on marshaling XML to and from objects, I'd guess they still have their bases covered. Yeah, the XML is "open", but you can't write an application to convert that XML into an object map without violating their new "intellectual property".

      --
      Xenon, where's my money? -Borno
    11. Re:Loosing lock-in capability? by jacksonj04 · · Score: 2, Informative

      I'm with you on this. Much as I'm not keen on MS, the SharePoint server is absolutely phenominal in terms of actually getting things done in a group. Tie it with a properly configured Exchange Server and a 2003 domain, and you have a rock solid (Yes, solid) platform for group work, communication and management that OSS can't even touch.

      --
      How many people can read hex if only you and dead people can read hex?
    12. Re:Loosing lock-in capability? by professionalfurryele · · Score: 1

      If what you say is true... isn't Microsoft essentially commiting business seppuku in the Office market? Are they really being hurt that bad by government switching to open formats (bad enough even to surrender a cherished monopoly)?
      No seriously I don't get the logic here. Someone please help, why would they do this?

    13. Re:Loosing lock-in capability? by Threni · · Score: 1

      Whoooooooooooosh!

    14. Re:Loosing lock-in capability? by leenoble_uk · · Score: 1

      Lets hope that they can develop a system wide word context recognition tool which will automatically correct people who don't know HOW THE HELL TO SPELL LOSE!!

    15. Re:Loosing lock-in capability? by MinutiaeMan · · Score: 1

      Woah, wait -- does that mean what I think it does? As in something like "You can read the language, but you're not allowed to understand it without paying us royalties"?

    16. Re:Loosing lock-in capability? by Micah · · Score: 1

      Wow, this is truly outrageous.

      No way on God's green earth that there isn't plenty of prior art for this before the June 2001 filing date. I learned about XML in 2000, and certainly this was done before then.

      Even if there is none specifically regarding XML (which I'm sure there is), this is not substantially different than programs serializing their data in *any* format for on-disk storage or network transfer. The mere fact that this is now XML should be an "obvious" extension of that by patent standards and not worthy of a new "invention."

      I wouldn't worry about this too much. It is bogus, plain and simple. If Microsoft sues based on this, they will get slammed into the ground. This should be the easiest patent ever to get overturned.

    17. Re:Loosing lock-in capability? by RLW · · Score: 1

      What about prior art on this one? Doesn't the DOM for XML do just this very thing ?

    18. Re:Loosing lock-in capability? by amliebsch · · Score: 1
      FTFP:
      2. Background of the Prior Art

      Simple Object Access Protocol (SOAP) is conventionally used for a first program to communicate information to a second program that may be running simultaneously on the same computer as the first program or on two different computers that may or may not be running the same operating system. In that regard, SOAP is used for encoding, or serializing, defined data structures. For example, SOAP specifies exactly how an HTTP header and an XML file are serialized so that one program can send a request to another program, passing information in the request.

      Nevertheless, what is needed is a way to serialize an object having an arbitrary structure into an XML document so that the structure and the information contained in the object can be communicated between two programs that may be running simultaneously on the same computer or may be running on different computers that may or may not be running different operating systems.

      --
      If you don't know where you are going, you will wind up somewhere else.
    19. Re:Loosing lock-in capability? by Kihaji · · Score: 1

      Why should MS worry? Their closest competitor in the Office Suite is OO.org, and they are more occupied trying to please RMS and Goons and thier "X isn't free enough because I say so" issues, that it will be long before OO.org matches the features/speed/stability of MS Office.

    20. Re:Loosing lock-in capability? by toddbu · · Score: 1
      What moron modded the parent a troll? It's a brilliant piece of work. If you don't understand a subtle joke then stop reading /., or at least stop wasting mod points.

      For the record, I screw this one up all the time. Why are chose and choose different than lose and loose anyway?

      --
      If you don't want crime to pay, let the government run it.
    21. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      You're assuming no one will use Office any longer. Until there's a solid competitor, people will use Office. And no, OpenOffice.org is not a solid competitor. Its UI and performance suck beyond belief and is not ready for general mass consumption.

    22. Re:Loosing lock-in capability? by Trigun · · Score: 2, Insightful

      you have a rock solid (Yes, solid) platform for group work, communication and management that OSS can't even touch.

      Which, imho, is one of the two problems with the OSS business desktop. Gnome and KDE are great desktops, Linux has a long pedigree of network interoperatiblity, but it is really nothing more than a chain of islands, each doing its own thing. There is not a large network collaboration software for linux that takes care of all of the needs of business users. You can cobble the parts together, but if developers don't control all aspects of the equation, it makes things difficult.

      Microsoft is in a unique position where it can tie in parts of its operating system and application software together for a 'just works' solution. People can cobble together a 'works' solution, and even a 'works better than MS' solution, but there is a lot of issues with setting these solutions up. To date (and I have been looking) there is no single definitive solution for something as simple as network logon, and the preferred solution (Ldap, pam and Kerberos) is not the easiest thing to deploy.

      Even if you were to create a ldap-pam-kerberos network, with a document management system that used the kerberos authentication, e-mail that used kerberos authentication, and a plugin that allowed you to check out and check in documents into the dms for OpenOffice,without using a third party middleware that added twenty extra steps into it, you would need a huge company or dedicated group to do it, do it right, and do it seamlessly.

      Novell's working on it, but because it's new, it isn't mature enough for business to see it as a viable solution. Novell still has its fanboys, and their stuff does warrant it, but they are not seen as a competitive threat to MS.

    23. Re:Loosing lock-in capability? by VGR · · Score: 3, Informative

      Here's two examples of prior art.

      --
      The Internet is full. Go away.
    24. Re:Loosing lock-in capability? by Zo0ok · · Score: 1

      The existing Office document formats are all pretty well documented by 3rd parties.
      If that was true, how comes OpenOffice cant properly render MS Word documents?

    25. Re:Loosing lock-in capability? by xpl_the_myst · · Score: 2, Informative

      Open Format: These formats use XML and ZIP, and they will be fully documented. Anyone will be able to get the full specs on the formats and there will be a royalty free license for anyone that wants to work with the files.

      From the blog of Brian Jones, Program Manager Microsoft Word here. So they intend to enforce control over who uses them, but not by paying royalties.

      --
      This sig is empty.
    26. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      Have you actually ever worked with Office formats? There are no decent free tools to work with Word documents for example. Oh sure, there is plenty of stuff to extract text, but how about rendering a document to a bitmap? I was quoted £20,000 + 5-10% sales for a library that would do it.

      The problem here is that the Office file formats are hopelessly obscure - sure the info is out there if you look, but it's Soooo complicated.

      Just making the same structure into XML doesn't help anybody - look at the XML output from Office 2003! The structure needs to be easy to navigate, process and render once it's parsed too.

      What would be really helpful is if MS released a converter to convert from the existing stuff (Freak-show binary OLE stream) to this XML/ZIP format and also provided rendering libraries for previews and so on.

      Frankly I'll believe it when I see it - they annouced XML file formats for the last version (or two?) only to pull out at the last minute...

    27. Re:Loosing lock-in capability? by bheer · · Score: 1

      Simple:

      Fact: As Lotus fans everywhere will tell you, "It's the groupware and the workflow, stupid". Well, the person who popularized that phrase (Ray Ozzie, one of Lotus' founders IIRC) is now a director at MS.

      Fact: Business love office but _hate_ the islands of data it creates.

      Fact: The office suite market is becoming a commodity (OpenOffice). It's not there yet but MS can see the writing on the wall. In such a situation, it's not the individual pieces but how the pieces play together. Opening up the Office file formats will make Office a much better 'enterprise app' (hate that phrase) because it 'plays well with others' (hate that phrase too).

      Fact: Govts, particularly the EU, but are _demanding_ open formats vocally. Ditto businesses, because of Sarbannes Oxley.

      There is no dogma at Microsoft (apart from Windows uber alles). If tomorrow the market asked for Open Source loud enough, they'd probably sell Open Source solutions. So it's no suprise really that Microsoft would give them what they asked for.

      And it allows MS to set the standard in the market that everybody follows. There is a value to that.

      And, funny-- I didn't see anything in this about them opening up Outlook's datastore. Would've been neat for open-source calendars if they could've read Outlook's calendar store.

    28. Re:Loosing lock-in capability? by Eric+Damron · · Score: 1

      "Microsoft wants an end to end lock in"

      No I don't think so. It's not in their nature to want to level the playing field.

      I think Microsoft wants the APPEARANCE of an end to user lock in. They can let users look at and understand their formats while still keeping people locked into their products if they can find other ways from allowing the users to easily migrate to other products.

      I would say that their patents on their XML file formats will do that.

      And the beat goes on...

      --
      The race isn't always to the swift... but that's the way to bet!
    29. Re:Loosing lock-in capability? by MynockGuano · · Score: 1

      'Chose' is the past tense of the present-tense 'Choose'. 'Lose' is present-tense already; the past tense is 'lost'.

      'Loose' is a different word, completely unrelated, to 'lose'. In its verb form, it is present-tense; the past tense of 'loose' is 'loosed'.

    30. Re:Loosing lock-in capability? by professionalfurryele · · Score: 1

      So what you are saying is Microsoft see the writing on the wall, and have embraced open formats to save thier MS Office business?
      Sorry, big stuggle here. That all makes sense but that means this amounts to an admission from Microsoft that people will no longer put up with thier lock in. It makes perfect business sense when you put it that way. But it is going to take time to assimilate.
      I guess there is some fundamental incompatibility here with my perception of Microsoft and the reality... I'm still expecting the strongly implied in Halloween documents style crush the open source movement with patent lawsuits attack, not the if you cant beat them join them approach, even in this limited style (limited from a relative standpoint to just handing over the source code and releasing under the GPL, if they actually do this it is huge since for SME OOo should be an extremely viable option once/if these new formats are implemented).

    31. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      It's losing, for eff sake...

    32. Re:Loosing lock-in capability? by AstroDrabb · · Score: 1
      Did you read the link you posted?
      Q. Can I distribute a licensed program under an open source software license?

      A. Yes. There are many open source licenses available in the developer community. One useful place to review the various licenses that have been approved by the open source community is at Open Source Initiative. The terms and conditions of these licenses differ in material respects. We believe you can distribute your program under many open source software licenses so long as you include the notices described in the licenses for the Office 2003 XML Reference Schemas. On the other hand, some open source licenses may include specific constraints or restrictions that might preclude development under the Office 2003 XML Reference Schema licenses. You should check with your legal counsel if you have questions about a particular open source software license.
      Hmmm, I wonder what open source licenses they may be? Cough...GPL...cough. So MS goes and "opens" their patent(s) for Office XML and make it so it is incompatible with the GPL. The GPL happens to be the most used open source license in the world. I guess it is just a coincidence that MS made their office XML patent license incompatible with the GPL?
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    33. Re:Loosing lock-in capability? by cortana · · Score: 1

      Often, Word can't manage it either.

    34. Re:Loosing lock-in capability? by bheer · · Score: 1

      Are you a lawyer? If not, I'll take your assertion that it's incompatible with the GPL with a grain of salt. Note that RMS' patent diatribes have not stopped others (Nokia, for example) from offering their patents for use in GPL projects.

      Now, if the GPL specifically contained a section proscribing patented formats, then your claim would have merit. But fortunately for the rest of us, there is now such thing (although IANAL).

    35. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      Oh dear lord...

      lose! lose! lose!
      lose! lose! lose!
      lose! lose! lose!
      lose! lose! lose!

      Is it just me or is this mistake happening more and more often?

    36. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      "SharePoint server is absolutely phenominal in terms of actually getting things done in a group."

      At work, a co-worker put up a MS SharePoint and I'm not impressed at all. Yeah, it was quick to set up but in the end, it was too much of a black box and locked us in.

    37. Re:Loosing lock-in capability? by IAmTheDave · · Score: 1
      I agree, and I think that this also has other advantages:
      • Easier searching and metadata handling for the MSN search component and eventually WinFS (if it's not in fact vaporware.) Since images will be stored in a zip file, desktop search engines will have the easier ability to maintain metadata on both the office "document" itself as well as all embedded objects therin.
      • Forces at least a period of incompatability with the likes of OpenOffice (and perhaps right after OpenOffice 2 is released.) However, MS knows that they can't get away from compatability, so going to standards allows them more personal flexibility without having to give up features just to remain proprietary.
      • This also allows them more opportunity to copy the ideas of other office suites that may adopt the format as well.

      Besides, at this point office is just as ubiquitous as IE is - and maybe even moreso. Although IBM announced support for Firefox, I have yet to see an announcement for wide adoption of OpenOffice.

      Just some thoughts.
      --
      Excuse my speling.
      Making The Bar Project
    38. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0
      Are you a lawyer? If not, I'll take your assertion that it's incompatible with the GPL with a grain of salt. Note that RMS' patent diatribes have not stopped others (Nokia, for example) from offering their patents for use in GPL projects.

      Or you could just read the license itself and it's patently obvious it's not compatible. Perhaps it will be compatible with the next GPL, but not the current one, considering this line:

      Microsoft reserves the right to terminate this license grant if you sue Microsoft or any of Microsoft's affiliates for patent infringement over claims relating to reading or writing of files that comply with the Office Schemas. This license is perpetual subject to this reservation.

      The GPL doesn't allow revocation under any circumstances, and doesn't allow the imposition of additional conditions.

    39. Re:Loosing lock-in capability? by Master+of+Transhuman · · Score: 1

      "Tie it with a properly configured Exchange Server"

      When you find one, open a /. article - it'll be "stuff that matters."

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    40. Re:Loosing lock-in capability? by Al+Dimond · · Score: 1

      Your parent didn't say "end to lock in". Rather, "end to end lock in". Perhaps there should have been hyphens there: "end-to-end lock-in". That is, they don't want to end the lock-in, they want to extend its scope beyond the age-old problem of, "We must buy an office suite for new computers and have many old *.doc files lying around, better buy MS Office" and to a new scope of "We have an entire office infrastructure built around the use of MS Office that controls how documents are created, stored, read and distributed. Your ass better be using MS Office if you want to communicate with your co-workers!"

      One might argue that despite any threat of lock-in, office work flows have to be standardized around something and it might as well be a nifty solution like highly-integrated MS Office server systems that promise efficeincy improvements. Others might argue that being locked in is a fate worse than death, and that the solutions provided by these complicated systems are overkill, intrusive, and bound to be unreliable. And lots of other things.

      I've never used MS Office in that kind of end-to-end way before, so I'm not exactly qualified to argue either way.

    41. Re:Loosing lock-in capability? by dave420 · · Score: 2, Interesting

      on a windows server you can use com objects to open a doc file very quickly. I do it in PHP every once in a while. Locked-in file formats don't even figure in most peoples' thinking. They just want software they're familiar with. Most people don't have software ideology.

    42. Re:Loosing lock-in capability? by PsychoSid · · Score: 1
      Off topic but Spotlight has a Office plugin and can read inside Word documents etc.

      I cannot imagine that WinFS won't be able to do the same (unless it is vaporware).

    43. Re:Loosing lock-in capability? by toddbu · · Score: 1
      Well, I was talking more about pronunciation. Choose and lose are pronounced the same even though they have different sets of vowels. That's why it's so easy to write loose when you really mean to use lose. If pronounced by the rules of the English language, the "o" in lose should be long, making it sound like the hardware chain Lowes and therefore being more consistent with chose.

      And while we're at it, why is pronunciation not spelled pronounciation to make it more consistent with pronounce?

      --
      If you don't want crime to pay, let the government run it.
    44. Re:Loosing lock-in capability? by gosand · · Score: 1
      The existing Office document formats are all pretty well documented by 3rd parties. It hasn't even scratched Microsoft's sales. Microsoft's vision on this takes several forms. First, Office is a suite of programs that interoperate. You can embed your spreadsheet in your Word doc or your PowerPoint presentation. Update your spreadsheet and it also updates wherever those numbers also exist. Their second angle is for developers. They want you to use .NET for your in house development. Your user needs to send out a letter? Your program will pull up a document and prefill nearly everything. Thirdly, the now have something they can take to governments and other organizations that are demanding open formats. Finally, no matter how well it's documented, there will be dozens of odd little quirks. But that's ok, so long as you're using the tools that Microsoft provides. Proprietary formats get cracked, quickly and easily. Microsoft wants an end to end lock in.

      They actually have some good ideas about this stuff. All the functions you mention would be REALLY helpful in the business world. What peeves me is that they can't just live off of their good ideas, they have to go for that lock-in. If they could do all of the things you mention above, businesses would use it because it is ... useful. But they can't just leave it at that. I think eventually, this will lead to their downfall.

      --

      My beliefs do not require that you agree with them.

    45. Re:Loosing lock-in capability? by Slime-dogg · · Score: 1

      God, I hope they make Office / .NET integration better. In its current form, it sucks major ass.

      --
      You need to restart your computer. Hold down the Power button for several seconds or press the Restart button.
    46. Re:Loosing lock-in capability? by JohnFluxx · · Score: 1

      The gpl also disallows the advertisement clause

    47. Re:Loosing lock-in capability? by Shalda · · Score: 1

      Open Office can strip out the plain text fairly well. Rendering all the binary only OLE data is near impossible without the MS source code. Any document that's merely Rich Text will easily convert, but embedded graphs, charts, equations, etc. will generally come out garbled or be skipped. This isn't going to change substantially in the new version. Objects will likely be serialized, and that won't do anyone any good unless they're using the MS libraries. Open formats aren't neccessarily useable formats.

    48. Re:Loosing lock-in capability? by Dolda2000 · · Score: 1
      While all which you say is doubtlessly true, the fact remains that MS Office in stand-alone mode may well be the primary reason for people to keep Windows.

      If Microsoft starts using open file formats, there will be far less reason for people not to be using a Linux desktop instead.

    49. Re:Loosing lock-in capability? by Nikker · · Score: 1

      How many would put money down that M$ will use this to make Office 2k users to upgrade, due to incompatibilities?

      --
      A loop, by its nature, continues. If that didn't make sense, start reading this sentence again.
    50. Re:Loosing lock-in capability? by ozbird · · Score: 1

      Unless you use Basic Authentication instead of the Windows proprietory stuff, you can't touch SharePoint servers with a non-Windows, non-IE browser either.

    51. Re:Loosing lock-in capability? by I'm+Don+Giovanni · · Score: 1

      Because OpenOffice doesn't support all of the functionality that Office does. So when OpenOffice encounters some data corresponding to functionality that OpenOffice doesn't support, OpenOffice skips over it or reads it as a bastardized version of itself (which causes it to lose integrity with respect to the other data of the document).

      --
      -- "I never gave these stories much credence." - HAL 9000
    52. Re:Loosing lock-in capability? by OpenServe · · Score: 1

      Which, imho, is one of the two problems with the OSS business desktop. Gnome and KDE are great desktops, Linux has a long pedigree of network interoperatiblity, but it is really nothing more than a chain of islands, each doing its own thing. There is not a large network collaboration software for linux that takes care of all of the needs of business users. You can cobble the parts together, but if developers don't control all aspects of the equation, it makes things difficult.

      This is without question the biggest reason why OSS is not taking off in the business world. Businesses want solutions, not raw materials. Even MS is having to move "up the stack" to keep customers coming back for more. They know full well that standalone OS'es and office suites are a losing battle. Their own customers see no reason to upgrade and OO.org is making progress. As a result, they're moving up the stack to complete business solutions with server side components. That's what all this .NET and Office 12 XML stuff is really about. The problem is that nobody in the OSS world seems to have realized that the carpet is about to be yanked out from under us. It won't matter if Linux and OpenOffice are perfect equivalents to standalone Windows and Office because businesses will be using .NET to integrate all the new MS tools into complete solutions that are far more powerful. Hope is not lost, but the OSS community needs a massive change in direction. We're stuck here because too many fools followed MS's taillights instead of innovating past the crappy design paradigms of yesteryear "killer app" business software.

      So what we need to do is leapfrog ahead of MS's game. It would be very easy for the OpenOffice.org folks to follow MS's lead and start creating server components, .NET and Java tie-ins, etc. But that strategy will never get anywhere but second place. We need to do something more dramatic.. something that eschews prior assumptions and completely changes the business software paradigm. Microsoft's strength is their own weakness: they fully rely on the importance of the desktop as a platform. And this is where we can cut them off at the turn -- by moving to a new generation of desktop-platform-neutral, rich-web applications that largely make operating system and office suite choice irrelevant. Forget word processing and spreadsheets altogether.. there are better ways to produce and manage content today. Forget standalone groupware software. Forget standalone enterprise databases. Integrate everything through the web with a unified UI but a fully modular architecture! What I'm talking about is a huge task, but it's the best option we have at this point. It's the best option for Open Source and it's the best for the future of IT. Unlike MS, we are in a unique position of not caring about how much we rock the boat. Let the breakneck innovation begin! :)

    53. Re:Loosing lock-in capability? by Frank+T.+Lofaro+Jr. · · Score: 1

      Would this:

      http://www.destructor.de/xmlparser/history.htm

      provide any prior art?

      --
      Just because it CAN be done, doesn't mean it should!
    54. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      ...and when you don't use MSIE or Exchange you can't do anything... and if you do, your system is not very scalable and not platform independent... and a 2003 AD can not be backward compatible with a NT4 domain...

    55. Re:Loosing lock-in capability? by vandan · · Score: 1

      Often?

      We've been using OpenOffice since about build 627 ( beta of OOo-1.0.0 I think ), and I wouldn't even say that it couldn't "often" manage to correctly render Word documents. I would say that it "occassionally" couldn't render Word documents correctly.

      A lot has happened since then. The new OOo-2.0-pre builds are very impressive. The only features that I've come across that doesn't render correctly are:
      - rotated images
      - OLE objects
      - VB macros

      I believe there are plans to get OLE objects working after 2.0 is released, and there is also an active bug ( feature request ) for the rotated images. I forgive the OOo team for not paying too much attention to VB compatibility - while it would be nice, it's a horrible waste of resources to chase after.

      Of course that's not to say that there aren't bugs, but the basic framework is in place for very good compatibility, and for over 90% of businesses, I think switching even now in the beta period would be quite easy.

    56. Re:Loosing lock-in capability? by AstroDrabb · · Score: 1
      Are you a lawyer?
      No, but I play one on TV and have a college education!
      I'll take your assertion that it's incompatible with the GPL with a grain of salt
      Umm, because you are not smart enough to READ? OK, I will forgive you for your faults, however, there are many of us out there that _can_ read and understand the basic license. If you could read it, you would _know_ it is incompatible with the GPL.
      Note that RMS' patent diatribes have not stopped others (Nokia, for example) from offering their patents for use in GPL projects.
      Note accepted. Note, I don't follow RMS and his crap. Nokia and this issue have _nothing_ to do with one another.
      Now, if the GPL specifically contained a section proscribing patented formats, then your claim would have merit.
      Damn dude, can you even _read_? It has nothing to do with the GPL prohibiting patented formats. MS wrote this "open" license" to be invalid with the GPL. There are a couple of areas MS could have tried to break. The most prominent one is the advertising clause.
      But fortunately for the rest of us, there is now(sic) such thing (although IANAL).
      Yes indeed. Also, "fortunately for the rest of us", there is something called I have an education and I took the time to RTFA which you did not. As far as you having an education, I am skeptical, your post made you sound like and idiot who posted in a few seconds instead of trying to read a little bit!
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    57. Re:Loosing lock-in capability? by jc42 · · Score: 1

      If Microsoft sues based on this, they will get slammed into the ground. This should be the easiest patent ever to get overturned.

      Yeah, but it'll take you 10 years of your time and at least $10,000,000 of your money to exhaust all the appeals and win. Are you prepared for that when they sue you?

      Some time back, I saw a cute cartoon of a man talking to his stereotype lawyer, who was saying "You have a pretty good case here. Now, how much justice can you afford?" I wish I'd kept a copy.

      Note that about 5 years ago the US government essentially caved in their lawsuit against Microsoft, and "settled" for an agreement that leaves MS in the driver's seat of an oversight "technical committee" that has the power to indemnify them for nearly anything. This was after MS became one of George Bush's biggest campaign contributors.

      If the US government can't win even after convicting them of anti-trust violations, what sort of chance do you think you'll have?

      What I've found more useful is to use MS's XML patent applications in replies when people send me Word docs. I mention the pending patents, and the fact that unauthorized "decryption" of the files on my non-MS computer can get me 5 years in a federal prison and a $500,000 fine, under the terms of the DMCA. I quickly get the doc back in HTML or plain-text format, and subsequent discussions with the sender shows that they were invariably rather rattled by this.

      Rather than a futile effort to overturn such patents, what we really should do is publicise the situation at every opportunity. Let people know that sending someone a MS-format doc is potentially a serious legal threat. You have no way of knowing, without "decoding" the doc, and that act may make you a criminal under US law. Most Windows users don't understand this; they think that Word and other MS formats are standards that anyone can read. They should be taught the legal situation.

      Yeah, maybe MS won't use the DMCA against you if you "decode" their XML. Do you really want to be the test case?

      If so, how much justice can you afford?

      [This isn't exactly a new topic here. ;-]

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    58. Re:Loosing lock-in capability? by mrchaotica · · Score: 1

      If you don't mind, could you send me one of those replies so that I can use it too? My email address is my slashdot username at yahoo. Thanks!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    59. Re:Loosing lock-in capability? by jc42 · · Score: 1

      What a lazy bum! ;-)

      Actually, it hadn't occurred to me that anyone would ask. I mean, we're talking about only a few words. With most mailers, you'll find it faster to type it yourself than to locate and copy a file.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    60. Re:Loosing lock-in capability? by mrchaotica · · Score: 1

      I just figured it would be easier for you to copy, paste, and send than it would be for me to go look up the patent, you know? It's not a big deal, though -- if nothing else, you gave me the idea. : )

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    61. Re:Loosing lock-in capability? by jc42 · · Score: 1

      I don't think it's the patent you should be concerned with; it's the DMCA, at least if you're in the US.

      A basic problem is that, if MS has any patent at all on any encoding in a Word doc, you really can't know if it's used in a particular doc without "decoding" that doc. Then, if you find anything that's covered by patent, you know you've just committed a criminal act. If you don't find anything covered by a patent, you could have still committed a criminal act; you just don't know about it.

      (This is the most likely result, since we don't know which MS Word-format patents are valid until the courts tell us, and that will be years from now.)

      The only way out of this "gotcha" state is to never attempt to read any Word doc from any source. Well, either that, or run only approved Microsoft software. If you're using a non-MS system for anything, there's no way to avoid this legal threat other than not doing anything that could be considered "decoding" a Word doc.

      It may not even be safe on a Windows system. You should first make sure that that particular machine has proper documentation that every bit of software is properly licensed from Microsoft for use on that machine. If someone has slipped in some pirated software or misplaced the documentation for the license, you could be illegally decoding the doc.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    62. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      Actually it could help them. By opening the format up more tools can be created to view and create those files. This means that the usage of the formats increases even amoung the new competition. But as authors and primary supporters of that format people (and especially corporations) will tend to use their tools and services over others available. This is similar to the effect Red Hat gets when developing OSS projects.

      Sorry for the AC post...I'm too lazy to log in.

    63. Re:Loosing lock-in capability? by fvwmfan · · Score: 1

      Why don't you just send him a Word document, and then copy and paste from the reply he sends you?

    64. Re:Loosing lock-in capability? by dbIII · · Score: 1
      Because if you are primarily using Office in standalone mode, you are just fine with any version of Office released in the last 8 years.
      Experience says differently. There was even a version of Word in MSOffice97 that would not save files in a format that Word in a slightly later version of MSOffice97 could read. There was no patch available - the solution was to remove MSOffice97 and install from the same media onto every single PC. It's no wonder that there are so many pirate copies of MS software out there, since sometimes the only way to use their software is to just unwrap one CD, install it on all machines, then put the rest of the CDs on a shelf somewhere.

      As an exercise for the reader - install Word95, write a doc with a variety of features (ie. not something that could be done more easily in vi) then try to open it in the current version of MS Word. Next, try to find which pages your images are on now and what has happened to your formatting. MS Office formats have been a moving target all along, and not consistantly supported in-house.

    65. Re:Loosing lock-in capability? by Xabraxas · · Score: 1
      the past tense of 'loose' is 'loosed'.

      Is that a joke? Adjectives don't have a past tense.

      --
      Time makes more converts than reason
    66. Re:Loosing lock-in capability? by mrchaotica · · Score: 1

      Well, first of all I don't know his email address. Second, I don't have any Word documents handy.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    67. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      Firefox supports Windows authentication on all platforms.

    68. Re:Loosing lock-in capability? by Anonymous Coward · · Score: 0

      v. tr.
      1. To let loose; release: loosed the dogs.
      2. To make loose; undo: loosed his belt.

      Et cetera...
      Any questions? ;)

    69. Re:Loosing lock-in capability? by RedWizzard · · Score: 1
      Why are chose and choose different than lose and loose anyway?
      Because we're talking about English so Rules Do Not Apply! Seriously, you can't draw parallels in that way at all unless you know the etymology of the words in question. In the case of lose/loose and chose/choose, chose comes from Latin via French, lose and choose come from Old English via Middle English, and loose comes from Old Norse via Middle English.
    70. Re:Loosing lock-in capability? by fvwmfan · · Score: 1

      Oh, yeah. Didn't think of that.

      Sorry, can't help you with either. :wq

    71. Re:Loosing lock-in capability? by icoloma · · Score: 1

      since jdk 1.4. Not exactly what I'd call "prior art", since it's more or less recent.

      Castor for XML is older, and maybe (I'm not sure) even JAXB. DOM is slightly different, but may be applicable. Anyway, I'm sure there other examples. I don't see Microsoft as a pioneer in this.

    72. Re:Loosing lock-in capability? by remmelt · · Score: 1

      because businesses will be using .NET to integrate all the new MS tools into complete solutions that are far more powerful.

      I agree with your standpoint. It looks like every time MS comes up with something, it gets emulated or copied by OSS software. Better, perhaps, made compatible and open, which is good, but still second place. Too little, too late!
      What are the "solutions" you talk about? Every time I see that word it makes me think of Dilbert. Managementspeak. What is a "solution"? Will MS be making these "solutions"? Should we go ahead and make them first and better?

    73. Re:Loosing lock-in capability? by zevans · · Score: 1

      I cried havoc, and lost the dogs of war. Or something.

      --
      "... and more and more now there are all kinds of electronic goodies available" -- Pink Floyd 1972
    74. Re:Loosing lock-in capability? by jacksonj04 · · Score: 1

      I'll say it clearly:

      There is no OSS alternative to Microsoft's Groupware.

      Platform independant doesn't make any difference, if everything works on Windows why should businesses waste time forking things over to Linux? As for scalable, the last time I had to expand a 2003 AD it took 2 hours to install and configure 30 machines - plug the raw machines into the network and leave network boot/network install to do the rest.

      Linux and its variants have nothing like this just ready to go, and whilst for a lot of things Linux *could* be far superior, businesses just want to plug and go. Sysadmins for anything more than 50 desktops just want to plug and go. Linux does not plug and go.

      --
      How many people can read hex if only you and dead people can read hex?
    75. Re:Loosing lock-in capability? by jacksonj04 · · Score: 1

      And what do you propose as an alternative from the OSS side, already integrated with all the applications you're likely to use?

      MSFT has the advantage in that it has a guiding body and its own standards. OSS follows all the standards, but in their own way and with no overall concept of "This must work in tandem with that", or even a simple concept of "this must work without needing to recompile it 4 times".

      Yes, give people the option to recompile 4 times should they want to, let people put things back into the trunk, but until they work together they can't touch MSFT in the workplace.

      --
      How many people can read hex if only you and dead people can read hex?
    76. Re:Loosing lock-in capability? by bheer · · Score: 1
      No, but I play one on TV and have a college education!

      Wow, you went to college and can read? Awesome. Me, I just cobble letterblocks together in preschool.

      If you could read it, you would _know_ it is incompatible with the GPL.

      Basically, you are saying you can't explain why, but if I could just read the fine licenses, I'd magically understand? Hmm, perhaps you're thinking about Section 7, especially this:
      For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
      Well, considering that Microsoft _is_ allowing royalty free distribution to all, there is no problem that I see. Unless, of course, you plan to sue Microsoft, in which case it possible that you may be asked to stop distributing your program. Note that this does not affect the rights of your distributees (including their right to distribute) if they did not sue Microsoft, since they have a perpetual royalty-free right to use, with the do-not-sue reservation.

      Does this make the license compatible with the GPL? No. However, as is clear from my original post, GPL'd code can legally use these formats because the rights of the distributees are not affected. Don't take my word for it, take Eben Moglen's:
      Microsoft issued the schemas under a royalty-free license that had some wondering if they could work with GPL software. "Microsoft may have patents and/or patent applications that are necessary for you to license in order to make, sell, or distribute software programs that read or write files that comply with the Microsoft specifications for the Office Schemas," according to the accompany patent license agreement. Given that GPL software developers have refused to work with patent-encumbered code, the anxiety was familiar.

      "I don't think the alarm is justified," the FSF's pro bono counsel Eben Moglen told us last night. "This is not a license that I would like to accept; Microsoft is saying we might have some patents. But it's not a problem if Microsoft is making it available to everyone to make use and sell. ....

      Moglen says that this doesn't prevent a free software programmer creating derivative works, because the schema is being licensed from Microsoft.

      "Section 7 of the GPL says if you're restricted by a judgement or a license you've accepted, and they're incompatible, then you can't distribute your software under GPL. But it's not the case that this license violates Section 7."

      "I want to reassure people that it's not an issue".
    77. Re:Loosing lock-in capability? by Chelloveck · · Score: 1
      If that was true, how comes OpenOffice cant properly render MS Word documents?

      Maybe for the same reason that OpenOffice can't even render HTML properly?

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    78. Re:Loosing lock-in capability? by quarkscat · · Score: 1

      I fail to understand how MSFT's "adoption" of the
      open XML file format, encapuslating it in a binary
      DRM-encumbered wrapper, and furnishing an SDK for
      this new file format under restrictive licensing
      is any real "end to MSFT's closed file formats".

      It does look quite a bit like more of the same old MSFT
      strategy of "embrace and extend standards" and "what
      MSFT cannot control, it will try to kill" - well established
      and largely successful MSFT business strategies.

    79. Re:Loosing lock-in capability? by AstroDrabb · · Score: 1
      Basically, you are saying you can't explain why
      No, I am saying I don't feel like doing the reading and explaining for you.
      Don't take my word for it, take Eben Moglen's:
      If he sees no problems then why does he say this:
      "This is not a license that I would like to accept;..."
      There must be something in the license that made him say that. MS has showed many times in the past that they do not want to work with the GPL even going as far as calling it "a cancer". Though it is funny that MS uses GPL code in their Windows Services for Unix software.
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    80. Re:Loosing lock-in capability? by bheer · · Score: 1

      Go on, quote him completely.

      This is not a license that I would like to accept.. But it's not the case that this license violates Section 7. ...I want to reassure people that it's not an issue

      I think it's pretty clear that while he's differentiating his personal opinion from the actual legal situation.

      There must be something in the license that made him say that. MS has showed many times in the past that they do not want to work with the GPL even going as far as calling it "a cancer".

      Ah, the stance of the true slashbot: when faced with anything that disturbs your worldview, step back and vent against the Man, the actual situation be damned.

    81. Re:Loosing lock-in capability? by AstroDrabb · · Score: 1
      Ah, the stance of the true slashbot: when faced with anything that disturbs your worldview, step back and vent against the Man, the actual situation be damned.
      I think you need to take a look at your "worldview" buddy. What "Man" did I vent against? I made a comment based on past actions of a COMPANY. Note once did I vent against this supposed "Man" of yours.
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    82. Re:Loosing lock-in capability? by ozbird · · Score: 1

      Mozilla (suite) doesn't - is this a Firefox-only feature?

    83. Re:Loosing lock-in capability? by OpenServe · · Score: 1

      What are the "solutions" you talk about? Every time I see that word it makes me think of Dilbert. Managementspeak. What is a "solution"? Will MS be making these "solutions"? Should we go ahead and make them first and better?

      My definition of "solution" in this context is basically "a combination of technologies that properly fulfills a need." Of course, one man's solution is another man's raw material. If all you need is a simple standalone SMTP server, Postfix may be a "solution." But if you are a typical business that needs a complete email and groupware system, one "solution" may be Postfix + Cyrus-IMAP + Amavis + Spamassassin + PostgresQL + LDAP + Apache w/WebDav + Tomcat + Novell's OpenXChange + OpenXChange Outlook Connector. That's an enormous amount of raw material to put together to meet a need, hence creating a "solution" for the customer. Most consultants and IT administrators go with the path of least resistance and just install MS Exchange Server. (which is quite inferior IMO, but it is much easier to install)

      Now, imagine if somebody put together a free Linux distro (perhaps a Debian derivative) with all those raw materials pre-configured to work together and with an auto-update mechanism. Sell printed documentation and priority support services. I bet people would switch away from MS Exchange in droves. OK.. but take it a step further. OpenXChange is nice, but it doesn't go far enough. Suppose you can provide the groupware power of OpenXChange integrated with most of the other IT needs of an organization -- ERP/CRM database, content/document management, etc. Each component is modular, usable seperately, yet capable of being combined in a way that enhances the whole user experience through automation and fluid data exchange. (whew! avoided using the word "synergy") Now that is a solution.

  3. Own Goal? by Anonymous Coward · · Score: 0

    Does this mark the end of MS Office?

    Isn't the only thing holding back Open Office the lack of true compatability for file formats?

    Somehow I don't think this will make any difference in OO's market share.

    1. Re:Own Goal? by Anonymous Coward · · Score: 0

      No, I think having like 1/2 the functionality and interoperability might be hurting Open Office too. ;)

    2. Re:Own Goal? by Jotham · · Score: 1

      Microsoft plans in advance - it's a step at keeping .doc as the office standard and warding off PDF from taking over... because we're open too...

      not that its a bad thing... I just think this is their real motives..

    3. Re:Own Goal? by Tuqui · · Score: 1

      Drop the bloated 1/2 of the funtionality that few needs. It's OK.

    4. Re:Own Goal? by Anonymous Coward · · Score: 0

      For 99% of the users, OO has the same functionality as MS office. And some of the additional functionality of MS office is worthless if you are planning on sending your files to someone with older versions of MS office - if they can read the file.

    5. Re:Own Goal? by mwood · · Score: 1

      I'd rather have office tools with about 1/10 the functionality of MS Office. The only reason I ever need most of those features is to decipher MS Office documents that people send me when they should have sent rendered final-form documents instead.

    6. Re:Own Goal? by mwood · · Score: 1

      Isn't the MS Office team worrying about PDF kind of like Ferrari worrying about competition from Boeing? .DOC and .PDF are very different formats for very different purposes at different points in the life cycle of a document.

    7. Re:Own Goal? by amliebsch · · Score: 1

      Consider this: remember the news about "Metro", Microsoft's open, XML-based page markup language that is supposed to be a PDF killer? Wasn't the next version of Office supposed to be able to output Metro? Perhaps the next-gen document format won't be .DOC at all.

      --
      If you don't know where you are going, you will wind up somewhere else.
    8. Re:Own Goal? by MsGeek · · Score: 1

      99% of the users, OO has the same functionality as MS office.

      Exactly.

      I have been using OO.O exclusively for my work at Valley College. Even in situations where you have to submit your work as a MS .DOC file on floppy or CD-R, none of my Profs have complained about my documents not opening up for them.

      The place I'm transferring to, however, requires MS Office. They will check your laptop for its presence. They would also want you to run Windows but my choice of MacOS X is considered "acceptable" to the IT department. The IT guys there hit the roof when I suggested I'd be bringing in a ThinkPad running Debian Linux. "We don't support that, and isn't that the HACKER OS?" Sheesh.

      Getting back to my experiences at Valley: I have "sold" some of my Profs on OO.O. Perhaps the ability of OO.O to cleanse documents of macro viruses by saving first as an OO.O native file then resaving as .DOC is one of the biggest reasons they are impressed. Another reason: the cost. The refrain seems to be, "Hey, I'll use this at home. Thanks for showing it to me!"

      Let's face it, even with the Student/Teacher discounts, MS Office is expensive for what you get when you compare it with OO.O.

      I find it quite amusing that MS is basically doing the same thing with their new file formats as OO.O has done for years. XML+Text+Graphics in a .ZIP container? Been there, done that, got the T-Shirt.

      The real point we'll know MS has cried "Uncle" is if they include OASIS format as a "save as" option. I doubt it will happen, but one can dream, can't one? ^_^

      --
      Knowledge is power. Knowledge shared is power multiplied.
    9. Re:Own Goal? by Elranzer · · Score: 1

      PDF killer? Please. PDF is so mainstream and a standard now that it's impossible to replace. That's like trying to say they've come up with a plain-text killer, Flash-killer, or a GIF killer (oh wait...)

  4. Yes and No by Anonymous Coward · · Score: 2, Interesting

    They will use an "open" XML format, but some of the objects embeded in that XML file will be binary (read prorpietary).

    1. Re:Yes and No by cablepokerface · · Score: 1

      Binary how? base64?

    2. Re:Yes and No by Anonymous Coward · · Score: 0

      Sure

    3. Re:Yes and No by aldoman · · Score: 3, Informative

      No they won't.

      Watch the video - the entire file format is completely open.

      He admitted that inside the ZIP they are currently storing the binary copy to make it easier to test and profile against the formats, but when Office 12 is released it'll just be the one XML, completely open format. He also made a point that they are going to have 'thousands' of examples on MSDN, along with very detailed documentation and whitepapers.

      Now whether it's patented or not, I don't know. But this is a _VERY_ big step for Microsoft. It's going to make translating between this and OASIS (which OpenOffice2 and a lot of others are considering/implementing as their default) as simple as an XSLT transformation.

    4. Re:Yes and No by Xiaran · · Score: 1

      Now whether it's patented or not, I don't know. But this is a _VERY_ big step for Microsoft. It's going to make translating between this and OASIS (which OpenOffice2 and a lot of others are considering/implementing as their default) as simple as an XSLT transformation.

      As simple? Simple? Microsoft making it simple. Im fbaergasted at your optimism. It'll be as simple as bridging between a DCOM based component and a CORBA object :)

    5. Re:Yes and No by LWATCDR · · Score: 2, Informative

      Last time I checked the XML format stored a serialized form of COM objects that where not documented. Better than nothing but not really all that open.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    6. Re:Yes and No by giorgio · · Score: 1

      It will *not* be easy to do a XSLT transformation since MS holds patents.

      After opening up their MSOffice file formats they will have no other choice than enforcing the patents rights on their competitors in order to protect their revenue and their market share.

      Are we going from a format lock-in to an algorithm lock-in?

      Very smart tactical move, though.

    7. Re:Yes and No by Anonymous Coward · · Score: 0

      Don't know what you nerds mean when you speak of 'XML files' but according to the BBC they're called 'web files'!

    8. Re:Yes and No by Anonymous Coward · · Score: 0

      Hopefully they will invent a way that embedded components can save their state as XML. If so, this becomes a legacy software problem.

    9. Re:Yes and No by earthlingpink · · Score: 1
      Anonymous Coward may have a point, there. An interesting piece of information is to be found at the very end of this BBC article:
      Although XML is an established open standard driven by the Worldwide Web Consortium (W3C), Microsoft is introducing its own flavour of the specifications under a royalty free licence.
    10. Re:Yes and No by ReadParse · · Score: 1

      Yeah, that's a good point. For example, Apple's GarageBand software stores it's data in an XML file, but the real interesting part is in a tag, hundreds of lines of encoded gibberish. So just having an XML file doesn't mean it's open. You have to be able to read the data in the XML.

      RP

    11. Re:Yes and No by mwood · · Score: 2, Funny

      They *do* have a choice: they could compete on quality and usefulness. Power is not the only option.

    12. Re:Yes and No by ookaze · · Score: 1

      I'm amazed, really, by people who are fooled constantly by MS, despite History.
      People told me the same thing about open MS Office XML formats in 2003, I assured them they were wrong, and that MS was making a fool of them, and that they were too stupid to learn from history.
      MS was sued in Europe partly because of their format which should have been so open. So I was right, and I knew I would be right. What disturbs me, is that I'm not a genius, but MS behaviour is obvious to me.
      I wonder why it is not to most people. Is the brainwash working ?

      Anyway, when I see the headline, and when I look at the reality (in the real world), there's a chasm between the two : how can someone be so clueless ?

      The openness of their format was announced in 2003 for christ sake, the specs are still not usable by every developers in 2005 !
      And the answers of brainwashed people like you ? Amazing things like :
      - "whether it's patented or not, I don't know". So STFU, you are not qualified to talk
      - "But this is a _VERY_ big step for Microsoft". What this have to do with the end of closed MS file formats ?
      - "It's going to make translating between this and OASIS ... as simple as an XSLT transformation". Completely wrong, so much that it is amazing.

      Really, I pity you fools ...

    13. Re:Yes and No by Idimmu+Xul · · Score: 1


      Watch the video - the entire file format is completely open.

      He admitted that inside the ZIP



      Cool, all they need to do is put a password on the zip file then the completly open format is protected by DMCA :o

      --
      The problem with slashdot is that most of its users were bullied and stuffed into lockers as kids!
    14. Re:Yes and No by AstroDrabb · · Score: 1

      Maybe DRM encrypted and then base64? Or maybe just a binary object dump that is not documented and then coverted to base64? Just because you can read the base64 data from an XML file doesn't mean your program will know what that data is once it is converted from base64. You could just end up with a binary blob that is not documented. I can save the state of an object to some undocumented binary format, convert it to base64 and dump it in an XML file. Would that really be an "open" format?

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    15. Re:Yes and No by edxwelch · · Score: 1

      Well, they say it's going to be open. Let's just wait and see. I remember Microsoft saying something about the Windows media format going to be open too.

    16. Re:Yes and No by Baricom · · Score: 1

      Parent should be modded Insightful, not Funny.

      I think if Microsoft turned themselves around, a lot of good could come from them. For example, I've really tried to get into OpenOffice.org, and I can't because it's so sluggish and unresponsive for me. On my Windows XP system, it takes 7.75 seconds to open OpenOffice.org Writer 1.9.79 compared to 1.55 to open Microsoft Word 2002. (That's with the MS Office preloader disabled, and the second time both programs were opened in this login session. The difference was just as substantial the first time, though I didn't think to time it.)

      If Microsoft changed their behavior (particularly by eliminating DRM and Product Activation, and licensing their patents in an open source-compatible way), I would be a lot less hesitant to upgrade Office.

      On the other hand, I'm likely going to have to purchase Office when I buy my next computer (a Mac) because there isn't a better alternative from the FOSS people right now.

  5. ZIP patent... by Vo0k · · Score: 2, Interesting

    AFAIK ZIP was evil because of some patent issues, and that's why gzip was developed. The patent has supposedly expired in the US, but not necessarily in all other countries (same as with GIF). Any info on that?

    --
    Anagram("United States of America") == "Dine out, taste a Mac, fries"
    1. Re:ZIP patent... by mattdm · · Score: 1

      Java "jar" files and Mozilla "xpi"s. So whatever there might have been is presumably a non-issue now.

    2. Re:ZIP patent... by ssj_195 · · Score: 1

      Also, OpenOffice itself uses zip files for most of its formats.

    3. Re:ZIP patent... by Vo0k · · Score: 1

      Okay, so what's the deal with GIF then (except it being ancient and obsolete)? It was supposedly the same algorithm...?

      --
      Anagram("United States of America") == "Dine out, taste a Mac, fries"
    4. Re:ZIP patent... by Xiaran · · Score: 1

      This happened a few years back.

    5. Re:ZIP patent... by andi75 · · Score: 3, Informative
      To clean up some confusion:

      gzip and zip are completely different things. gzip compresses a stream (and does a much better job than compress, which it has replaced entirely. However, gzip is slowly being replazed by bzip2 nowadays), whereas zip is an archive format that can store individual (usually compressed) files. The huge advantage of zip over compressed tar archives comes from the fact that you have random access, i.e. can extract a single file from a potentially HUGE archive).

      GIF had patent issues with the LZW-Algorithm it used. The patent has expired recently, but the GIF issue is completely unrelated to ZIP (ZIP uses LZ77).

      About the patent issue: There are a dozen or so zip-related patents, but they're all highly specific and shouldn't stop anyone from using zip, or even writing a zip utility. See also Patents on data compression algorithms.

    6. Re:ZIP patent... by imroy · · Score: 1

      That would be the LZW patent held by Unisys (and IBM in some countries). You're right in that it has expired in most countries now. Gzip was made as an alternative to the Unix compress program because it used LZW, not to PKZIP. Gzip uses the LZ algorithm, which is older and slightly slower but compresses better.

    7. Re:ZIP patent... by gowen · · Score: 1
      The huge advantage of zip over compressed tar archives comes from the fact that you have random access, i.e. can extract a single file from a potentially HUGE archive
      You can extract single files from tar archives, too. It can just take a whole longer because there's no convenient index and you have to scan through the entire archive looking for your file.

      So : yes, random access (or at least, the inclusion of an index) is the difference, but you've rather overstated the importance of it.
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    8. Re:ZIP patent... by mwood · · Score: 1

      ZIP encompasses many different compression algorithms. The latest was designed to be patent-free. You're probably thinking of LZW compression, which was patented. The patent expired last year IIRC.

      ZIP and gzip don't do the same thing anyway. ZIP is an archive format, while gzip is pure compression. A ZIP archive is more like a gzipped version of a tar archive. (Although one is the other inside-out: a ZIP archive is an uncompressed container filled with compressed file images, while a .tar.gz is a compressed container filled with uncompressed file images.)

    9. Re:ZIP patent... by andi75 · · Score: 1

      I don't think so. To extract a single file from a .tar.bz2 you need to decompress the archive up to that file (so, on average 50% the archive), and that can take a *very* long time (especially with bz2 compression). Of course, you don't need to store all data on disk, and throw it away instead as soon as you uncompressed it, but that only saves you some I/O (uncompressing is typically CPU limited).

      Also, you cannot build an index, since a tar.gz is a gzip compressed tar. You'd need to create .tar.gz.mypack that scanned the .tar archive, computed the compression of each file, and then computed the chunk index, so you can save yourself some decompression. Better to use zip in the first place.

      There's one thing that compressed tars are better at than zip files though: Small files. gzip/bzip can compress the tar stream, and split that into much larger chunks than each individual file is. zip has to process each file individually.

    10. Re:ZIP patent... by gowen · · Score: 1
      To extract a single file from a .tar.bz2 you need to decompress the archive up to that file (so, on average 50% the archive), and that can take a *very* long time
      I think we're saying the same thing. You *can* extract a single file from a compressed archive (you just do the decompression in memory, and throw away the irrelevant bits to keep memory usage low). So it is possible -- but you take a huge performance hit (decompressing 50% of the archive, on average).
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    11. Re:ZIP patent... by ajs318 · · Score: 1

      Stuff and nonsense. You cannot patent anything so abstract as a mathematical process, and anyone who tried should be laughed out of the patent office. Otherwise, what is to stop me patenting addition and claiming astronomical royalties anytime anybody tried to multiply, raise to a power or integrate? What if the claim were broad enough potentially to include subtraction {we never said both the addend and the augend had to be positive}? What if the claim covered the whole of mathematics?

      At any rate, you can patent a means to an end but you can't patent the end in itself -- in fact, a patent can be rejected on the basis that there isn't another way to do it. So even if I could patent adding one bean to an existing stock of mutually indistinguible beans, it would not cover anyone using a different type of physical object, nor the abstract mathematical concept of addition.

      The problem with these people is simply that their heads are in too few pieces.

      --
      Je fume. Tu fumes. Nous fûmes!
    12. Re:ZIP patent... by arkanes · · Score: 1

      Yes, but thats linear/serial access, not random access. Which is what the parent said - the advantage of a zip file is random access.

    13. Re:ZIP patent... by Anonymous Coward · · Score: 0

      your arguement is fatally flawed.

      you would not be able to sucessfully patent addition, subtraction or any other mathimatical operator, as proir works are so pervasive in the world.

      the "zip" patent was based on a compression method (which is very much patentable) - not the individual addition/subtraction that was done within the method itself.

      get a clue b4 posting next time. perhaps (GASP!) even read the patent itself!

    14. Re:ZIP patent... by gowen · · Score: 1
      That's also what I said... here :
      random access (or at least, the inclusion of an index) is the difference
      Random access without an index is kinda pointless, because you don't know where to jump to...

      My only disagreement with the original was whether you could extract a single file from a .tgz. He said you couldn't do it, I merely pointed out that you could do it, but that serial access made it a pain in the arse to do.
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    15. Re:ZIP patent... by cant_get_a_good_nick · · Score: 0

      However, gzip is slowly being replazed by bzip2 nowadays

      Can't be totally replaced. bzip2 can't compress streams, but more efficient to compress files.

    16. Re:ZIP patent... by zerocool^ · · Score: 1

      It seems to me that the next logical step in this would be to compress then tar, as opposed to what I (we?) do now, which is tar then compress (tar -cvf archive.tar directory ; gzip -9 archive.tar).

      Would it make more sense to gzip directory/*, then tar archive.tar directory? Because, correct me if I'm wrong, tar is just sticking files together, end to end, with descriptors at the beginning and end of the files... that should allow for relatively simple extraction.

      --
      sig?
    17. Re:ZIP patent... by Anonymous Coward · · Score: 0

      but how much overhead does gzip add to a compressed file? If it's anything significant, it could hurt when compressing a bunch of small files.

    18. Re:ZIP patent... by ummit · · Score: 1
      The huge advantage of zip over compressed tar archives comes from the fact that you have random access...

      Contrariwise, the huge advantage of compressed tar archives is that you can get much better compression, especially if there are lots of small files.

      (The reason is that with archive-then-compress, the compressor can exploit redundancy across files. If you compress-then-archive, à la zip, for small files you can end up with almost no compression at all.)

    19. Re:ZIP patent... by ShootThemLater · · Score: 1
      bzip2 can't compress streams, but more efficient to compress files
      Where on earth did you get this idea? Bzip2 operates on streams. Aside from the algorithm and some minor differences in command line operations, gzip and bzip2 work in very similar ways.

      Perhaps you are confused because bzip2 will not write to the terminal - but if you redirect the output to something it is fine. Unless you actually want to write compressed bzip2 to a terminal session of course, in which case you have other problems :)

      Check the manpage:

      If no file names are specified, bzip2 compresses from standard input to standard output. In this case, bzip2 will decline to write compressed output to a terminal, as this would be entirely incomprehensible and therefore pointless.

      It would possibly be valid to argue that the fact that bzip2 takes a much longer time to compress a given bit of data makes it less suitable for some streaming applications, but that's not what you wrote.

    20. Re:ZIP patent... by Anonymous Coward · · Score: 0

      gzip was created as a replacement for Unix compress, not zip. In fact, gzip uses the same "deflate" algorithm that zip uses, which Phil Katz (the "PK" in PKZip) dedicated to the public domain. Compress, on the other hand, uses the LZW algorithm that's covered by the Unisys patent (the same one that's also in GIF).

    21. Re:ZIP patent... by mrchaotica · · Score: 1

      I'm no expert, but I think it's a trade-off between smaller and faster. If you gzip then tar, you've got faster "random" access. On the other hand, if you tar and then gzip you've got data that's probably more compressible (because larger data pools tend to have more repetition), and that plus the presumably lower overhead (as the AC above me mentioned) should result in a smaller file.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    22. Re:ZIP patent... by tunah · · Score: 1

      So why don't we use .gz.tar? I'm sure it's a little less efficient, but you gain random access without losing the ability to swap out gzip for bzip2 and tar for... something else.

      --
      Free Java games for your phone: Tontie, Sokoban
    23. Re:ZIP patent... by andi75 · · Score: 1

      It's been mentioned several times in this thread already, but once again:

      - Yes, you can extract individual files
      - No, the access is not random, you need to decompress the stream and parse the archive up to the target file.

      For e.g. 1 GB of compressed e-mail, this is likely to take forever.

      For a zip-file, extracting a small file from a 1 GB archive is instantly done.

    24. Re:ZIP patent... by evilviper · · Score: 2, Insightful
      The huge advantage of zip over compressed tar archives comes from the fact that you have random access, i.e. can extract a single file from a potentially HUGE archive).

      Actually, I don't find much of an advantage. In my experience, even if you are trying to extract a tiny file from a large archive, it still seeks through the majority of the zip file, and is only slightly faster than uncompressing the entire thing.

      Despite that, tar and gzip could be even better. A little programming and you could modify tar to transparently compress individual files with gzip/bzip2 before adding them to the tar archive. In other words, instead of a "tar.gz" file, you'd have a "gz.tar" file...

      Why this hasn't been done yet, I don't know.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  6. Convenient... by daveschroeder · · Score: 3, Interesting

    ...now that they've all but killed off all of the commercial, vendor-supported competition.

    And whatever happened to Office Integrated Rights Management, essentially a DRM for Office documents (New Office locks down documents) that (of course) requires a Windows server to administer, and only works with Microsoft Office? You don't think that they're just going to let that go by the wayside, do you?

    And what about patents?

    Sure, OpenOffice is great, but commercial enterprises will stick with commercial solutions for which there is support. And yes, this could be built for something like OpenOffice (and indeed exists for StarOffice), just as it has been for Red Hat, but I can't see this as anything more than a much belated, empty gesture on Microsoft's part. This sums it up: "Microsoft is doing this as a way to protect its presence on the desktop." Microsoft even dug up Charles Goldfarb, "co-inventor of the concept of markup languages", for its press release to say, "Making XML the default Office file format is, for me, the culmination of a 35-year dream," Charles F. Goldfarb, the inventor of the markup language technology, said in a statement released by Microsoft. Nice touch.

    Also, "Microsoft Ends Era Of Closed File Formats" is a little overreaching, don't you think? They're looking for the biggest lock-in of all with the proprietary Windows Media formats. Microsoft wants to be everywhere there is any kind of media, and it's NOT open. Boy, I can't wait to live in a world where Microsoft controls and meters content and has everyone from the end consumer to cable, satellite, and telecom operators, movie and TV production houses, and everyone in between by the balls, which is exactly what will happen if they get their way. (And submission to SMPTE *hardly* means anything. Standards are standards AFTER they've been vetted by standards bodies, have had the patent searches and pools completed, etc., and have been, you know, actually approved. Not when they've been "submitted for consideration". Further, that gesture is nothing more than an attempt to get pinhead PHB-type managers and executives on board with Microsoft when their technical underlings are pulling for open standards like H.264 - then Microsoft can shoot back to the management, Hey, we're just as open as the MPEG family of standards! Look, we even submitted our codec to SMPTE! It's not our fault they take so long to approve things! Do you really want all that H-dot-whatever-gobbledeygook that your oddball IT guys are talking about? After all, that's what *Apple* uses. You don't want an Apple technology, do you? Go with us; you know Microsoft is the right choice for your 18-million-customer cable service! Utter bullshit. And ignores the fact that all of the codec improvements and tools will NOT be open; the SMPTE submission is nothing more than a thinly veiled attempt to put Windows Media everywhere as well by claiming to be "open" when they're anything but.)

    1. Re:Convenient... by ToasterofDOOM · · Score: 1

      ...now that they've all but killed off all of the commercial, vendor-supported competition. I hate to say it, but ... Star Office is alive and well.

      --
      I am Spartacus
    2. Re:Convenient... by AKAImBatman · · Score: 4, Insightful

      Also, "Microsoft Ends Era Of Closed File Formats" is a little overreaching, don't you think?

      That's exactly what I was thinking. If Microsoft was really opening up Office, why didn't they go for the OASIS Spec? Me thinks that this is an attempt by Microsoft to lead the industry around by the nose, thus solidifying their place as "Industry Leader". And with a proprietary document format, they can make minor, but frustrating, changes every version just to keep the competition on its toes.

    3. Re:Convenient... by metlin · · Score: 1, Insightful

      They are a business, they need not do the altruistic best thing unless something was in it for them.

      Right now, they're choosing the middle ground - opening up a format in a way that they have the upper hand and yet, folks can't fault them.

      If you were a company whose motive was profit, would you really care about doing something that would make you part of the pack?

      MS sees itself as being different from the pack, and so, this is a logical choice for them. It may not the perfect choice or the right one, but it does make a lot of sense from their perspective.

      (Need to open up the formats in a way that the competition can be kept on its toes, like you said - what better way?)

    4. Re:Convenient... by Anonymous Coward · · Score: 0

      > Sure, OpenOffice is great, but commercial enterprises will stick with commercial solutions for which there is support.

      There is a commercial version of OpenOffice with support. It's called StarOffice.

      http://www.sun.com/staroffice/

    5. Re:Convenient... by aldoman · · Score: 1

      Because OASIS is one specification which might be completely and utterly incompatible with the way Office lays things out, and would require a significant investment to change to it?

      Also, I am sure there will be some features missing in the OASIS spec, and that means Microsoft has to go and lobby with OASIS to get it implemented...

      all this so that other competitors can read/write its file formats much easier? Don't think so.

    6. Re:Convenient... by telbij · · Score: 3, Insightful

      Well I gotta hand it to you for a what amounts to an absolutely brilliant troll. You had me nodding my head the whole way through, but actually your response is just as hyperbolic as the story title. I really don't care to get into all the details... but one thing you said,

      I can't see this as anything more than a much belated, empty gesture on Microsoft's part.

      is true from the MS perspective, but that doesn't mean nothing good can come of it. Having a documented XML format could do wonders for OpenOffice compatibility, which wouldn't necessarily put a dent in Microsoft's monopoly, but it would make life a lot easier for those of us who don't want to participate in it. I'm not saying it'll pan out, just that there are possible real benefits.

    7. Re:Convenient... by daveschroeder · · Score: 1

      And then, in my *next sentence* I say that commercial support exists for StarOffice:

      Sure, OpenOffice is great, but commercial enterprises will stick with commercial solutions for which there is support. And yes, this could be built for something like OpenOffice (and indeed exists for StarOffice)

      But thanks!

    8. Re:Convenient... by LMCBoy · · Score: 1

      Still, you have to admit, it's miles better than a closed, binary document format which gets minor-but-frustrating changes every version.

      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
    9. Re:Convenient... by bogado · · Score: 1


      I am tired of this "they're a business, they are interested in profit not xxxx". Just because they're a business it don't mean that they're free of any responsibility. They must have responsibility, and those responsibilities must be enforced by the government.

      Microsoft should be punished if they attempt to lock you in so you can't have access your data (this include data made for you) unless you pay them some money. Every format should be open and available to other developers (be them open source or not).

      If I make a text, book, memorandum with word I expect it to be mine not encrypted in some proprietary mambo jumbo that MS thinks it's the solution for me. Just like I expect to have access to the raw format of my cameras. It dosen't matter to me, and it shouldn't matter for you too, that opening the office format will make thousand of microsoft stock holders a few cents poorer.

      ahh it feels good to rant sometimes....

      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

    10. Re:Convenient... by IntlHarvester · · Score: 1

      Do you really want all that H-dot-whatever-gobbledeygook that your oddball IT guys are talking about? After all, that's what *Apple* uses. You don't want an Apple technology, do you?

      Life must be interesting on your planet, Dave.

      First of all, video file formats are hardly a concern of "IT" -- this is really all being hashed out in Hollywood boardrooms, and is completely offtopic in a discussion about MS Office.

      Second, it really boils down to either giving Dolby a bunch of money or giving Microsoft a bunch of money -- the relative "openness" of one side or another is all politics between the content and device vendors and not something us peons should be overly concerned with. Us slashdotters are downloading Divxes and don't really matter in this disucssion.

      And finally, your fantasy about Anti-Apple Zealots doing whatever the opposite of Apple does is humorously delusional. I will say that there is a user resistance to QuickTime-based video, but that's mainly because the player sucks, and not because people have any particular opinion about Apple (other than they produce a crappy player).

      --
      Business. Numbers. Money. People. Computer World.
    11. Re:Convenient... by AKAImBatman · · Score: 1

      Because OASIS is one specification which might be completely and utterly incompatible with the way Office lays things out, and would require a significant investment to change to it?

      Bullocks. We're talking about a file format for a word processor and a spreadsheet. If OOo and MSOffice can interchange formats today (not to mention all the extra "export" formats that MSOffice handles) then there's no reason why they can't follow the OASIS spec. The worst case is that MSOFfice adds a few features for some of the more esoteric functionality.

      Besides, there wouldn't be *any* problem if Microsoft had joined the OASIS working group in the first place, now would there?

    12. Re:Convenient... by ABaumann · · Score: 1

      I am tired of this "they're a business, they are interested in profit not xxxx".

      You're right, we should all be interested in xxxx. I mean, 4 X's! That's got to be even more hardcore then xxx. What was ICANN thinking?

    13. Re:Convenient... by Durandal64 · · Score: 1
      Life must be interesting on your planet, Dave. First of all, video file formats are hardly a concern of "IT" -- this is really all being hashed out in Hollywood boardrooms, and is completely offtopic in a discussion about MS Office.
      He obviously lives on Planet Earth, where IT corporations like to stream video content over the Internet and are thus concerned about video file formats.
    14. Re:Convenient... by SteveX · · Score: 1

      Microsoft could announce that they're giving away all their products for free, donating all the patents they own to the FSF, and giving a free XBox to every Internet Explorer user, and folks would still find something to complain about.

    15. Re:Convenient... by bheer · · Score: 1

      If I make a text, book, memorandum with word I expect it to be mine not encrypted in some proprietary mambo jumbo that MS thinks it's the solution for me.

      Except that Microsoft has now made a book (program) and published the alphabets (schema) to the book under a free of charge, perpetual licence. What's more, you understand the alphabets just fine (because it's XML) and converting it to your format is a series of trivial XSLT operations.

      So what was your complaint again? Oh yes, you want them to publish the schema in YOUR pet format. Yeah, like their engineers have nothing better to do than get involved in the bureaucracy of file-format design-by-committee. (We know how well that worked for HTML/XHTML/CSS -- years of a public standards process and yet Safari, Opera and Gecko can't render alike)

      Seems to me that the you're the one spouting 'mambo jumbo' here.

    16. Re:Convenient... by IntlHarvester · · Score: 1

      In retrospect, he lives on Planet Troll, where a discussion about MS Office gets twisted into Apple/Dolby Advocacy Hour. Well, I bit.

      --
      Business. Numbers. Money. People. Computer World.
    17. Re:Convenient... by KagatoLNX · · Score: 2, Insightful

      Ummmm, hello people. This is an XML format.

      If MS needs extensions, that's what namespaces are for.

      As long as MS extensions don't change formatting functionality (this is really not rocket science, Word is not an innovator here), they can tack whatever metadata they need into the file format and still have it be portable.

      If you don't believe me, look at what Inkscape has done with SVG. Psodipodi built on it, adding a namespace to provide their needed data. Inkscape did the same on top of that. It produces one file containing three XML namespaces containing with interoperable metadata for two editors--and it's viewable in stock SVG viewers.

      Obviously it's up to Microsoft to "do the right thing" with their metadata, but this certainly levels the playing field so that others can do what they need to with the documents.

      Now the patent on XML-to-object-mappings, that's another story...

      --
      I think Mauve has the most RAM. --PHB (Dilbert Comic)
    18. Re:Convenient... by metlin · · Score: 0

      No, they aren't forcing you to use their software. Other than the OEMs and bundled software, you do have a viable alternatives. Even in that case, blame your vendor, not Microsoft.

      If you use their software, you are bound by what they think will benefit them as a company. You do not argue that Ford parts work on Toyota now, do you?

      They must have responsibility, and those responsibilities must be enforced by the government.

      Yes, there are countries out there with that philosophy - it's called socialism, where governments control everything that companies do.

      Microsoft should be punished if they attempt to lock you in so you can't have access your data (this include data made for you) unless you pay them some money. Every format should be open and available to other developers (be them open source or not).

      No, Microsoft is a company with a motive of making profit and consequently providing employment. If you get locked in, you're a fool - don't blame Microsoft. They're not under any obligation to open up their material, whatsoever.

      If I make a text, book, memorandum with word I expect it to be mine not encrypted in some proprietary mambo jumbo that MS thinks it's the solution for me. Just like I expect to have access to the raw format of my cameras.

      A textbook is a bad analogy, but a camera is a better analogy. If I come up with a camera with features that no one else has, I would do anything to lock users to my camera - including having a closed format. There is nothing wrong in that - you're using my product because you find something useful, and I exploit that to my benefit.

      It may not agree with your ethics, but that doesn't make it unethical.

      It dosen't matter to me, and it shouldn't matter for you too, that opening the office format will make thousand of microsoft stock holders a few cents poorer.

      It might not matter to you, but that does not mean it shouldn't matter to others (it doesn't matter to me, but a precedent where a company is forced to do some things because a few folks feel so is ridiculous and scary).

      I'm not a fan of Microsoft, but I'm a fan of capitalism. Microsoft has made a good move here, and rather than accept that, folks here go pedantic about how they could have done better.

      Bleh.

    19. Re:Convenient... by daveschroeder · · Score: 1

      First of all, video file formats are hardly a concern of "IT" -- this is really all being hashed out in Hollywood boardrooms, and is completely offtopic in a discussion about MS Office.

      Sorry, but open standards and all of the tools and infrastructure that support them are a concern for "IT".

      Further, Microsoft pushing closed standards and file formats is perfectly on topic in a story entitled "Microsoft Ends Era Of Closed File Formats".

      Second, it really boils down to either giving Dolby a bunch of money

      Er, Dolby?

      Oh, you must mean MPEG LA. You know, the entity that actually does the licensing for MPEG family standards. It has so much experience in this arena, it's actually doing the patent pool for VC-1 as well.

      or giving Microsoft a bunch of money

      Oops, common mistake. You mean Microsoft giving them a bunch of money: Microsoft has shown they are willing to spend money or pay companies to use their product--buying their way into markets they deem important to future Microsoft business. It will be hard for telcos, ISPs, and cable providers to turn down billions of dollars in incentives if Microsoft attempts to buy the market.

      the relative "openness" of one side or another is all politics between the content and device vendors and not something us peons should be overly concerned with.

      Sorry, but an open, international ISO and ITU-T standard (H.264) is a lot more open than something that is, you know, not open, as is the current state with Windows Media.

      And finally, your fantasy about Anti-Apple Zealots doing whatever the opposite of Apple does is humorously delusional.

      Funnily, not using something from Apple just because it's Apple is mind-bendingly commonplace, even among supposedly skilled and knowledgeable folks. Your pretending that it's not is the only delusion here.

      I will say that there is a user resistance to QuickTime-based video, but that's mainly because the player sucks, and not because people have any particular opinion about Apple (other than they produce a crappy player).

      Baseless assertion. How does QuickTime Player "suck" compared to:

      - RealPlayer
      - Windows Media Player

      Please be specific.

      QuickTime Player is a free, commercial, vendor-supported player for Windows 98/Me/2000/XP and Mac OS 9/X. What's "crappy" about it? (Nice troll though!)

    20. Re:Convenient... by daveschroeder · · Score: 1

      No, I live in a world where an article titled "Microsoft Ends Era Of Closed File Formats" is challenged with a specific example of Microsoft doing exactly the opposite of that. But thanks!

    21. Re:Convenient... by AaronGTurner · · Score: 1

      Sure, OpenOffice is great, but commercial enterprises will stick with commercial solutions for which there is support.

      Actually there may be increasing interest in the new standards body approved formats in many instances as this is more likely to assure backwards compatibility and readability in the future. Given requirements for data retention this may become increasingly important.

    22. Re:Convenient... by bogado · · Score: 1

      I am not saying that they should use the format X or Y (but having a single open format is better then the babel tower we have now). I applaud this initiative from MS, but I don't trust Ms to be that open (yet I sure hope so... :-)). What I don't want is a pseudo open format that in the end will be different (slightly, but different enough) from the documentation.

      Ms is renown for it's attempts to maintain their monopoly, and surely this is one of those attempts. I just hope thatit is a "let's make it open so they will not be able to complain anymore" instead of a "let's make it appear to be open so we can both shut them up and maintain our monopoly intact".

      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

    23. Re:Convenient... by drsquare · · Score: 1

      Just because they're a business it don't mean that they're free of any responsibility. They must have responsibility

      OK then, so that begs the question, what responsibility? And why? Why would one company have a responsibility to pander to the competition? Especially in a situation where they don't really have any competition. Yeah there's Open Office, but Microsoft pandering to Open Office is like McDonald's pandering to an independent hot-dog stand outside a football stadium.

      Microsoft should be punished if they attempt to lock you in so you can't have access your data (this include data made for you) unless you pay them some money.

      Presumably, the only reason your data is in their format is if you've made it using their software and saved it in their format. In which case, surely you have already paid for their software? This also means they haven't locked up your data, you've done so yourself by using their document formats. If you prefer for instance an Open Office document, or a .txt, what's stopping you keeping your data in one of those instead? You're making it sound like a conspiracy by Microsoft, as if they were releasing viruses which went around people's computers changing all their files to Word documents.

      If I make a text, book, memorandum with word I expect it to be mine not encrypted in some proprietary mambo jumbo that MS thinks it's the solution for me.

      Encrypted? Surely when you open the document in the same program you created it in, it opens up and you have access to your data? And if you don't like the MS Word format then don't use it.

      I'm not a Microsoft apologist, in fact I don't like the idea of obfuscated, closed file formats, but your arguments aren't exactly the most convincing.

    24. Re:Convenient... by IntlHarvester · · Score: 1

      Besides, there wouldn't be *any* problem if Microsoft had joined the OASIS working group in the first place

      The thing that bugs me about OASIS is that they have neither Microsoft nor WordPerfect on board -- it is basically the least-popular-wordprocessor standard. I have nothing against Sun, but I just don't think they've got very much credibility or installed base in the desktop realm to push standards. (And IBM's there, but Lotus is dead, so who cares.)

      The main value of OASIS will probably be just unifying the 100 different Unix document formats, or as a translation step to/from MS Office XML.

      --
      Business. Numbers. Money. People. Computer World.
    25. Re:Convenient... by bheer · · Score: 1

      > We're talking about a file format for a word processor and a spreadsheet.

      Yeah. Word processors and speadsheets. Simplicity itself. Man, those programmers at WordPerfect/WordPro must have been dumb _and_ never heard of hex editors, to this day they can't accurately render or save Office docs.

      An average GUI wordprocessor/spreadsheet has more complexity in it than emacs, measured by the number of ways a user can interact with it. To this, add differing program models (WordPerfect used a XML-like DOM model for storing data, Word used a Run-based model where blocks of text were tagged with attributes (this was why Reveal Codes took so long to implement in Word)).

      Now try to come up with a common format and you'll end up with a limited, common-denominator format like RTF that everyone interprets a little differently (e.g., Lotus' and MS' interpretation).

      I'd say using a interoperable native format is better than developing a watered down, common-denominator format.

    26. Re:Convenient... by IntlHarvester · · Score: 1

      Congrats, you read the headline, but not the article. Good for you.

      Where I come from starting a offtopic flamewar is called "trolling". I'm sorry for continuing it.

      --
      Business. Numbers. Money. People. Computer World.
    27. Re:Convenient... by IntlHarvester · · Score: 1

      I'll stay away from the video format stuff -- I have nothing against H.264, so you may win the offtopic argument.

      I personally don't like QTP because it's starts up slow, spams me with upgrade messages, has a crappy browser plugin that plays media in a blank browser window by default (rather than a floating player window), feels very clunky on Windows and lacks features like fullscreen in the free version.

      Recently we posted a video in WM/RM/QT format, and QuickTime was the least popular pick. If there isn't a widely held "crappy" perception about the player, why would that be? It's certainly on a lot of machines due to itunes.

      --
      Business. Numbers. Money. People. Computer World.
    28. Re:Convenient... by starfishsystems · · Score: 1
      Indeed.

      As this article points out:

      Microsoft Corp. also uses XML in its most recent Microsoft Office formats. While it has opened these formats to some extent, Microsoft's XML formats are still proprietary and it has tried to patent some of its XML format technology. Microsoft also charges royalties for accessing its formats.
      --
      Parity: What to do when the weekend comes.
    29. Re:Convenient... by bogado · · Score: 1
      If I come up with a camera with features that no one else has, I would do anything to lock users to my camera - including having a closed format.


      That's the point where I think is useless, I think that you can't lock anyone's work. If you want to work with top-secret lenses, ships and firmware, that's ok. But if I take a picture with your camera I sure bet I want to have access to all the information in the picture, and I should use whatever tool I think it is usefull (even if it is a binary editor). It is my work and I have all the rights on it.

      I'm not a fan of Microsoft, but I'm a fan of capitalism.


      Pure-capitalism is a failure as much as socialism was. It broke even earlier, remember the crash when people flew out of windows like crazy? The only solution to this was enforcing politics to the enterprises and the market. I believe that in the government should make sure the people live well. It doesn't matter if it's a capitalism, socialism or an anarchy. If the people are happy it is enough.

      Microsoft has made a good move here, and rather than accept that, folks here go pedantic about how they could have done better.


      If it is really a good move or not is yet to be seen, as I stated somewhere else I don't trust MS to do as it is saying it will do. If they do as announced it will be a good move that everyone will benefit, but I just will not applaud yet.
      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

    30. Re:Convenient... by Elrac · · Score: 1
      They are a business, they need not do the altruistic best thing unless something was in it for them.
      Allow me to make a small correction. MS is a proven monopoly and as such has some special responsiblities and restrictions. Just as, in a decently run country, The Power Company can't simply serve up electricity blackouts at random times of day, a software monopolist can't just... oh wait.
      --
      When one person suffers from a delusion, it is called insanity. When many people suffer from a delusion it is called Rel
    31. Re:Convenient... by AKAImBatman · · Score: 1

      An average GUI wordprocessor/spreadsheet has more complexity in it than emacs, measured by the number of ways a user can interact with it. To this, add differing program models (WordPerfect used a XML-like DOM model for storing data, Word used a Run-based model where blocks of text were tagged with attributes (this was why Reveal Codes took so long to implement in Word)).

      Do you have any idea WHY these file formats were so complex and MSOffice uses a run based format? Hint: It has nothing to do with the data being stored.

      The answer is that those complex formats were an attempt to record edits directly to the file without rewriting the entire document. In the olden days, this made a lot of sense as computers weren't very fast. Unfortunately, this also made Office documents very complex as they became miniture file systems unto themselves.

      All of that goes away when you move to an XML file stored in a ZIP archive. Now you have to cleanly re-write the structure for every save, and it becomes a matter of supporting the necessary features. It wouldn't surprise me if the new MSOffice still loads the new format into an old-style MSOffice temp file, but that doesn't place any restrictions on the XML output format.

      I'd say using a interoperable native format is better than developing a watered down, common-denominator format.

      You're right. Instead of ASCII/Unicode encoding, we should go back to per-computer text encodings! Not just EBCDIC, we don't need standards! Proprietary formats are better! I'll go create my own right now that scatters the english alphabet all over the 8 bit address space! All in the name of making a "not watered down" format! I'll be rich, rich I tell you! (rolls eyes)

      The world runs on standards. You probably don't even think about the fact that your paper towel always fits the holder, or that your appliances always fits through the door, or that your car takes gas from any gas station. These sorts of non-issues we take for granted exist as major barriers in countries that don't participate in standards such as China. (I'm sure there's a "standards evading is communist" joke in there somewhere.) Attempting to evade standards only hurts everyone.

    32. Re:Convenient... by legLess · · Score: 1
      They must have responsibility, and those responsibilities must be enforced by the government.
      Yes, there are countries out there with that philosophy - it's called socialism, where governments control everything that companies do.
      Oh, come on, don't you think that's a bit of a stretch? It's a long step from the OP's "corporations have responsibilities" to your "go back to Cuba, commie." Neither the OP nor most thoughtful people argue that the government should control "everything that companies do." It's a straw man and a poor argument, and you should know better.

      Corporations are a legal fiction. They get most of the rights and few of the responsibilities of people in exchange for their ability to create wealth. They do have some responsibilities, though, and these are occasionally enforced by the government (or certain elements in the government, like Eliot Spitzer). This is good and proper. The amount of effort the government spends enforcing those responsibilities depends on who's guarding the hen-house. As of today, it's more of a fox than some would like, but at least it's something.

      There are contries where the opposite is true -- it's called fascism, where corporate and government power align to further the same interests. Government and corporations have been and should be at loggerheads; it's a fundamental check and balance.
      --
      This isn't as much "normalization" as it is "don't take so many drugs when you're designing tables."
    33. Re:Convenient... by bogado · · Score: 1

      I don't use it, in fact I do not use anything from MS. But fact is people use it, and sure they are not encrypted per see (I was exaggerating, since it was after all a rant). But my girlfriend is doing her masters and she have to write her dissertation with word.

      Why? Because the retarded standard for her university is a word document full of scripting and other annoyances. This text she is producing when written in the word format is not entirely her's anymore. She can't print it reliably in other computers without a 3rd party tool (that makes pdfs).

      And since she works with book design and typography a txt will not be enough. In fact she don't have open tools to do what she needs. She have to use expensive adobe stuff that save into closed formats, that will not work anymore in a few years, just like those 1000s of word documents.

      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

    34. Re:Convenient... by daveschroeder · · Score: 1

      I personally don't like QTP because it's starts up slow, spams me with upgrade messages, has a crappy browser plugin that plays media in a blank browser window by default (rather than a floating player window), feels very clunky on Windows and lacks features like fullscreen in the free version.

      I can't speak to the "starts up slow"; I suppose that's all relative.

      Due to popular request, QuickTime 7 (due soon on Windows) no longer nags about upgrading.

      The behavior of the QuickTime plugin can be set to play in a browser window or in the Player. Some people like it one way; some like it the other. I suppose the default setting is up for debate.

      The full screen issue I will wholeheartedly agree with you on. Apple has gotten feedback on this from every angle - TONS of it - as well as the fact that all other media players play video fullscreen in their default/free state, except QuickTime Player. Further, every single feature of Pro is an editing feature - EXCEPT fullscreen playback, so we made the argument that the Pro delineation should be editing vs. playback, and fullscreen playback should be possible on non-Pro. Since the behavior hasn't changed with QuickTime 7, it's clear that Apple has made its marketing/business decision and is sticking with it.

      Recently we posted a video in WM/RM/QT format, and QuickTime was the least popular pick. If there isn't a widely held "crappy" perception about the player, why would that be? It's certainly on a lot of machines due to itunes.

      That's a logical chain that doesn't follow. QuickTime being the least popular pick doesn't automatically mean QuickTime has a "crappy" player. I'm kind of floored that you're even making a connection that if QuickTime was the least used pick for your video, it MUST mean that there is a "widely held perception" that QuickTime is crappy. (???) (Not to mention that things like what your business is, who your customers are, what types of computer/OS they're likely to own, etc., are all important factors.)

      What it means is things like: most people, statistically, use Windows, which doesn't come with QuickTime, and they likely won't have downloaded QuickTime. All PCs have Windows Media Player, and many ship with (or the users have downloaded) RealPlayer, because of content that requires it. This does not at all speak to the quality of QuickTime or QuickTime Player. If someone already has Windows Media Player and/or RealPlayer, and DON'T have QuickTime on their computer because they don't need it, then why would they not pick Windows Media or Real? And at that, this doesn't present any qualitative quality concerns regarding QuickTime Player; if anything, it represents a concern about the market presence for QuickTime and whether Apple can grow that market (via things like this). But that's a business problem, not a technical one.

    35. Re:Convenient... by AKAImBatman · · Score: 1
      The thing that bugs me about OASIS is that they have neither Microsoft nor WordPerfect on board -

      Really? I thought Corel owned WordPerfect? From OASIS OpenDocument FAQ:

      OpenDocument has its roots in the OpenOffice.org XML file format. In December 2002, Arbortext, Boeing, Corel, CSW Informatics, Drake Certivo, [...] Stellent and Sun Microsystems founded the OASIS Open Office XML Format TC to develop a standardized XML-based file format for office applications.

      Seems to me like they're onboard. The catch is that no one (including OpenOffice) has yet released a product supporting the standard. It's too new of a standard. The only OpenOffice version to do so is still in beta. You should see suites such as WordPerfect supporting the format within the next year or two.
    36. Re:Convenient... by synthespian · · Score: 1

      Sure, OpenOffice is great, but commercial enterprises will stick with commercial solutions for which there is support.

      I don't exactly get what you mean by support. My impression from the people and businesses I know personally is that Microsoft Office format is a big success not because of "support", but because there's a wealth of products built around it by third parties.
      These 3rd-party products are crucial for the enterprise, stuff like Eletronic Content Management, being able to create document workflow and revision systems, and groupware. All this stuff integrates seamlessly with the Windows desktop and the Windows office applications. In any enterprise with a huge amount of paper and workflow, document management systems are a necessity. This is point OpenOffice proponents frequently forget: office applications are not about just the single desktop user but they are also about integrating seamlessly in an eco-system of content management software provided by theird-parties and accessing legacy documents. For instance, in my country, Brazil, legislation demmands that certain financial documents be stored for a period that outruns any document format you might have seen. This means people have to migrate very old sofware document records.
      This is an area ISV working on open-source platforms could explore, an unexplored niche market. AFAIK, not even COLD solutions exists and COLD goes way back decades (ever since computers started processing bills.) And there are no equivalents of proprietary software in the open-source market (this shows you that open source developers are sometimes out of touch with their would-be customer base). People are developing groupware, but there are no ECM (Enterprise Content Management) solutions. Groupware, ERM, and ECM are the bulk of enterprise software.
      If only the open-source community would take something like OpenOffice, or further develop AbiWord (which has nice plug-in functionalities), and integrate these with Mono, you would have made a serious dent in the Windows dominance. I mean, who wouldn't want to avoid expensive per-seat Microsoft licenses, plus per-seat ECM licenses? And software houses that provide ECM solution (e.g., the market leader OnBase) work with year-round support and customization, and we know this is a way of doing business that is viable for open-source (of course, they have per-seat licenses).
      BTW, I really mean Mono, and not Java. Java is not an alternative on the long term, not only because of the Java's proprietary nature, but because Mono is gearing itself towards Windows-*Nix interoperability, to the point where software build with Windows.Forms will work on Mono. Additionally, having to depend on Sun's finances is a a suicidal investment of resources.
      But open-source has major hurdles: it nees to standardize on OpenGroup and LSB That is to say, the Free Standards Group has to advanced by libre *Nix distros and vendors, so that software developers have an easier time with all the distros. De Icaza wrote something about this in this essay. Linux distros need to be reliable in terms of time frame for releases (which the commercial ones are), too.
      My feeling is that Microsoft has foreseen a trend going against its closed-source format (OASIS, the Massachusetts imbroglio) and anticipated any possible open-source incursion in the field of content management. If these formats are truly opened, they've raised the bar for the arguments of any future switching to FOSS platforms+OO.org solutions (because, right now, as I've argued, there are no FOSS replacements for content management for the enterprise AFAIK, and there's a huge amo

      --
      Main difference between the BSD license and the GPL license: one is from California and the other is from Massachusetts
    37. Re:Convenient... by daviddennis · · Score: 1

      Under those circumstances, though, fewer people might buy your camera. Consider the kerfluffle over Nikon closing their colour correction information to non-Nikon software. A lot of people, including myself, are really turned off by that kind of gesture. This is especially important since by most accounts Nikon's software isn't very good.

      There may be nothing morally wrong about it - they are Nikon's cameras, after all - but it might still be commercially wrong if it makes people prefer Canon.

      Some of the subtle things about how capitalism works are quite remarkable. That's why we both agree that it's a greate system :-).

      D

    38. Re:Convenient... by fm6 · · Score: 1
      ... but I can't see this as anything more than a much belated, empty gesture on Microsoft's part.
      Really it's not even that. Going to XML-based formats is not "opening up" the format. It's just making it easier to reverse-engineer the format. And the truth is that Microsoft formats have never been hard to reverse-engineer. All the leading word processors -- Open Office, WordPerfect, Lotus -- have decent import/export filters for Word binary format.

      I know what you're saying: "Bullshit! When I import a Word document into OO, I get a total mess!" But that's not because OO can't parse the data in the Word file. That's because word processor files are full of messy little embedded formatting instructions that are very difficult to exactly translate into another format. It's like tearing down a house, exactly analyzing how the house was put together as you go, and then trying to rebuild the same house with completely different materials. Unless the house is a really simple structure, it's practically impossible to end up with exactly the same house.

      Everyone seems to think that using XML instead of binary magically eliminates such formatting issues. Not true. XML is just a means to an end, and that end is content-presentation separation. If you separate all your presentation instructions into a separate stylesheet, then you can impose proper structure on your document and make it app-portable. You don't need XML to do that -- XML just makes it less work, because XML parsing is standardized.

      But somebody hacking out a memo or a white paper can't be bothered with issues like that. They just need a document that looks good and is ready for the 2pm meeting. So their document is content and presentation all mixed up. Which isn't going to be app portable, whether the format is binary, RTF, or XML.

      Microsoft isn't going to XML because they've suddenly got the open format religion. Microsoft is going to XML because that's the state of the art for data storage and transmission. It helps their apps interact with SOAP servers, XML-based filesystems, XML-based databases, XML-base content-management systems, etc. In theory, these could all be non-Microsoft softwares, but in practice Microsoft will do what they've always done: introduce silly little incompatibilites that will make everybody else jump through hoops if they want to interoperate. The incompatibilities will be easier to identify in XML-based files, but they'll still be there.

      The fundamental compatibility problem is Microsoft's arrogant corporate culture that puts getting their way ahead of standardization. Until that changes, no "open format" is going to fix the problem.

    39. Re:Convenient... by joeljkp · · Score: 1
      From the Washington Post article:

      Dan Leach, a spokesman for the Redmond, Wash.-based company, said the new Microsoft Office Open XML Formats will be published royalty-free and will differ from the Office 2003 version in two main ways.


      It says "royalty-free", which to me says that patents won't be a problem.
      --
      WeRelate.org - wiki-based genealogy
    40. Re:Convenient... by 7-Vodka · · Score: 1

      Please, stop just stop. Stop talking about companies as if they were an individual. They are not, and it makes no sense to talk about them this way. They are a buisness collaboration of a group of people. It's analogous to when people pretend slashdot only has one point of view and it just 'is' without belonging to any particular indiviudal. Fuck the politicians for giving companies the rights of the individual and fuck you for trying to confuse people into thinking that way, because when you do you create an iron curtain which isolates corporate lords from responsability.
      Saying 'a company' decides it's more cost-efficient to throw toxic waste into a river and give 1000 people leukemia is misleading and incorrect. An evil, twisted, bastard of a person/s made this decision and should be held responsible.

      So next time, don't say:
      'M$ decided it was in it's best interest to fuck us in the ass because it has no morals'

      Say instead:
      (assuming bill gates makes the decision)
      'Bill-fucking-gates decided it was in his best interest to fuck us in the ass because he apparently has no morals.'

      'A company' doesn't make the decisions and 'A company' can't fucking go to jail. It can be interfered with until it goes out of buisness but the corporate lords jump out and open their golden parachutes then go find another place where they can shit on us from.

      --

      Liberty.

    41. Re:Convenient... by MinutiaeMan · · Score: 1

      I think that the key issue that Microsoft may be working towards is a move away from a single product (i.e. a "basic" collection of Word, Excel, and PowerPoint) into an actual service -- a complete solution of services that not only let you do the basic job, but also to complete the various tasks that go along with it, to help businesses manage the entire workflow.

      The only problem (as I see it) is that MS is still charging such huge prices for consumers seeking home solutions -- when people are looking to write letters and other basic stuff at home, Word is seriously overpowered for most people's general needs. As bad as it sounds, I wonder if some sort of divergence with a more basic "home" and "pro" editions of Office would be in order (even though the same thing is such a bad solution for Windows itself).

      I'm probably being way too optimistic and naive here, but what if at least some people at Microsoft are starting to realize the same thing that businesses like IBM realized years ago -- that selling a powerful batch of tools to enhance the capabilities of the original applications is so much better than charging an arm and a leg for the original apps themselves. That way, people can still use any tool they want for their basic needs, but when they get to the heavy stuff, they know who to turn to to get the best tools for the job -- Microsoft. (?)

      I know, that's not very likely to happen, is it? Oh well.

    42. Re:Convenient... by terrymr · · Score: 1


      4X is a beer

    43. Re:Convenient... by lowe0 · · Score: 1

      A company run the way you describe would be torn to pieces by shareholder lawsuits.

      The reason companies myopically pursue the almighty dollar is becaue the shareholders will sue seven shades of shit out of them if they fail to act in the best interests of the corporation at all times.

    44. Re:Convenient... by redhog · · Score: 1

      If microsoft releases their own spec to everyone for free, no strings attached, I won't condemn them for making their own spec. As you say, their format must match their data-model, and OASIS, how good it may be, may or may not match their data model. But the keyword here is "no strings attached". I'm afraid they will add some licensing requirements that are incompatible with some software distribution schemes and/or licenses.

      --
      --The knowledge that you are an idiot, is what distinguishes you from one.
    45. Re:Convenient... by agurkan · · Score: 1
      Microsoft could announce that they're giving away all their products for free, donating all the patents they own to the FSF, and giving a free XBox to every Internet Explorer user, and folks would still find something to complain about.

      Yes, but then you could refute those arguments easily; can you refute the arguments here? Because some people are paranoid and voice unfounded concerns does not mean there is nothing to be afraid of.

      --
      ato
    46. Re:Convenient... by herve_masson · · Score: 1

      Sure, OpenOffice is great, but commercial enterprises will stick with commercial solutions for which there is support.
      Corporates probably bother a lot about support, but most user I'm working with (SMEs and such) don't give a shit about MS support simply because such thing does not exist for them. You buy office, you use it and get used to bugs and annoyances; there is no way to make them fixed.
      That's why those guys are starting to consider OpenOffice seriously. They "simply" need to be told and teached about it.

    47. Re:Convenient... by Anonymous Coward · · Score: 0

      So when the people at Microsoft started work on the next version of Office many months ago, they should have just used their time machine to jump forward in time, get the final OpenDocument standard, as accepted by the working group in May 2005, jump back in time and target that spec?

      No? I see - you think they should have joined the group and done all of their work targetting a committee designed spec, that may or may not emerge from the group as a standard. That's a fantastic way to minimize risk!! Committees *never* take longer than expected to finish their work and committees always deliver a satisfactory result, right?

    48. Re:Convenient... by bheer · · Score: 1

      I am aware of the value of standards. However, the capabilities and of character-sets and toilet-paper dimensions can be described with a precision that you cannot apply to word-processors or spreadsheets (if you think Excel already does everything a person can want, you obviously haven't seen some of the analytics software used in financial firms).

      Standardizing wordprocessors/spreadsheets when their very capabilities are evolving is more than madness, it's bureaucratic control-freakery of the worst order.

      Attempting to evade standards only hurts everyone.

      Considering that DOCX is equivalent to what OASIS offers, I'm not sure how Microsoft is 'evading' standards. It sounds more like a bunch of vendors with fractional marketshare is griping about how the big 800 pound gorilla isn't playing at their party.

    49. Re:Convenient... by spruce · · Score: 1

      So your complaint is really with her school for forcing her to use what you feel is not the right tool for the job.

    50. Re:Convenient... by spasmatik · · Score: 1

      There is nothing wrong with having a monopoly. Its really disturbing how little most of slashdot understands on this matter. The anti-trust case had NOTHING to do with Office. It's not relevant. Your analogies are lame and irrelevant.

    51. Re:Convenient... by uradu · · Score: 1

      What you have done is state the bleeding obvious, and that is not at issue at all here. The question that this thread is REALLY grappling with is: just because a company offers us a carrot, should we accept it and rely on it as a vital component of OUR business? Microsoft has every right to operate their business within the law, and part of that right is also to be able to offer the world new and wonderful file formats. What you have to ask yourself though is whether it is prudent for YOUR business to rely on THEIR promise. If you take their carrot without even asking yourself that question, you're a fool. If you tackle the question, and after much deliberation decide that the carrot is worth accepting, kudos to you; just hope that the deal won't be changed on you later on. But don't chastise those who examine the deal and find it wanting.

    52. Re:Convenient... by amliebsch · · Score: 1
      what if at least some people at Microsoft are starting to realize the same thing that businesses like IBM realized years ago -- that selling a powerful batch of tools to enhance the capabilities of the original applications is so much better than charging an arm and a leg for the original apps themselves.

      This certainly seems to be their strategy for develeopors. With nothing more than a hotmail account, you can now download - for free - "express" versions of Visual Studio for "hobbyists" and such, with awesome documentation and powerful user tools. But of course, you aren't licensed to use them to write commercial software, as soon as you need the servers to deploy your apps on, prepare to shell out commercial-grade prices.

      --
      If you don't know where you are going, you will wind up somewhere else.
    53. Re:Convenient... by Anonymous Coward · · Score: 0

      why didn't they go for the OASIS Spec?

      Simple, the Oasis spec does not include their patent. You can't sue someone for violating a patent if they don't actually use it.

    54. Re:Convenient... by cortana · · Score: 1

      > If I make a text, book, memorandum with word

      That's your mistake. You should have used LaTeX.

    55. Re:Convenient... by AKAImBatman · · Score: 1

      However, the capabilities and of character-sets and toilet-paper dimensions can be described with a precision that you cannot apply to word-processors or spreadsheets

      Nonsense. Document structure for both Word Processing and Spreadsheets have remained stable for at least ten years now. That's what has made specs like XSL-FO (a universal document format) possible. The only changes to such software has been in the features that operate on that data. e.g. One spreadsheet might support pivot tables while another one might not. It doesn't change the data that is stored, though. At the most, you'd need to add some meta data describing the operation performed. This sort of thing is well handled by the OASIS spec.

      Standardizing wordprocessors/spreadsheets when their very capabilities are evolving is more than madness, it's bureaucratic control-freakery of the worst order.

      Okay, name some features that require a proprietary format. Go ahead, take your time. I'll wait.

      Considering that DOCX is equivalent to what OASIS offers

      OASIS: Free, Open Standard
      DOCX: Requires an expensive Microsoft license to use.

      OASIS: Interoperable.
      DOCX: Proprietary moving target.

      They don't seem the same to me. And if they truely *are* the same at a technology level (which may be true), that kind of undermines your whole argument about proprietary formats, doesn't it?

    56. Re:Convenient... by sootman · · Score: 1

      BTW, Mr. Goldfarb is the 'G' in 'GML'*, as described in this fascinating read on the origins of GML.

      * before you reply saying GML stands for 'General Markup Language', RTFA! (Yeah, I know, I must be new here.) OK, here it is for you: "Later in 1969, together with Ed Mosher and Ray Lorie, I invented Generalized Markup Language (GML) to solve the data representation problem... in 1971, when product development was imminent, I gave GML its present name so that our initials would always prove where it had originated."

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    57. Re:Convenient... by hachete · · Score: 1

      They say that they're doing these things. Until somebody actually tries to build an app that exchanges file format and MS *lets them do it*, that will be the day. Until then, this is more vapourware.

      --
      Patriotism is a virtue of the vicious
    58. Re:Convenient... by pomo+monster · · Score: 1

      Sounds like you might be interested in this article from last week's Economist about how businesses would do well to embrace social issues as essential to the bottom line, regardless of both the CSR fanatics on the one side and the bean counters on the other. The article is wordy as fuck-all, but you'll probably get the gist from skimming it. Hope you find it enjoyable.

    59. Re:Convenient... by Anonymous Coward · · Score: 0

      Last time I checked (a minute ago on Word 2003) Word still didn't implement reveal codes. They only show CR/LFs, spaces, and tabs on my document.

    60. Re:Convenient... by synthespian · · Score: 1

      I think that the key issue that Microsoft may be working towards is a move away from a single product (i.e. a "basic" collection of Word, Excel, and PowerPoint) into an actual service -- a complete solution of services that not only let you do the basic job, but also to complete the various tasks that go along with it, to help businesses manage the entire workflow.

      Good point/insight! Actually, I thought this open-format strategy was geared towards avoiding the "perils" of OASIS and FOSS migration (see my earlier post), but I realize you're right on the mark: Microsoft wants to move in on the content-management arena. This is preventive action against OASIS and turf war with Enterprise Content Management solutions and third-party vendors.
      Also, I think it's important to say this again: Microsoft Office dominates the corporate landscape because it sits in an eco-system of third-party content-management software for which there are no open-source alternatives, so no, OpenOffice will not take over the world, until alternatives for ECM exist, because there's no integration with content-management software to reduce paper work. The office desktop isn't about John Doe, the solitary user and his files. "It's the workflow, stupid!"
      So, in a nutshell, Microsoft is moving in for the kill, raising the bar for competitors, and with FOSS ECM solutions not even on the horizon, I think it's almost Game Over, unless independent software vendors move quickly (which makes me wonder: is Mono understaffed? Why aren't enterprises putting money on Mono-based ECM solutions? Don't they see that it's the Royal Road to migration? Don't they see that either you provide tools to integrate office apps with content management or there is no open-source corporate desktop! )

      --
      Main difference between the BSD license and the GPL license: one is from California and the other is from Massachusetts
    61. Re:Convenient... by dave420 · · Score: 1

      The DRM is for the author to use to protect their files. It's not something microsoft adds to every document to ensure it only opens with a microsoft app.

    62. Re:Convenient... by metlin · · Score: 1

      Well, he made an extreme stretch, and I made an extreme stretch. :)

      Quite honestly, what he proposed was dicating how a corporation should be, based on _his_ ethical and moral principles. A corporation needs to just follow the law, nothing more and nothing less.

      Something like controlling a format and the like is too specific and too detailed for a government to interefere, and those are operations related to how a company may function. IMHO, a government has no business poking their nose into such things.

    63. Re:Convenient... by bheer · · Score: 1

      Okay, name some features that require a proprietary format. Go ahead, take your time. I'll wait.

      There are certain CS types who have a very abstract view of code and data. For them, data is data, however it's laid out, and therefore all formats are alike (it's just a row of numbers, for chrissake, there's only one way to store that, let's create an ISO-standard(tm) format). They are also the ones who usually say, there's no big deal about electronics, I could make a computer from water-pipes if I had to (sure they could, but how useful would it be?).

      Then there are those who've actually created sophisticated formats, and know that each format (even the XML ones) are born of thousands of tiny design decisions and tradeoffs until what you have is something that bestows a market benefit upon your product.

      You asked for features: here are two. High end analytics (logical future path for Excel). Unstructured storage (logical extension for anything Office related, esp if WinFS finally ships).

      Is this so farfetched? Are there existing products that use their proprietary format to an advantage? Take a look at IBM's Redbrick and Domino sometime. Domino is a particularly beautiful example of how the app's storage format has helped it carve out a niche for itself in the marketplace.

      DOCX: Requires an expensive Microsoft license to use.

      I thought the whole point about this is that DOCX and friends are freely licensed? There's nothing now to stop someone from writing an OO plugin that reads and writes DOCX.

      And if they truely *are* the same at a technology level (which may be true), that kind of undermines your whole argument about proprietary formats, doesn't it?

      I can almost picture you there: the hobby coder for whom the world revolves around glacially moving mailing lists and IRC channels. Software Engineering doesn't work that way. To ship in 2006, Microsoft would have to start work in 2003 (immediately after Office 2003's launch). And in 2003 there'd be no guarantee that OASIS would finish their work by 2005. On the other hand, an internal Microsoft effort could be estimated and planned for. Any product team knows this: do not accept dependencies if you want to ship on time.

      Incidentally, this is the same reason KDE and GNOME reimplement each other's work so much, and why despite all the mailing lists and talk of shared HIGs they differ so much in silly little ways: the business of software development carries its own inertia. If you can't stand it, don't go there.

      Frankly I despise people like you, who in their blind hatred of Microsoft would turn software into precisely the kind of overregulated field that telecom has become today. The day an ITU-like org takes over software standards (and God knows the EU and the UN are trying) is the day innovation in this field will die.

    64. Re:Convenient... by metlin · · Score: 1

      And, I must add, he completely ignores the real-world issues of competition and business in the design and development of software.

      It isn't as simple as slapping together a bunch of stuff, things take time.

      This post talks about it quite well.

    65. Re:Convenient... by bheer · · Score: 1

      Word 2003 does implement Reveal Codes -- sort of. Place your caret on some formatted text, choose View|Task Pane, and choose the 'Reveal Formatting' task pane.

      I know, I know, WordPerfect fans will say this isn't the same thing at all. But given the limitations of their run-based model, at least it's better than nothing.

    66. Re:Convenient... by daveschroeder · · Score: 1

      I know what it is and how it works, thanks.

      The point is that IF people are encouraged to, and in fact do, use it, the documents then cannot be opened by any other product. You might say "well, that's the nature of DRM". And that's exactly my point. Microsoft isn't giving up IRM, and it doesn't matter if the format is "open" if they're successful in convincing a lot of large business to deploy Office IRM on their documents.

    67. Re:Convenient... by AKAImBatman · · Score: 1
      Don't be so thick.

      There are certain CS types who have a very abstract view of code and data. For them, data is data, however it's laid out, and therefore all formats are alike

      Blah, blah, blah. Here is a run of text. An attribute of that run is that it is bold. This is basic stuff that was hashed out 20 years ago and hasn't changed a bit. There's nothing new to this data structure. The features of one format over another are in areas of size, writing speed, and random access.

      Then there are those who've actually created sophisticated formats, and know that each format (even the XML ones) are born of thousands of tiny design decisions and tradeoffs until what you have is something that bestows a market benefit upon your product.

      Once you decide to go compressed XML, you're locked into a linear format that decides many of those tradeoffs for you. If your argument was going to hold water, Microsoft wouldn't take that path. But they have, despite any issues with the XML format. I sincerely doubt you'll see any "Oh wow! That's brilliant!" type of things in their XML. Unless, that is, it can't be parsed with a normal parser. (Which would immediately show that Microsoft's format *isn't* an open standard.)

      You asked for features: here are two. High end analytics (logical future path for Excel).

      Which has zip to do with the file format. Although a *binary* format may prove to be more efficient for retrieving and saving data in such a program. (Much like existing Office Documents and PDF structures.)

      Unstructured storage (logical extension for anything Office related, esp if WinFS finally ships).

      Which can't be achieved with XML, an inherently structured data format.

      Is this so farfetched? Are there existing products that use their proprietary format to an advantage?

      The only thing far-fetched is your inability to understand that Microsoft is moving to an XML format, not another binary format.

      I thought the whole point about this is that DOCX and friends are freely licensed? There's nothing now to stop someone from writing an OO plugin that reads and writes DOCX.

      Try again. Need I remind you of the still unfinished WordML spec:

      Microsoft Corp. also uses XML in its most recent Microsoft Office formats. While it has opened these formats to some extent, Microsoft's XML formats are still proprietary and it has tried to patent some of its XML format technology. Microsoft also charges royalties for accessing its formats.

      So far we have the word of a few bloggers that these will truely be royalty free. That doesn't necessarily mean that it can be used in *any* project. Remember, some things are "look but don't touch".

      I can almost picture you there: the hobby coder for whom the world revolves around glacially moving mailing lists and IRC channels.

      You, sir, are a very poor judge of character and experience. Let me put it this way: Once upon a time I thought Microsoft was the best company on the planet. I actually argued against my peers that Microsoft was not a bad company. Then I began to learn more about software engineering and the other OSes that Microsoft stamped out. Didn't take very long before I'd managed to trace most of the history of Microsoft's "innovation". In order:

      - Microsoft BASIC was nothing more than a quick port of an existing BASIC language written by others.
      - DOS was a cheap CP/M knockoff that Microsoft purchased.
      - Windows was marketing hype designed to keep people from buying VisiOn.
      - Word, Excel, and other office programs were purchased from other companies.
      - COM was a Unix technology that Microsoft bought out and retasked for Windows.
      - NT was the next generation VMS kernel (that Microso

    68. Re:Convenient... by bheer · · Score: 1

      The only thing far-fetched is your inability to understand that Microsoft is moving to an XML format, not another binary format.

      DOCX isn't an XML format. It's an open compound document format that happens to use XML to store some of its data and (much more importantly) the relationships of the pieces w.r.t one another, and ZIP to bind it together. If they ever do analytics you can bet your britches they'll add binary blobs (mostly indexes+precomputed tables) to XLSX, like they're already going to do for Excel macros, with some descriptor XML for describing the relationships between the various blobs).

      And they'll do this easier and faster with their in-house format than knocking on OASIS' doors to get a dialect to describe dynamic relationships ratified.

      This ties right into my previous point that teams need to ship on time accept no dependencies, a point you blithely ignore. (And it amazes me that with your 'many years as a software engineer' you fail to see this point. What did you work on-- the ISO 7-layer network model? That was a sterling example of design by committee all right.)

      Once you decide to go compressed XML, you're locked into a linear format that decides many of those tradeoffs for you .... If your argument was going to hold water, Microsoft wouldn't take that path.

      Compressed XML is irrelevant here. And in what sense is it a 'linear' format? On the contrary, XML's nested-ness makes it very inefficient sometimes: people still use it, of course, when the interop benefits outweigh the disadvantages. And Microsoft's focus on Office-as-groupware/enterprise software clearly provides enough benefit to outweigh the disadvantages of using XML in office.

      XML does not remove your responsibility to make tradeoffs. Your document hierarchy is decided by the design decisions you make, and those are guided by the tradeoffs and wins you choose. My team prototyped and discarded two different models for representing a GUI workspace in XML before choosing a third that was a balance between comprehensibility and speed.

      > Try again. Need I remind you of the still unfinished WordML spec

      The eWeek article is FUD. The Office 2003 reference schemas have been available for quite a while now on a no-charge, perpetual grant basis. Considering that the journalist based his story on OASIS sources, this isn't surprising.

      And re your long and sordid history of Microsoft's innovation, I'd suggest laying off the tabloid headlines. Businesses around the world acquire people and new technology. I'd say Microsoft has done more work on its acquisitions than (say) IBM has. No sane person could compare Word 1 and Word 11 with a straight face, which is more than can be said of Domino 5 and 7. COM and Wolfpack came as DEC was selling assets to stay afloat. Cutler left and joined MS because there was no OS future at Digital -- and yet comparing the NT kernel to VMS is ridiculous, like comparing apples and oranges.

    69. Re:Convenient... by AKAImBatman · · Score: 1

      DOCX isn't an XML format.

      Now we're getting somewhere. Everything I've seen so far states that it *is* an XML format, so I'd love to know your source. But for now I'll happily take your word for it. At the very least, it explains where you're coming from.

      It's an open compound document format that happens to use XML to store some of its data and (much more importantly) the relationships of the pieces w.r.t one another, and ZIP to bind it together.

      So, technically speaking, this is not an XML document. It sounds like it's more of a indexable structured text document (for lack of a better term) like that used in the PDF format. (PDF uses a stream of textual "objects" that can contain encoded binary data. Each object is indexed in an offset table at the end of the file. Offset tables override one another, thus allowing objects to be rewritten and overridden without rewriting the entire file.)

      If this is actually true, then I take no issue with this format. The (most likely psuedo) openness of it is a nice addition. But they really need to stop claiming that "it's all XML". It "contains some XML structures" is more accurate. And if they *really* wanted to play nice, they'd provide an import/export filter for OASIS OpenDocument.

      This ties right into my previous point that teams need to ship on time accept no dependencies, a point you blithely ignore.

      No, I wasn't ignoring it. You weren't communicating the nature of the file as you saw it. Thus I was still coming from the perspective that this is *another* XML format. Not really anyone's fault, but the info you're providing would have been nice to know before we got into it.

      And in what sense is it a 'linear' format?

      Very simple. An XML document normally contains no indexes for random access. To extract the data from such a file, you need to read through it in a linear fashion. This limits the tradeoffs you can make in file design. Using an XML database scheme can improve performance of reads, but doesn't help much for random access.

    70. Re:Convenient... by bheer · · Score: 1

      > I'd love to know your source

      It's on the Channel9 video, complete with a somewhat blurry demo. Also these URLs.

      It sounds like it's more of a indexable structured text document (for lack of a better term) like that used in the PDF format. (PDF uses a stream of textual "objects" that can contain encoded binary data. Each object is indexed in an offset table at the end of the file. Offset tables override one another, thus allowing objects to be rewritten and overridden without rewriting the entire file.)

      That's pretty much it. Objects can indeed be rewritten and sequences (like Powerpoint's slide order) altered without rewriting the file. The indexable 'structured text' objects are really XML. The 'offsets' are really directory entries in a zip container.

    71. Re:Convenient... by RzUpAnmsCwrds · · Score: 1

      "If Microsoft was really opening up Office, why didn't they go for the OASIS Spec?"

      Perhaps because it didn't meet their needs? Office is a complex product, with everything from macros to embedded COM objects. Trying to shove that into the OASIS spec may not be possible.

      Frankly, so long as the new formats aren't hugely patent-encumbered, this is a great boon for open-source development. Not to mention the fact that the current binary formats are horribly easy to corrupt.

    72. Re:Convenient... by dave420 · · Score: 1
      So the user chooses to protect their documents in a way that precludes others from opening it... how is that a problem? It's a choice. No-one is putting a gun to anyone's head on this one.

      You're acting as if on any given date Office is going to suddenly cease working, and everyone's documents will be instantly shredded, across the globe. That's clearly not going to happen. People who write office documents have a copy of office. That means they'll always be able to export their "locked" files to whatever format they want.

      I'm not trying to be difficult - I honestly can't see a problem here :)

    73. Re:Convenient... by IntlHarvester · · Score: 1

      Due to popular request, QuickTime 7 (due soon on Windows) no longer nags
      Yea!

      The behavior of the QuickTime plugin can be set to play in a browser window or in the Player.
      How do you change this setting? Maybe it's not obvious, but I can't find it in either Windows v6 or Mac v7.

      As for QTP's crappyness, I think the best one could say about the program is that it's "functional". It's not really "good" and it's certainly not "best in class" like other Apple software such as iTunes, and it's actually kind of funny watching you go to lengths to defend such a mediocre piece of software.

      I understand that on the Mac the alternatives are often worse, but for Windows it's a very competitive. WMP has gone through 3-4 major revs since QuickTime Player settled on it's current featureset. If Apple wants to make sure that their/MPEG's video technologies win, the first thing they should do is deliver a topnotch Windows player. (Although I don't see that happening until there's a VOD store feature as with iTMS.)

      --
      Business. Numbers. Money. People. Computer World.
    74. Re:Convenient... by 7-Vodka · · Score: 1
      Spoken as someone who has no idea how the real world works. Every company I've worked at is the same: The CEO and chairs sit in a circle jerking each other off (there are a few women don't know what they do) and giving each other pay raises. No, really. They hire each other, give each other raises and cover each other's backs. The majority of the stuff they do is for personal reasons, not because they're affraid of shareholder lawsuits. IE. Bragging rights to other corporate heads, massage their ego, publish research with their name, inflate the stock price in the short term so they can make a killing unloading their options and bailing out.
      Now, I realize that even though this has been my experience so far it doesn't mean it's like this everywhere. Sometimes they keep the company going well, sometimes they run it into the ground. Even when they run it into the ground they make out like bandits with millions of dollars while pensions go unpaid (you think the term 'golden parachute' was invented for no reason?). They also tend to get other jobs real easy since they've been at the masturbating table with people who are now at other companies.
      Even the *idea* that companies are beholden to 'the shareholders' is retarded in and of itself. For one: it's flawed for the same reason as the grandfather post I wrote points out. There is no such thing as 'the shareholders'. To say 'the shareholders' is far oversimplifying the real situation. Who owns the shares? how are they traded? how many? for how long? do they care? do they have lawyers? what kind of people are they and what are they likely to do in this particular situation? etc etc etc ad infinitum.

      If you oversimplify your model it ain't going to work. I don't care if the real world is too complicated and you're lazy.
      Then there's also the fact that shareholder lawsuits are now much harder to pursue (the laws were recently changed).
      Don't forget about the further problem that a lot of this is subjective. Take a simple matter for example: golden parachutes. If a CEO makes shitty decisions drives a company into the ground over the course of a year, then leaves with his full year's salary plus a $1M departure gift I would call that a golden parachute. Would you? would someone else? Shit, there are people in this country who would say 'what the fuck? I can't live on less than $2M a year.' Would they call this a golden parachute?
      I know people like to put things in simple terms of black and white, right and wrong or simple relationships: CEO's do what they do because they are accountable to the shareholders (and the more these simplified statements are repeated, the better it makes people feel eg. fox new is built on this). But the difference is while you hold on to you simplified, yet incorrect, busted-ass model that doesn't work; I say it's too complicated, I don't have a model for exactly how it works because these are complicated subjective topics but here is what I see that irks me.

      --

      Liberty.

  7. Thus to be a cynic by FidelCatsro · · Score: 1

    I don't mean to be downbeat here , but I have heard this a few times before .
    So i will belive it when i see it .

    MS don't seem to be that eager to open anything up , just look at the recent fun the EU courts are having

    --
    The only things certain in war are Propaganda and Death. You can never be sure which is which though
    1. Re:Thus to be a cynic by Anonymous Coward · · Score: 0

      "MS don't seem to..."

      "Don't" is a contraction for "do not."

      "Doesn't" is a contraction for "does not."

      The latter would be correct; thanks for playing.

    2. Re:Thus to be a cynic by bwintx · · Score: 1

      In the U.S., one would say "doesn't" because American English uses the singular verb when a corporation's name is the subject. Elsewhere, English uses the plural verb, in the sense of "[the people at] Microsoft..." -- or something like that.

      --
      Discussion System prefs link: http://slashdot.org/users.pl?op=editcomm
    3. Re:Thus to be a cynic by Anonymous Coward · · Score: 0

      You lose ,Both are perfectly fine .If your going to Troll at-least do it properly

  8. Repeat by ohyedoggies · · Score: 1

    I do believe we've seen this news here on slashdot before.

    1. Re:Repeat by dascritch · · Score: 1

      Yep. And as we say in French: "Et demain, les poules auront des dents" ("Tomorrow, chicken will have teeth"). Who can believe a blogger ? At Microsoft ? You know, people who said before that Longhorn WILL have WinFS, Avalon, etc...

      --
      (Sorry my bad French) Je fais parler les Guignols de l'Info. Le pied, quoi.
    2. Re:Repeat by Anonymous Coward · · Score: 0

      and as we say in English, "fuck you frenchie, you smell like ass".

    3. Re:Repeat by dekropisvol · · Score: 1

      I say in dutch: bek hold'n anders zal ik de darmen uit je pens roppen (shut up or i'll pull the guts out of your belly)

    4. Re:Repeat by Catbeller · · Score: 0, Offtopic

      As the French die in Afghanistan fighting for us, you rightwing tards insult them.

      Asshole.

  9. Published Specs is Not Enough by gowen · · Score: 2, Informative

    Because, let's face it, the only reason this is happening is because MS have lost the battle to outlaw reverse engineering. Now they'll have widely available specs for their file format -- and all you'll have to do is license the 20 or so patents that protect these formats, and you'll be able to make a competing product that can read Excel files.

    Remember, GIF was a completely open format -- but that didn't mean Open Source software got to use them freely.

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    1. Re:Published Specs is Not Enough by doublem · · Score: 1

      and all you'll have to do is license the 20 or so patents that protect these formats, and you'll be able to make a competing product that can read Excel files.

      Nope. The NDA will forbid making a competing product.

      --
      "Live Free or Die." Don't like it? Then keep out of the USA
  10. Wait a second by Anonymous Coward · · Score: 0

    Isn't it a couple months late for an April fools joke? *rimshot*

  11. That's real funny, but... by Max+Nugget · · Score: 1

    come on guys, it's a little late for an April fools joke.

    1. Re:That's real funny, but... by HyperBlazer · · Score: 1

      Seriously... between this and ICANN finally approving .xxx as a TLD, I had to check my calendar. June 2, not April 1. Okay.

    2. Re:That's real funny, but... by Anonymous Coward · · Score: 0

      The Bushies have switched the celebration of April Fool's Day to May Day so as to celebrate with mockery their total defeat of labor and the small businessperson.

      But seriously, quite apart from the patented binary inclusions that are sure to appear, the MS schemas themselves can be copyrighted and patented--and of course, adorned with proprietary extensions to XML itself.

      Welcome to MSXML.

  12. Microsoft responding to needs of the user by erroneus · · Score: 1

    Governments and other entities have been begging for their data to be unlocked for ages and now they are answering the plea...sort of...

    To truly be the end of an era, they should give out the complete specs on their formats as well... I know it isn't going to happen but that would be more complete.

    1. Re:Microsoft responding to needs of the user by jusdisgi · · Score: 1

      From your post:

      To truly be the end of an era, they should give out the complete specs on their formats as well... I know it isn't going to happen but that would be more complete.

      From the blurb:

      Microsoft will also be providing extensive documentation of the new format to the public through MSDN.

      It's one thing not to RTFA ....but at least you could read the fucking headline.

      --
      Given a choice between free speech and free beer, most people will take the beer.
    2. Re:Microsoft responding to needs of the user by erroneus · · Score: 1

      I meant their OLD formats...

    3. Re:Microsoft responding to needs of the user by dave420 · · Score: 1

      All MS documents are unlocked. Just because the file format isn't open doesn't mean you can't get the data in and out. Your post sounded like FUD to me ;)

    4. Re:Microsoft responding to needs of the user by erroneus · · Score: 1

      Locked only to be accessed by either MS Software or reverse-engineering. It's not FUD. It's just the fact that your DOC and other MSOffice files can't be read and displayed 100% properly without MS Products to read them. Even after the world shifts to using the new default format, you still need MS Office to read and convert the old stuff to the new format.

    5. Re:Microsoft responding to needs of the user by dave420 · · Score: 1
      Are you missing something here? You're complaining that people who use office to write documents need to have office to convert them to the new format? Are you worried that office will automatically uninstall itself from everyone's computer at the same time, rendering all these files useless? That's clearly not going to happen. :)

      Anyway, who says office documents need to be cross-compatible? That's only a benefit for those not running office, and that's a tiny minority. I've been using office since windows 3.1, and I've never found any documents of mine to be unopenable.

  13. XtraML by OakDragon · · Score: 2, Interesting

    I wonder if they'll do the same thing to XML as what FrontPage did to HTML...

    1. Re:XtraML by doublem · · Score: 1

      Or what Publisher did to EPS

      --
      "Live Free or Die." Don't like it? Then keep out of the USA
    2. Re:XtraML by Mant · · Score: 1

      FrontPage had it's own special tags a FrontPage server would read.

      With XML if you define the spec anyway you get to define all the tags. So I can't see how you could do the same thing. You can't put a non-XML tag in XML as long as it follows the rules for being an XML tag.

      The closest I can think of would be tags you don't document, but since it is just XML anyone can see them, and they will be figured out pretty quickly.

    3. Re:XtraML by ummit · · Score: 1

      You wonder?!
      It's an absolute certainty!

    4. Re:XtraML by michaelhood · · Score: 1
      Until they decide to store attributes INSIDE the tag instead of ON the tag. Don't ask why. Embrace and extend.

      xml:
      <tag att="wtf">data</tag>
      msxml?:
      <tag att="wtf">(!MS#@!-- weird; format; for; wtf;) data</tag>
  14. So they finally caught on... by shawiiing · · Score: 1

    Wow.... just wow. Of course its just vapor right now we will have to wait to see if they actually do it. They could always make the schema so complex it would be worthless

  15. Heard this before by bblazer · · Score: 1

    I will believe it when I see it. I wouldn't be surprised if the XML format they choose is renamed XML+ and it doesn't work like normal XML. Can anyone say J++?

    --
    My .bashrc can beat up your .bashrc!
    1. Re:Heard this before by dascritch · · Score: 1

      XML#

      --
      (Sorry my bad French) Je fais parler les Guignols de l'Info. Le pied, quoi.
    2. Re:Heard this before by AKAImBatman · · Score: 4, Interesting

      Actually, that's not a bad point. What's to stop Microsoft from implanting things like VBScriptlets that are required for the document to render? That would put a real cramp in the competitors' ability to read the format, regardless of how "Open" it is.

    3. Re:Heard this before by Zeebs · · Score: 1

      Tin Foil Hat ON!

      Ok, so now OO.org attempts to allow compatiblility with these embedded scripts.

      Microsoft is trying to make everyone as virus prone as they are!!!

      *runs to tin foil bunker*

      --

      Happy Noodle Boy says "F###ing doughnut! Mock me? You fried cyclops!!"
    4. Re:Heard this before by VGR · · Score: 1
      Exactly. They'll do it with XML processing instructions. A processing instruction is a way to embed free-form text in an XML document. It's a comment-that's-not-a-comment.

      I expect Microsoft will use these in a manner similar to how they raped^H^H^H^H^Hembraced and extended Java by adding magic code-generating javadoc comment tags like "@dll". For instance:

      <?mso-normal some-style load DOTNETCRAP.DLL?>

      Microsoft was part of the consortium that designed XML. Processing instructions aren't in there by accident.

      --
      The Internet is full. Go away.
  16. YAY!! by ylikone · · Score: 1

    Finally there will be absolutely no need to touch MS Word again! I can completely be assured that the documents I create and receive in Open Office will work properly for people using Word.

    --
    Meh.
    1. Re:YAY!! by bassgoonist · · Score: 1

      rtf works well!
      and nothing works better than saving a doc as a jpeg...if you just need people to read it at least...

      --
      You can tell I'm an aries because of my ram.
  17. There's XML and there's XML by Creosote · · Score: 1

    I'll be impressed when Microsoft provides save-as-XHTML and save-as-clean-XML options from Word that write human-readable files without oodles of proprietary namespaces, useless attributes, and structure that only a Philadelphia lawyer could love.

    (I say this having just gone through my semi-annual search of third-party conversion software in the neverending quest to figure out a way to get from Word documents to rationally structured XML.)

    1. Re:There's XML and there's XML by Anonymous Coward · · Score: 0

      Office 2003 supposedly allows you to map your own XML Schema onto a document template.

      But it's virtually impossible to map the featureset of a bloatasaurus program like Word onto a "simple" XML schema. OpenOffice XML ain't exactly simple either.

    2. Re:There's XML and there's XML by 99BottlesOfBeerInMyF · · Score: 1

      I say this having just gone through my semi-annual search of third-party conversion software in the neverending quest to figure out a way to get from Word documents to rationally structured XML.

      Have you tried Webworks Publisher? I've had reasonable success outputting XML from Framemaker with it and I know they have a version for Word as well. It is closed/proprietary/expensive but if you are serious about converting Word docs it is worth a try. When I used it, it was somewhat buggy, but by far the best solution I could find. Luckily we were not using Word with it, Word having been banned within the company due to numerous file corruption and compatibility problems.

    3. Re:There's XML and there's XML by Anonymous Coward · · Score: 0

      What you're asking for is dumbing down of the XML spec.

    4. Re:There's XML and there's XML by KarmaMB84 · · Score: 1

      Unfortunately it's not XML's fault that complex documents turn into *gasp* complex XML...

  18. Embrace and extend by DogcowX · · Score: 0, Troll

    Sure it will be XML. It will be that embraced and extended XML M$ keeps talking about... Sure you'll give us the details, but a non-standard XML implementation isn't really "open".

    1. Re:Embrace and extend by Xiaran · · Score: 1

      I cant actually get to TFA to read as the site seems to have melted. But I assume you are correct. If MS are serious, why do they not go for something like this . There is a distinct lack of Mircosoft employees on the comittee member list

  19. Existing formats? by littlem · · Score: 1

    Why wait? Why not release specifications of all current and previous Office document formats today?

    1. Re:Existing formats? by nurd68 · · Score: 1

      Simple - by promising this they:
      1.) Stop OpenOffice migrations (why migrate when we can just wait for MS to come out with their solution and we'll just buy that)
      2.) Get people to upgrade to the next Office.

      #1 is typical of MS - promise something, people wait, your competition can't survive when their business dries up, then you kill the project. Problem is, this isn't a pay-for product, so it's not going to go away.

      #2 is the real thing - people will buy the next version of office, which is a huge problem for them.

      Of course, I wouldn't be surprised if this ends up being a bait and switch...

    2. Re:Existing formats? by Anonymous Coward · · Score: 0

      They won't do it because the undo feature in all the previous versions makes opening the format a security risk.

      In Word (and also WordPerfect), if you type something like "I'm writing this fucking document because my boss is a wanker ^H^H^H^H^H^H^H cool person...", you can actually save the document, close word, re-open word, and actually undo the ^H's.

      It's not a bug it's a feature, and a huge oversight in terms of data security. As an example, imagine a security researcher sending a document to a peer. In the document, he simply cut and pastes some code + comments into the document. Part of that code pasted in has the private key used, but it wasn't originally intended to be shared, so instead the code is ^H'd and replaced with XXXs. The peer can simply hit "undo" the XXXs and get the code.

  20. Separate information from presentation? by 3770 · · Score: 1

    What I want to know is, will this new format separate information from presentation?

    For instance, will the format be

    <font name="arial" size="18" style="bold">my heading</font>

    or will it be

    <heading level="2">my heading</heading>

    I definitely prefer the latter (with information and presentation separated), but sadly I think it is more likely that we'll see the former.

    If you have the presentation separately then it is much easier to for instance standardize a look a feel within a company.

    --
    The Internet is full. Go Away!!!
    1. Re:Separate information from presentation? by Anonymous Coward · · Score: 1, Interesting

      Actually, I've got a feeling they will do the right thing if the document is created in the right way. I've had to look through the Word 2003 XML format (WordML or whatever it is called) in order to automatically produce reports from a bioinformatic application. The thinking was that the scientists want something more interactive than just a PDF, or an HTML file for editing and inclusion in other reports.

      I mocked up a template using Word, doing things the "right" way - using Headings and styles instead of just assigning fonts to whatever random bit of text I was working on. Looking through the XML that was generated, it was surprisingly reasonable - and after plugging it into XML Tidy, I could have a good go at understanding the different sections of it. I agree with a comment above, that the code is just a mess of attributes and namespaces - but, it's very possible to write software to generate the current Word XML format. It's also quite well documented somewhere on the internet (don't have the URL handy).

    2. Re:Separate information from presentation? by aldoman · · Score: 1

      Depends.

      If you are using the styling tools in MS Word/Excel/whatever, and applying a 'headline' style to all of the headlines, then it'll do the second.

      However if you don't bother and just use the font pulldowns and size pulldown menus it will do the first.

      So really, it all depends on how you set it up.

    3. Re:Separate information from presentation? by jb_nizet · · Score: 1

      I think it will depend on the way the author of the document made it. If the author has used styles, you will certainly have something like

      <p style="Title 1">My heading</p>.

      If the author hasn't used styles, you will have something like

      <font name="arial" size="18" style="bold">My heading</font>

      Since MS Word has to be able to read the file and associate styles with paragraphs, I don't see how they would do it without mentioning the name of the style used by a paragraph somewhere in the XML.

    4. Re:Separate information from presentation? by Anonymous Coward · · Score: 0

      Surely that depends on the people making the document, using styles or just specifying fonts as they go?

    5. Re:Separate information from presentation? by Anonymous Coward · · Score: 0

      If you really do these things (and why would you say that you do if you don't) then I am surprised that you have never heard of style sheets.

      Later, former: both are available.

      IE: If you want to format for a blind person, you can do that. If you want to display in XML, you can do that. If you want it to be formatted for a cell-phone display, you can do that.

      Do you really work for a company doing these things? Because that just reinforces a long held stereo type of mine: That many people say they are professionals and they don't really know anything.

      Your whole comment seems an admission to me that you don't know what you are talking about in the area of markup languages and save formats and how these are thus displayed to a user or rendered for a media output device.

    6. Re:Separate information from presentation? by 3770 · · Score: 1


      Then I'd like a way to enforce only the use of styles.

      This could be a property of the document or maybe of the template.

      --
      The Internet is full. Go Away!!!
    7. Re:Separate information from presentation? by Dr.+Evil · · Score: 1

      That would be nice. Change the UI to be style-centric and people might start using them.

      As it is, I tend to take people's documents, strip all the crud off them by pasting them into Notepad and reformatting them with styles.

    8. Re:Separate information from presentation? by Anonymous Coward · · Score: 0
      Based on MS's current use of standards (HTML) I fully expect it to look more like this:
      <para class="MsWordNormal800058x839">
      <format option1="0x08" option2="0x27">
      Y.o.u.r. .c.o.n.t.e.n.t. .i.n. .h.e.r.e. .s.o.m.e.w.h.e.r.e
      </format></para>
    9. Re:Separate information from presentation? by mwood · · Score: 1

      So the problem will be just like the corresponding problem with HTML: people *can* use the proper markup, but most won't and won't even know they're doing it wrong. :-(

    10. Re:Separate information from presentation? by mwood · · Score: 1

      The question seems to be: has *Microsoft* heard of stylesheets, and will they shape new versions of the tools to promote consistent styling over "if I pick a bigger font then this becomes a heading".

  21. Sound familiar? by rteunissen · · Score: 1, Flamebait

    Gee .. using a zip file to store a few XML files and images. I've never seen anything innovative like this before *cough*OpenOffice.org*cough*

    1. Re:Sound familiar? by doublem · · Score: 0, Troll

      Silence!!!

      Microsoft innovated the concept. Microsoft was the first to market with such a revolutionary data storage technique.

      On the fly compression of documents was Microsoft's idea.

      Microsoft innovated. Microsoft developed the Graphical User Interface. Apple stole it, and did it poorly. They can't even figure out a use for the second mouse button!

      Microsoft and it's developers are always first. No one else is ever first.

      Windows Media Player was the first to support MP3 ripping.

      And when IE 7 comes out, it will be the first to introduce a revolutionary new feature, Tabbed Browsing!

      Commit no thought crime. Remember, if it's good and has to do with computers, Microsoft innovated it.

      --
      "Live Free or Die." Don't like it? Then keep out of the USA
    2. Re:Sound familiar? by Anonymous Coward · · Score: 0

      Yes!! Chalk up another feature that OO.o implemented first! Let's do a score check:

      OO.o : 1
      Microsoft Office: 2,341,992

  22. re-inventing the wheel by radarsat1 · · Score: 1

    Of course, they have the OPTION of just going with a pretty decent already-designed XML/zip-based file format, but we all know they're going to be re-inventing the wheel on this one. Play nice with others? Never! And I wonder what kind of "extensions" to XML they'll managed to squeeze into it? :) But hey, I guess it's still a step in the right direction for them. It pretty much kills the OpenOffice advantage of file format lock-in. (Of course, OO still has the advantage on price...)

    1. Re:re-inventing the wheel by climbon321 · · Score: 1

      If Mircrosoft begins using the XML format for their Word documents, what effect will this have on the compatibility of Word and OpenOffice? Will importing Word files into OpenOffice be smoother with less errors now?

    2. Re:re-inventing the wheel by radarsat1 · · Score: 1

      I was thinking the same thing... but I guess it depends on how things play out. I'll give them the benefit of the doubt, but who knows.

    3. Re:re-inventing the wheel by Anonymous Coward · · Score: 0

      An OpenOffice supporter accusing Microsoft of reinventing the wheel. Now I really have seen it all.

  23. Or a beginning of a new one? by Anonymous Coward · · Score: 0

    Where they enforce their patents. on open source projects. MS Files for Broad XML/Word-processing Patent in NZ

  24. I'll believe it when I see it by starseeker · · Score: 1

    Microsoft profits off of vendor lockin. Barring legal decisions which they are actually made to obey, I can't envision them ever doing anything to change that situation.

    No doubt it will be "open" to anybody willing to sign something saying they won't develop a competing product or tell anybody what they read, or something equally worthless. They may SAY they won't do that, but I'll have to actually see it happen to believe it and even then I'll be looking the gift horse carefully in the mouth. Any patents on it? Odd restrictions in the fine print? Other tricks I'm not enough of a lawyer to spot? Microsoft has to prove they can be trusted to do something like this, and prove it thoroughly - I for one don't trust them and will be extremely wary.

    --
    "I object to doing things that computers can do." -- Olin Shivers, lispers.org
    1. Re:I'll believe it when I see it by Anonymous Coward · · Score: 0

      Microsoft also profits largely from automation and applications built within their Office suite, i.e. interactive reports in Excel and full database applications in Access. There is also a matter of the number of features. You might not use all of the features of Office, but others do use one or two of those features each, and OpenOffice simply doesn't support enough of them.

    2. Re:I'll believe it when I see it by amliebsch · · Score: 1
      You ask many questions. Perhaps some answers can be found here:

      http://www.microsoft.com/Office/xml/faq.mspx

      --
      If you don't know where you are going, you will wind up somewhere else.
  25. Nonsense by Anonymous Coward · · Score: 0

    If this interview is correct, it could mean the beginning of the end of Microsoft's proprietary file formats

    It means no such thing. Simply because Microsoft's marketing department labelled the format "Open" does not make it so. How many people do you see sharing Microsoft's "Shared Source"? Right.

    There are all manner of ways that MS can and will continue to maintain a stranglehold on its file formats. DRM. Patents. Proprietary binary extensions. These formats are "open" in name only. Hopefully the legal experts responsible for enforcing Microsoft's obligations in this matter see through this charade and compel real interoperability.

  26. OASIS? by freqmod · · Score: 1

    XML files along with images files etc. inside a zip file? Is this a way to publish and control another standard to undermine OASIS (the stanarized format for OpenOffice 2.0 and (KWord 1.4))?

  27. What usually happens by slapout · · Score: 1

    Microsoft developers create something useful....until it gets squashed by someone from higher up and/or marketing.

    --
    Coder's Stone: The programming language quick ref for iPad
  28. The devil's in the details. by Anonymous Coward · · Score: 0

    XML != Non-Proprietary

    I propose two new doc formats both XML(ish).

    My Doc
    Hello World

    or

    0xDEADBEEFCAFEBABEFACE0FFFFFFFFFFFFFFFFF

    They're both XML(ish) so they must be non-proprietary, and *anyone* will be able to edit their own documents without Microsoft Word right?

  29. Hopefully the end of .doc, etc incompatibilities by Mikito · · Score: 2, Insightful

    Hopefully this file format change will bring about the end of ever-changing file formats from one version of an app to the next. Who among us doesn't have files saved in an old version of, say, Word, which can no longer be read correctly in a newer version of Word?

    --
    Anakin Simpson: If you're not with me, then you're my enemy--ooh, donuts!
  30. Hold on a second, that's not next... by Weaselmancer · · Score: 1

    First, an earthquake. Then the sun must be dark as sack cloth and the moon as red as blood...and then Microsoft opens up their file formats.

    --
    Weaselmancer
    rediculous.
  31. The big question by unixmaster · · Score: 1

    Whats the license of the docs explaining XML format ?

    --
    Never learn by your mistakes, if you do you may never dare to try again
    1. Re:The big question by doublem · · Score: 1

      Oh, your first born, you'll never work on or with an Open Source product again, will use only MS licensed languages, the standard stuff.

      --
      "Live Free or Die." Don't like it? Then keep out of the USA
    2. Re:The big question by amliebsch · · Score: 1
      The information you seek can be found here:

      XML Reference Schemas License Overview

      Contains the legal notice, patent license agreement, and license update information.

      --
      If you don't know where you are going, you will wind up somewhere else.
  32. Wow nice /.ing by HaydnH · · Score: 1

    Nice /.ing there... all I see is:

    Server Error in '/' Application.
    Runtime Error


    They should move over to apache ;P

    --
    Time is an illusion. Lunchtime doubly so. - Douglas Adams
  33. XML as a platform by allometry · · Score: 1

    Microsoft using an XML file instead of a traditional DOC file is the sort of push I had been expecting for quite some time. XML has been accepted by the community for the most part, but no one has taken steps to give it that "over-the-edge" push that would make it main stream.

    --
    http://www.allometry.com
  34. Hrmm... sounds like a familiar format by Anonymous Coward · · Score: 0

    I'm sure that this was some brilliant idea of the MS Office team. "Hey.. let's store our files in a compressed XML format!" says Developer 1. "Wow, what an original idea!" remarks Developer 2.

    And I bet they're all conviced they thought of it first. Oh... And to add injury to insult, I bet that instead of working with Sun or whomever on a truely open standard. They will totally re-invent and try to force everyone to follow *their* "standard".

  35. Consider this. by PsychicX · · Score: 5, Interesting

    It's interesting that they're doing this. I've been playing with OOo 2.0 beta lately, both under windows and *nix. I'm an Office user, but a home user, not a power user (I'm not a business dealing in several hundred page docs, I just do my homework). And I basically can't see any particular difference between the two packages. I have Office 2000, and so I'm using it, but I'd probably be perfectly comfortable using only OOo (2.0, I hate 1.1)

    Anyway, my point is that MS is making it clear that they're not threatened by competing packages, and I'm not entirely sure why not. OOo could easily replace Office for many (I hesitate to say most) users, and if we switch to totally open formats, they'll be able to interoperate without any difficulties. I'm not trying to say that OOo is in a position to hurt Office...but I'm curious if it might be. MS doesn't seem to think so, and I'm really, really wondering what makes them so nonchalant.

    1. Re:Consider this. by Nailer · · Score: 1

      I have Office 2000, and so I'm using it, but I'd probably be perfectly comfortable using only OOo (2.0, I hate 1.1)

      Same here - I'm not sure what it is - the toolbar changes, the new icon artwork, the seperate packaging for each app, or the way the stylist neatly docks into a side pane rather than hovering around like some annoying extra window. But OpenOffice 2 is good. Really good. Try it. It feels completely different than OpenOffice 1.1. It feels like a fucking awesome office suite.

      I can't wait till this is the OpenOffice that people compare with Microsoft Office.

    2. Re:Consider this. by Anonymous Coward · · Score: 0
      I'm starting to meet a lot of small business people who are giving OOo a punt and enjoying it. Access is still keeping some people using MS Office, but not all.


      This news (if there's not a trap) is great news because there will be converters built. The one thing that keeps people from OOo is the risk of not being able to read the document.


      That said, most folks I know get on fine with OOo. Sure, it doesn't do 100% conversion, but the key thing is can you read the content. Presentation differences can be lived with.


      The biggest thing that could hurt MS with OOo is that the price of hardware is so cheap now, and people like startups are seeing MS Office as being as much as 50% of their set up price. I priced up a laptop setup for a small business and they said that I could take about 25% off the price (including my time) if they opted for OOo.


      In the end they went for MS Office for one reason. Compatibility. Not features or reliability. But simply because their clients would also be sending MS Office docs.

    3. Re:Consider this. by Anonymous Coward · · Score: 0

      Microsoft has been recently known to down-play things, at least for a certain amount of time ... "Linux, heh, they aren't anything to worry about", but now that they're done picking their noses: "Our TCO is less than theirs, neener neener, we got select, locked-in, companies to tell you all the same thing, too! And even that is mostly companies wanting to use RHEL with huge support contracts! Oh, nevermind that last part..." ... so don't worry about MS not seeming to care about other applications; if it goes on long enough they'll probably show their true view on it.

    4. Re:Consider this. by Trogre · · Score: 1

      Many 3rd party add-ons only work with MS Office.
      A couple of examples off the top of my head include Endnote and Crystal Ball. For people who need such functionality this is a show-stopper for migration to OOo.

      I didn't include MathType, because after having used both extensively have concluded that OOo Formula is far superior.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    5. Re:Consider this. by RzUpAnmsCwrds · · Score: 1

      OOo can't hurt Office because, as of yet, OOo is a bloated crapfest. It takes nearly 120MB of memory on my desktop (and even more on Linux), takes *forever* to start (20 seconds on my P-M 1.5GHz notebook - Word takes less than 5), crashes frequently, doesn't follow the native UI (particularly on Linux, but also on Windows), and is all-around awkward to use.

      OOo 2.0 is worlds better, but on my system the spellchecking engine doesn't work - and Impress crashes when I try to show a presentation full-screen.

      Look, OOo 2.0 is the "Linux" of word processors - it's useful in specific applications, offers huge advantages in terms of cost saving and lack of vendor-lockin, but just isn't "polished" enough for everyday use by normal office workers.

      That, combined with the lack of a good groupware suite (Evolution is a buggy and slow piece of garbage), has prevented OOo from taking the place of Office 2003 on the desktops of my company.

  36. Catching up, but still missing OpenDocument by SgtChaireBourne · · Score: 2, Insightful
    MS looks like it's goal is to catch up with OpenOffice.org/StarOffice, which have had this kind of XML support for many years. Other, lesser, suites also have zipped XML files, like AbiWord.

    The one thing that these others have in common, that MS Office lacks, is support for the OpenDocument DTD. OpenOffice.org v2 will use OpenDocument as its main format.

    Note that many of the articles linked to by the original post express skepticism about how open MS' XML will actually be. Recall that in the last year, and even in the last weeks, MS has sought patents from the USPTO for XML and XML related functions. And is even now pushing to get legislation in Europe to make those same patents valid in the EU. That smacks more of a PR stunt rather than an actual opening up.

    Furthermore, since the articles don't mention the current leaders in productivity tools with XML-based formats (i.e. OpenOffice.org or StarOffice), that looks all the more like warmed over press release being passed of onto the public as news. What's next? A press release about MS suddenly supporting PDF export like in OOo or StarOffice?

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
    1. Re:Catching up, but still missing OpenDocument by doublem · · Score: 1

      MS suddenly supporting PDF export like in OOo or StarOffice

      Shhhh. It's coming in a few months.

      And remember, Microsoft was the first to do it. Anyone else who claims to be doing it added the feature after Microsoft did, and their version isn't as good.

      You can get a virus from exporting to PDF using OpenOffice

      --
      "Live Free or Die." Don't like it? Then keep out of the USA
    2. Re:Catching up, but still missing OpenDocument by DataPath · · Score: 1

      PDF is so 2006. Microsoft's Metro is the new wave of device-independent presentation. Wait for it in Longhorn. Everyone else is.

      --
      Inconceivable!
    3. Re:Catching up, but still missing OpenDocument by doublem · · Score: 1

      Yeah.

      It's good for us that Microsoft told us about this hot new up and coming technology, so we would know better than to waste time on implementing anything with the soon-to-be-dead PDF format.

      No one will use PDF for anything after the new MS hotness comes out!

      --
      "Live Free or Die." Don't like it? Then keep out of the USA
  37. Yeah, Right by gspeare · · Score: 1

    I'll believe it when I see it, from the company that said "the binary is the specification". Far too often it seems like these announcements are followed up with "small changes" that add that little proprietary touch to what could be an open format.

  38. ASPX runtime error by nurd68 · · Score: 1

    I click on the link and get an ASPX (ASP.NET) runtime error..

    LMAO..

    A refresh seems have it just report a generic (properly rendered) "there is a problem with the forums" page.

  39. 75% file size savings by Bytal · · Score: 4, Informative

    For those who don't want to watch the video, the new format will supposedly offer a %75 improvement in file size. The old, binary format did not use any compression at all. Some of the other features include having the formatting information at the end of the file so that a half transmitted file still contains all the content.

    1. Re:75% file size savings by Anonymous Coward · · Score: 0

      Of course a half-transmitted *compressed* file is hard to decompress...

    2. Re:75% file size savings by ewg · · Score: 1

      You can certainly compress a typical Word or Excel file today by this much, using the default options of standard compression tools.

      --
      org.slashdot.post.SignatureNotFoundException: ewg
    3. Re:75% file size savings by maxwell+demon · · Score: 1

      Usually for decompression, you depend only on what came earlier, so while you cannot decompress anything after a missing part, you can decompress everthing before the first missing part. Especially I think this is true for the algorithm used in zip.

      But even if not, if the formatting is done as CSS or XSLT, then it will be a separate file, and since the zip format compresses different files individually, this means that as soon as the complete data XML is read, it should be ready for decompression.

      However, the whole thing may not work out anyway, because AFAIK zip archives have the directory at the end of the file. Since the directory contains crucial data like the file name, where a certain file begins in the archive, how long it is and which compression method was used on it, it may not be possible to reliably extract the data from a half-transmitted archive (OTOH, some of the missing data might be recoverable through trial and error, using the fact that the decompressed file has to be valid XML - but if the main XML file refers to an image names "Foo.jpg", and you don't have the directory entries, how would you find out which image it was?)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    4. Re:75% file size savings by Nurgled · · Score: 1

      Years ago when my connection was unreliable I routinely used a tool called PKZipFix which would fix a partial ZIP archive to allow you to retrieve any contained files which had been wholly transferred. It even kept the filenames.

      I won't pretend to know how it works or to know anything about the format, but clearly it is possible to work with partial ZIP archives.

    5. Re:75% file size savings by noidentity · · Score: 1

      For those who don't want to watch the video, the new format will supposedly offer a %75 improvement in file size.

      1) Make file format really bulky (pad it with a liberal number of zeros)
      2) Announce new automatic compression
      3) Profit!

    6. Re:75% file size savings by mrchaotica · · Score: 1
      ...but if the main XML file refers to an image names "Foo.jpg", and you don't have the directory entries, how would you find out which image it was?)
      By not being an idiot and using a descriptive file name next time?
      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  40. Nice marketing ploy. Too bad it's a scam by doublem · · Score: 2, Insightful

    Access to the MSDN documentation will require a MSDN developer's subscription and a signed NDA. The NDA will of course forbid the use of file format specification in unsecured software. Appropriate copyright, patent and other licensing fees will be required of developers writing commercial software to access the new file format.

    All kidding aside, I think any hope about this is misplaced. There will no doubt be numerous restrictions on the use of the format information.

    There's also the fact that MS has done quite a bit to document their Office Formats in the past. The major issue is that the documentation differs significantly from the implementations.

    In other words, this is a load of marketing, designed to grab a few buzz words so the sales staff can toss around the phrase "Open Format" when necessary.

    --
    "Live Free or Die." Don't like it? Then keep out of the USA
  41. Yay! by beforewisdom · · Score: 1

    Even with OO as good as it has gotten I still have trouble trading documents with people.

    Maybe now that will end. Maybe I will be able to use the faster loading kword than OO soon too.

    It will be interesting to watch the aftermath.
    With document format soon to be history office applications will need to compete on price and quality.

    It will be interesting to see who the winners will be with the format question out of the way.

    Will quality improve? Will price improve? Will people go with whatever is cheapest regardless of quality?

    1. Re:Yay! by Anonymous Coward · · Score: 0

      Just ask them to give you the files in the Openoffice friendly formats, problem solved. If they ask how, tell them open office is free to download and they can convert old word files easily so they can get up to speed with the free software fast. Then they will be conpatable and you can read their files no problem. :P

    2. Re:Yay! by beforewisdom · · Score: 1

      No offense, but I am guessing you aren't dealing with non-IT savy people who are doing you a favor, are in a business setting, or both.

  42. Already doing it by Random+BedHead+Ed · · Score: 1

    I've been doing this for a while:

    Hacking OpenOffice.org

    Yawn. This is a great idea, but not anything new. Microsoft should have done this years ago, as there is an obvious benefit to their customers and innovation is obviously moving to open formats. They would have done it earlier if they didn't need so depserately competition to spur them into action. IE7, XML Office ... what's next? Bash at the Windows DOS prompt?

    1. Re:Already doing it by ABCC · · Score: 1

      close, but not quite (as usual). theyre working on a new shell for longhorn called monad.

      see Monad Shell (MSH) and Coming Soon to Windows: The Microsoft Shell (MSH)
  43. Open Office might benefit... by Anonymous Coward · · Score: 0

    An employee suggested to me that we use Openoffice 2.0 on a few machines here as an evaluation. I was skeptical at first but he explained the benefits of using Openoffice instead of having to buy MS Office 2k3. So I decided to let him install Openoffice onto 5 PC's to see how the employees got on. Besides, our IT manager had been using Openoffice at home and he hadn't reported any problems - why not try it on our machines?

    Once he'd got the machines up and running with Openoffice we let the users try it out. It all seemed fine to start with: Openoffice was a pretty good replacement for the Microsoft Products we'd used before and the users could still do their work as normal.

    Alas it did not stay that way. After a few days, I had lost count of the number of complaints received from our employees. Users could not do things they could before (like Visual Basic in Excel). The final straw came when one employee lost several hours work when the Openoffice "writer" suddenly crashed, destroying the 70 page legal document he had been working on.

    Needless to say, the Openoffice team offered no support whatsoever. I made the employee remove Openoffice from the PC's and lets just say he's not with us anymore.

    1. Re:Open Office might benefit... by doublem · · Score: 1

      Good man.

      You can't let these Open Source junkies get in the way of REAL productivity. Their "Something for nothing" mentality is absurd. You get what you pay for, and something that's free clearly isn't good enough to justify charging money.

      And considering some of the crap the charge money for, that's saying something.

      Microsoft all the way baby. Microsoft all the way.

      --
      "Live Free or Die." Don't like it? Then keep out of the USA
    2. Re:Open Office might benefit... by kegger64 · · Score: 1

      nice troll... yawn

      --
      653899 - Another prime Slashdot UID
    3. Re:Open Office might benefit... by Zontar+The+Mindless · · Score: 1

      It must really suck to be you, what with having nothing better to do with your time than copying and pasting old trolls like that.

      Haven't you a hobby, like tennis, or philately?

      --
      Il n'y a pas de Planet B.
    4. Re:Open Office might benefit... by DeadChobi · · Score: 1

      Why would you fire someone for convincing you to try something new? Doesnt that squelch your employees' drive toward efficiency with the implication that if they screw up somehow while trying to do something good, they'll get canned?

      I'd understand completely if he made a habit of screwing up like that.

      --
      SRSLY.
  44. Microsoft begins era of patent encumbered formats by dyfet · · Score: 5, Insightful
    Take look at Office 2003 XML Reference Schema Patent License and reconcile that with the claims and headline of this article.

    In particular; consider "Microsoft may have patents and/or patent applications that are necessary for you to license in order to make, sell, or distribute software programs that read or write files that comply with the Microsoft specifications for the Office Schemas." taken from the same page...

    What changed? How is that an "improvement" exactly?

  45. Venom and Bile... by bheer · · Score: 1

    And whatever happened to Office Integrated Rights Management

    You want it, you install and use it ('it' being the Rights Management Server, which is basically a fancy keyserver). Digitally signing XML docs (even those in DOCX/XLSX like zip-containers) is no big deal, Java JARs have been doing it for years, and encrypting them isn't much of a bother either. Of course, if you don't use it, your docs will be easily readable by anyone else, man or machine.

    And even if you do use it, 3rd parties who have your keys can decrypt your documents and then use their favorite tool to process them (it's, after all, XML).

    What about patents?

    Patents concerns were discussed when the Office 2003 schemas were licensed, this new format is being licensed under the same terms.

    And regarding the standards-submission process, did you actually have a point in there, or did you just have the urge on defecate on the Slashdot Comments Page?

    Fact: WMV is popular. WMV is currently licensed to hardware makers like Samsung using 1-to-1 deals with MS. It's in Microsoft's business interest to standardize it so that any hardware maker can, for a standardized royalty, use it in their devices (nothing says standards have to be free; MP3 isn't, for example). And AFAIK the committee will not endorse one format only, even if WMV is blessed by the committee, other formats will still be used.

  46. Another breakthrough from MS.... by Anonymous Coward · · Score: 0

    give me a break....

  47. Congratulations by Anonymous Coward · · Score: 0

    Bravo ms.

  48. April 1st again already? by Anonymous Coward · · Score: 0

    Funny how time flies...

  49. What about existing docs? by HockeyPuck · · Score: 1

    So, now that we've got billions of word 2002/2003/XP and excel/ppt docs sitting around, why can't they just open the spec up to those as well so we don't have to resave in the new format...

    1. Re:What about existing docs? by musikit · · Score: 1

      because then you wouldnt buy the new version to save the old file in the new format

  50. Sounds a lot like Apple packages. by Anonymous Coward · · Score: 0

    Storing everything in a zip file sounds like what apple does with nearly everything now. ".app" is just a special folder with a bunch of stuff in it. Best part is... I can open that up. Find "uglyicon.tiff" and change it to what ever the heck I want.

    Hopefully this goes through and we will be able to hand edit Word files.

  51. Hmmm . . . Free Consulting by Anonymous Coward · · Score: 0

    Microsoft just said something in public. Slashdot and other forums are now going to analyze the idea to death and Microsoft gets to run off with all the free ideas/advice.

    Suggestion . . . add a copyright/prior-art statement to the bottom of anything you post about a Microsoft idea which you discuss. That way, when you find that they have scammed your idea and put it into a product, you can go back and claim ownership.

  52. Updates? by Create+an+Account · · Score: 1

    ...Microsoft would be releasing updates for Office 2000, XP, and 2003...

    Any chance they'll try to cut out users using pirated versions of Office, or do you think they'll let it fly like the GDI bug fix?

  53. Will office 12 include a converter? by rokzy · · Score: 1

    a converter for old .doc to new XML?

    1. Re:Will office 12 include a converter? by Deviate_X · · Score: 1

      Yes it will, its implied by text under the headline!! More info from the developers blog

  54. What the new XML formats look like: by Anonymous Coward · · Score: 0

    <?xml version="1.0"?>
    <msword>
    &#208;&#207;&#17;&#224; &#161;&#177;&#26;&#225;
    ...
    </msword>

  55. Sheesh by Cheapy · · Score: 1

    Microsoft announces that they are going to do something that Slashdot has wanted them to do for ages, and Slashdot proceeds to find faults with it?

    You can't have everything perfect. They are doing a Good Thing, yet they still get ripped to shreads.

    It's like saying that it's bad for Bill Gates to 'only' give a few millions to charities. So what if it isn't a lot of his money, he's still giving out millions.

    Atleast they are opening up somethings and being considerate (whether for selfish or non-selfish reasons doesn't matter) to other companies.

    But of course they are Microsoft, thus are Totally Evil and even if they found and released free of charge and free of any restrictions, the cure to cancer, formulated a reliable plan to end world hunger, AND found a way for geeks to get laid, they would still be seen as Totally Evil.

    Heck, Slashdot would probably say that their plan didn't solve world hunger fast enough.

    --
    Would you kindly mod me +1 insightful?
    1. Re:Sheesh by ssj_195 · · Score: 1
      Microsoft announces that they are going to do something that Slashdot has wanted them to do for ages, and Slashdot proceeds to find faults with it?
      More like "Microsoft states that it is doing something Slashdot has wanted them to do for ages [open up their formats in such a way that they compete on a level playing-field and compete on merit, rather than lock-in plus the network effect], and slashdot finds the faults that show that Microsoft are in fact doing no such thing".
    2. Re:Sheesh by Slashcrap · · Score: 2, Informative

      Microsoft announces that they are going to do something that Slashdot has wanted them to do for ages, and Slashdot proceeds to find faults with it?

      Leaving aside that fact that, like you, Slashdot is not an intelligent entity with needs and desires, this is not what we wanted.

      We want an open, documented and non-patent encumbered format that allows interoperability between Office and other software.

      That is not what this is.

      Another poster has already provided a link that will tell you everything you need to know about the conditions attached to these formats.

      They have patented everything. You will need to licence their patents in order to use these formats in your software.

      That makes them useless. And yet you want us to get down on our knees and praise Microsoft for their generosity? With all due respect, you are either a Microsoft shill or a fucking retard. Not that I am suggesting that those two options are mutually exclusive.

    3. Re:Sheesh by Anonymous Coward · · Score: 0

      Well, duh. If Microsoft solved world hunger, it would clearly be an attempt at expanding and desperately clinging to their user base.

    4. Re:Sheesh by Anonymous Coward · · Score: 0
      It's like saying that it's bad for Bill Gates to 'only' give a few millions to charities. So what if it isn't a lot of his money, he's still giving out millions.

      Bullshit. He's not giving, he's maneuvering to block competitors or Open Source. To make matters worse, much of his so called health care charity involves purchasing massive amounts of expensive pharmaceuticals from companies he's heavily invested in -- using matching government funds.

    5. Re:Sheesh by Anonymous Coward · · Score: 0

      >>Slashdot is not an intelligent entity with needs and desires

      >>We want an open, documented and non-patent encumbered format

      So who's this fucking 'we' then?

      >>you are either a Microsoft shill or a fucking retard

      No pal, you are the fucking (brainwashed) retard.

      You just cannot handle any fact that doesn't fit with your pathetic MS-hating worldview. You just seem to live to hate.

      Just do us all a favour and kill yourself now please. Quietly.

    6. Re:Sheesh by Anonymous Coward · · Score: 0

      Likewise...

    7. Re:Sheesh by Anonymous Coward · · Score: 0

      First off, the linked bit about the patents was for Office 2003, not the upcoming one.

      Second, the only thing it said was that you could use their format as long as you didn't sue them and included an attribution.

      You know, kind of like how the GPL requires you to do certain things if you're going to use GPL'd code?

      Did you actually *read* the license linked? Because despite what you're saying about retards and shills, you're not coming off as being terribly well informed yourself.

      You people would bitch if you were hung with a new rope.

    8. Re:Sheesh by Cheapy · · Score: 1

      Yes, I suppose that it would be better to switch announces with states, but the effect still is the same.

      They have acknowledged the other sides point of view, and even used some of it. Slashdot often cries that Microsoft doesn't look at the open source crowd's point of view, but they can be the same exact way when the positions are reversed. (And for you nitpickers out there, the keyword is 'can'.) Microsoft is a business, a relatively new one at that. If a new business has a way to keep the money flowing, then they will do it!

      Have you noticed that they are becoming more 'open' lately, whether it be in ideas or practice? They already have the market share, they already have a remarkable stream of money coming in, and it will be that way for a long time. So, with money taken care of, they can become more open and reap in the benefits of that. News sources will carry the story and they will be seen as heroes of the people. The attitude toward Microsoft by geeks will also soften (not by much, but still...).

      Nobody cries that Coca-Cola won't release it's 'Secret Recipe,' yet in principle, it's the same thing.

      --
      Would you kindly mod me +1 insightful?
    9. Re:Sheesh by ssj_195 · · Score: 1

      They have acknowledged the other sides point of view, and even used some of it. Slashdot often cries that Microsoft doesn't look at the open source crowd's point of view, but they can be the same exact way when the positions are reversed. (And for you nitpickers out there, the keyword is 'can'.) Microsoft is a business, a relatively new one at that. If a new business has a way to keep the money flowing, then they will do it!

      The thing of it is that Microsoft has deemed Linux internally to be Public Enemy Number 1 (see: The Halloween Documents) and have a track record of a) not suffering competition to exist, unless it benefits them some way; and b) fighting dirty. In brief, they have lied so many times and built up such a great deal of bad blood with the F/OSS community that, understandably, no one believes a single word they say. As for becoming more "open" - witness the current EU situation, where the EU states that their use of proprietary protocols (e.g. Samba) is anti-competitive, and Microsoft's resulting proposal - effectively, following the letter of the law but willfully acting in direct opposition to the spirit of the law (which Microsoft understood full well; Microsoft knew exactly what the EU requested of them, and made very sure that they did precisely the opposite).

      So on the one hand, Microsoft loudly proclaim that they would seek an audience with representatives of the F/OSS community in order to "better understand how Microsoft will serve their needs" or somesuch (all the time knowing, having had it spelt out for them countless times, exactly what the F/OSS community need from them - tell us how to talk to your software; promise to compete on merit, not through patents), and on the other, they openly flout openness, and thumb their noses at the entire EU at the same time.

      Have you noticed that they are becoming more 'open' lately, whether it be in ideas or practice? They already have the market share, they already have a remarkable stream of money coming in, and it will be that way for a long time. So, with money taken care of, they can become more open and reap in the benefits of that. News sources will carry the story and they will be seen as heroes of the people. The attitude toward Microsoft by geeks will also soften (not by much, but still...).

      No, but I have noticed how they have made a big show and dance about how "open" they are becoming, without yet really delivering on it, apart from a few minor projects donated to open source. I'm perfectly willing to believe an old dog can learn new tricks, but I'll believe it when I see it. If a human being lied as much as Microsoft had, he'd be referred to a psychiatrist - honestly, it's like something out of comic book! Unbelieveable. But I digress :)

      Your point about revenue streams is perhaps more important to this discussion than you realise. Microsoft make substantial profits on only two products: Windows itself, and Office. On every other line they either make a marginal profit, barely break even, or make a huge loss. Let's put that into perspective here: Microsoft has dozens (hundreds?) of product lines. They employ thousands of staff, and their costs are very large. And this is all supported by just two products. Both are under attack: Windows by Linux and Mac OS X (the latter of which is alledged to be superior to Windows in many respects, although I cannot judge for myself as I have never even seen it in action); and Office by OpenOffice.

      Linux on the desktop has a huge load of problems, and it will be at least two years until it can rival Windows for ease of use, if ever - the list of complaints from new users is endless. However, the list of complaints from would-be convertees to OpenOffice is more interesting. In brief, very few people complain about the feature-set of OO.o when compared to Office. Do you know what the No. 1 complaint about OO.o i

    10. Re:Sheesh by Anonymous Coward · · Score: 0
      But of course they are Microsoft, thus are Totally Evil and even if they found and released free of charge and free of any restrictions, the cure to cancer, formulated a reliable plan to end world hunger, AND found a way for geeks to get laid, they would still be seen as Totally Evil.


      Yes... and...?
  56. Calling Larry McVoy by Anonymous Coward · · Score: 0

    Your turn, open up the Bitkeeper metadata. :-)

    Seriously, I wonder if Microsoft might (unexpectedly) be starting a new trend in openness of file formats for proprietary software in general? After all, they do have some influence in the industry.

  57. Lock-in continues via DRM by SgtChaireBourne · · Score: 5, Insightful
    Would'nt this approach cause MS to loose its lock-in ability based on file format?
    No. The lock-in continues via DRM and ties to "Office Servers". MS is really pushing the server based aspects of Office 12, so there will be hooks to the server like crazy. MS is also really pushing the DRM encumberance in Office 12. In all likelihood, the XML files will still have key components encrypted so as to support MS' DRM and as a 'side effect' lock out competitors.

    The interesting thing is that all this server based control and logging of DMR'd functions gives an enormous boost to the type of information available for international and corporate espionage. Through backdoors, security holes or escrow keys it was possible before to get only the documents themselves for the most part. Now it's possible to monitor who's collaborating with who, and see everyone in the distribution chain.

    That much can be guessed even now during the vaporware stages. However, as more technical information becomes available it will be possible to guess whether these same functions can be used for more than monitoring and can actually be used to stifle or suppress dissent or specific individuals or groups.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
    1. Re:Lock-in continues via DRM by Anonymous Coward · · Score: 1, Insightful

      What a moronic thing to say. How typical of the reactionary MS-haters: put the hatred before the logic.

      Yes, there are DRM-like aspects to Office12.

      No, they are not meant to lock you in to Office. Rather, they specifically exist to help companies manage security concerns with their own data (some of which concerns are mandates like SOX and HIPAA). So companies will be able to turn on this DRM-like feature *at their option* for specific documents.

      Are you really dim enough to think that MS would sell a single copy of Office if you couldn't use it to send your resume to a potential employer, or send a quote or whitepaper to a client?

    2. Re:Lock-in continues via DRM by Anonymous Coward · · Score: 1, Interesting
      No, they are not meant to lock you in to Office.

      Yes, but that's what they do anyway, claims of purported intent notwithstanding.

      Going beyond specific applications and examining the operating system itself, use of Windows violates SOX and HIPAA Storing personal financial or patient data on a Windows machine and connecting it to the network puts you on the wrong side of the law. Common Criteria Certification is fine with Windows itself, but only as long as it is a standalone machine without network.

    3. Re:Lock-in continues via DRM by kyojin+the+clown · · Score: 1
      mod parent and grandparent up please, both posted AC

      It looks to me that MS are 'locking you in' with improved features and capabilities - their licensing of the formats seems to be perfectly fair and reasonable to me.

      i'm not a shill*, this just seems like a really good move to me. leverage what is good about Office, rather than leveraging a monopoly position.

      *Hey, if you're a cop you have to tell me right? Right?

    4. Re:Lock-in continues via DRM by man_of_mr_e · · Score: 4, Informative

      Why do people like you keep reiterating the tired old "without a network" line?

      It hasn't been true since at least NT4 SP6a, when NT4 achieved a C2 rating *WITH* network. Windows 2000 achieved CC both with and without networking.

      The NT4 link is no longer around on MS's site, but there are still some pages out there that reference it:

      Such as this one

      And here is Win2k

    5. Re:Lock-in continues via DRM by Anonymous Coward · · Score: 1, Interesting

      NT4 achieves a C2 rating with a network but only if you install a special C2 hotfix, not just SP6a.

      That C2 rating introduces so many constraints that in the real world you're not ever going to implement it.

      Similarly Windows 2000 is never going to be C2 compliant if you actually want to use the thing like you, me, and any other Joe Schmoe is going to want to use it. Want to have the network neighborhood work? Bzzzt, sorry, not C2 compliant.

      That "hotfix" isn't a patch, it's effectively a bunch of registry keys and modified files that strip away functionality that can't be used in a C2 environment without violating C2.

      Windows NT4 is as C2 networking compliant as Netware 4. Implement a whole ton of crap that nobody in their right mind is going to implement, then claim it's C2 compliant. The difference with Netware was you ended up needing 5 times the hardware to accomplish the same things, but you didn't lose a whole lot of functionality. NT4, on the other hand, didn't need faster hardware, you just lost so much functionality that nobody implemented C2 unless it was on a government contract.

      But hey fanboy, yes, NT4 was C2 compliant, eventually, on a network. So you are correct. It's just too bad that you don't bother explaining the rest of the picture, assuming you knew it in the first place (but in all fairness, fanboys who get all their information from press releases rarely know many relevant details).

    6. Re:Lock-in continues via DRM by man_of_mr_e · · Score: 1

      I'm not a fanboy. I just can't stand when people continue to parot long obsolete information.

      Yes, C2 was more or less a useless specification, other than as a checkmark to gain government contracts.

      Common Criteria, however, is not and is much more realistice. It addresses your concerns about 'real world' conditions. That's why CC includes things like VPN's and network management tools.

      You have a valid point that NT4's Network certification is largely meaningless, but Win2k's CC certification is not, and actually represents real configuration environments.

    7. Re:Lock-in continues via DRM by Anonymous Coward · · Score: 0

      Might want to note that SQL Server 2000 is also CC certified.

    8. Re:Lock-in continues via DRM by Anonymous Coward · · Score: 0

      (Office12's predicted DRM features)
      No, they are not meant to lock you in to Office.
      Yes, but that's what they do anyway, claims of purported intent notwithstanding.


      How?

  58. Upgrades forever by menem · · Score: 1

    Steve to Bill: We finally did it. We included every possible feature in word, excel in power point. What else can we do?

    Bill to Steve: Add more auto correcting. Users don't know what they mean to write. Let the software write the entire document for them.

    Steve to Bill: Users might actually figure out that auto-correcting is worthless. They might start buying _less_ copies.

    Bill to Steve: Lets try a different file standard. Then everyone else will have to upgrade if one person upgrades.

    Steve to Bill: We've already upgraded to XML and changed file formats every time. Customers are going to freak out.

    Bill to Steve: Lets make a new version of XML. No one will complain and everyone will upgrade.

  59. Re:Microsoft begins era of patent encumbered forma by Unipuma · · Score: 1

    It's an improvement for Microsoft. Now they don't have to make all those pesky hidden API calls and hashed up binary formats that even their own developers must have trouble with decyphering.
    Now they can just hold up the money bowl and say, 'Sure, everyone can read what it says, but we happen to have a law that says you have to pay up if you can read. And you'll have to say pretty, pretty, pretty please, with sugar on top.'

  60. Tss, EU is working? by SlashDread · · Score: 0

    Can I still change my Dutch "Nee" to a "Ja"?

    peace

  61. Microsoft = Big Innovators by carcosa30 · · Score: 1

    I love it how they do something everyone else has been doing for years and they act as if they're god's gift to humanity because of it.

    "Our Glorious Scientists have slashed disease rates ten times!" Yes, when you no longer sleep in your own feces and the whole ten person family doesn't eat with their unwashed hands from the same bowl, it does tend to improve hygeine.

    Microsoft.dieplzkthx();

    --
    Intolerance for ambiguity is the mark of the authoritarian personality.
  62. I don't buy it, MS by Dirtside · · Score: 0

    It's a trick. Get an axe.

    --
    "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
  63. You're thinking of ARC by Anonymous Coward · · Score: 1, Informative

    You've got your history a little confused there. ARC was evil because of copyright issues - the LZW patent may have come into play as well, but the main problem was the SEA v. Katz lawsuit over copyright on the file format - and so Phil Katz created ZIP as a free replacement. There was no need to replace the already-free ZIP with a "freer" format. In recent years there's been some proprietary embrace-and-extend applied to ZIP, especially in the realm of encryption (the original ZIP's encryption algorithm was inadequate) but those extensions are arguably violations of the informal copyleft Katz put on ZIP.

    The gzip format was created to replace Unix "compress", not ZIP or ARC (which would have been, from the point of view of an early gzip user, toy formats for PC weenies - "get a real computer!") and there may have been patent issues there too, but I think the main reason for the switch from compress to gzip was simply an improvement in compression ratios. Archive formats like ARC and ZIP were never directly competing with compression-only formats like .Z and .gz.

  64. Open Smopen... by webzombie · · Score: 1

    Again M$ makes it sound like they're doing the planet a favour. In the meantime they're doing everything in their power to lock consumers in on the serve-side and are patenting every flippin' conceivable method or process that could somehow be linked to their products

    No matter how stupid these patents may seen at the time, make no mistake about it M$ will fore go a war on file formats and use patents to maintain their proprietary standards.

    IMHO any government in hte FREE world has an obligation to ensure that the information they are creating on the public's behalf be done so using non-proprietary and open software. This is especially true given the ever-gorwing threat of patents.

    Hear me now... believe me later!

  65. Re:Hopefully the end of .doc, etc incompatibilitie by Anonymous Coward · · Score: 0

    Which among us? We'll I'm one that has never seen this happen. Say what you will about changig formats but I've never seen a newer version of Word NOT open an older DOC file. I'd like to see a WORD file you cannot open with a newer version of Word. Post your DOC file online somewhere and tell me what version of Word the file was originally created in and what version doesn't open it. I've never seen this, and I'd love to see an example of it.

  66. XML != open by Anonymous Coward · · Score: 0
    XML does not necessarily mean an open format. MS could easily wrap binary format with XML tags, something like:
    <xml-doc>
    <someTag>!@#!!@#@!#!@*&^%$@%$!!@$^%$</s omeTag>
    </xml-doc>
    And given Mircrosoft's nonexistent history as fair competitor, I'm pretty sure that's what they'll do.

  67. Same Thing Different Day by Anonymous Coward · · Score: 0

    I recognize that this post's subject is rather provocative, but Microsoft really isn't about to give up one of their keys to maintaining their market share.

    They're simply appeasing government agencies concerned with data longevity with this announcment; much of MS's file format is binary and hence the world turns around again.

    If they really wanted to embrace open document formats they would announce a coopertave (and I mean cooperative) partnership with the OpenOffice team.

    To put it crudely, it's bullshit.

  68. In other news by t123 · · Score: 1

    Micrsoft patents XML.
    Profit!!

  69. Re:Losing lock-in capability? by lenski · · Score: 1

    The model of using lock-in as nearly the only way to force customers into staying with the product family may be over. It has been frustrating too many paying customers for too long.

    Microsoft has lots (and lots and lots) of very very smart, motivated developers and marketers, and there is always the hope that they can begin to use those resources to build a product that really competes without resotring to bogus, short term ploys like lock-in.

    Hmmm... Who turned on my "hopefulness neuron" today? :-)

  70. Good bussiness Microsoft by camcorder · · Score: 1

    It's ironic to see Microsoft is starting to use Open Source to make more money. Now on next versions of Office they will tout their user base that "Use our product, so that you can interchange your files with OO.o users". I wish they were planning to release a service pack for previous versions of office for that kind of file format support.

    But whatever it is, that move will be good for OO.o users, and also to OO.o developers.

  71. XML Patent by Anonymous Coward · · Score: 0

    In other news, Microsoft uses its patent to stop anyone converting anything to XML, effectively closing the format.

  72. Re:Nice marketing ploy. Too bad it's a scam by Anonymous Coward · · Score: 0
    And they expect to track that how?


    Anyway, if it's proper XML (no, I haven't RTFA) it shouldn't be too difficult for someone to figure out what's going on. Certainly less hassle than trying to decode binary. No license, no NDA.


    I don't know what Microsoft's game is here, to be honest. If they are hoping for patents to help them out, people will work around it by using patent-free zones. I forsee a company in India setting up a web based service doing MS XML to OASIS document conversion.

  73. Last 10 years, actually. :-) by Richard+Steiner · · Score: 1

    We have both Office 95 Pro and Office 97 Pro at home, and I actually prefer to use the former (older) version when I have to produce Word documents.

    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  74. Re:Microsoft begins era of patent encumbered forma by CaymanIslandCarpedie · · Score: 1

    That is for Office 2003 which obviously isn't open. This article is refering to the next version of office. Now many of these restrictions MAY still exist with the next version, but we'll have to wait and see.

    Presumably, much of this is going away since they are saying the new version will be open, but what is "open" to MS may not be quite what you'd expect ;-) Again, we'll have to wait and see, but your above reference doesn't apply to what is being discussed (except to point out past conditions).

    --
    "reality has a well-known liberal bias" - Steven Colbert
  75. Re:Nice marketing ploy. Too bad it's a scam by SolidGround · · Score: 5, Informative

    First of all, the entire MSDN library can easily be accessed online (http://msdn.microsoft.com/library/), second an MSDN subscription doesn't involve any kind of NDA. The only times I've personally come across this was with pre-release stuff and with their limited beta programs and in those cases it's nothing that any other company doesn't do either.

  76. Re:Microsoft begins era of patent encumbered forma by the_2nd_coming · · Score: 1

    no big deal.. they cannot stop OO.o users from downloading and installing a filter that is made in some region that is not covered by their patent.

    --



    I am the Alpha and the Omega-3
  77. Shoehorned Ghostbusters quote by fakedupe · · Score: 1

    Venkman: This city is headed for a disaster of biblical proportions.

    Mayor: What do you mean, biblical?

    Ray: What he means is Old Testament, Mr. Mayor... real Wrath-of-God-type stuff. Fire and brimstone coming down from the skies.

    Venkman: Rivers and seas boiling!

    Egon: 40 years of darkness, earthquakes, volcanos.

    Winston:The dead rising from the grave!

    Venkman: Human sacrifice, dogs and cats, living together... mass hysteria!

  78. Re:Hopefully the end of .doc, etc incompatibilitie by Black+Parrot · · Score: 1


    > Hopefully this file format change will bring about the end of ever-changing file formats from one version of an app to the next.

    Somehow I doubt that the release of yet another format is going to mean the end of ever-changing formats.

    --
    Sheesh, evil *and* a jerk. -- Jade
  79. New extentions by brontus3927 · · Score: 1
    According to Reuters: The new default formats for Word, Excel and Powerpoint will change, respectively, from ."doc," ".xls" and ".ppt" to ".docx," ".xlsx" and ".pptx," Microsoft said.

    Great, now I'll have people calling me up asking "what program do I use to open a 'dot D O C X' file with?"

    1. Re:New extentions by sethadam1 · · Score: 1

      Great, now I'll have people calling me up asking "what program do I use to open a 'dot D O C X' file with?"

      And you'll say "Microsoft Word." What's the problem?

  80. So they claim. by mcc · · Score: 4, Insightful

    Watch the video - the entire file format is completely open.

    Honestly, I am not going to believe it until I see it.

    Microsoft has lied before.

    It's quite possible they don't intend to open their file formats at all, they just intend to make the Washington Post and its readers think they've opened their file formats. In the meantime, if Microsoft actually wanted to "end the era of closed file formats", all they'd have to do is, you know, actually comply with the letter of the antitrust decision currently handed down against them in the E.U. and the spirit of the toothless antitrust "settlement" currently in effect against them in the U.S.. Mysteriously, they haven't.

    1. Re:So they claim. by gregger · · Score: 1

      Actually, I got a personal briefing last week from Microsoft officials about the new file format.

      The new open format is a very good thing. To some it's too little, too late, but there are many advantages to opening the file format that aren't being explored here. We should note that the new XML is nothing like the 2003 XML.

      How about making content management easier? With the new XML format, you can make sections of a document available for revision. You can apply custom style sheets and schemas to the document.

      How about letting document segments take part in external business processes? If you apply a schema to a document, tag it with some meta-data, you can then extract a section for, say, an electronic signature, and then attach the new information easily to the document and continue about your business process.

      The option for customer companies and ISV's to take advantage of what used to be content in a monolithic file format is quite tantilizing when you're trying to make visibility a key objective in a business. There are bits of documents that are really useful to different audiences and roles in an organization, but delivering a whole document to them and making them pick it apart isn't the best option. Chopping it up for them beforehand implies that you know all the questions they are going to ask in advance. The new format allows a more dynamic document experience (with some data-driven prodding from external databases or business systems and the appropriate schema inside the document).

      There are other improvements in Office that will allow external applications to play with the content more easily. Rendering several file formats based on an XSLT now becomes possible. So a Word doc could go to a custom HTML template, perhaps a PDF, or some other custom XML document spec for use between joint-venture organizations.

      What about the fact that if your file gets screwed up, you might be able to crack open the Zip file (just rename the DOCX, PPTX, or XLSX file to .ZIP) and extract the good XML parts? Everything is "normalized" in these files, so individual slides in PowerPoint are XML files, sheets in Excel and XML files, styles are XML files, comments and reviewing marks are XML files (so removing all comments is a file operation now instead of a macro that you HOPE expunged all those nasty little comments you made in the document).

      So imagine, if a document is broken up like this, how it can be absorbed more easily by a database. Now imagine indexing the content - then think of the advent of WinFS where SQL Server is built-into your NTFS file system. I didn't hear any plans about this, but the extrapolation potential is pretty interesting. I know I spend lots of time looking for crap inside documents, as well as the location of documents.

      So I think it's more than OOo compatibility when it comes to businesses, and I think there is a greater push to make this openness come true than file compatibility with competitive office suite products.

      I know our company will benefit from it.
      TTFN

    2. Re:So they claim. by mcc · · Score: 1

      So I think it's more than OOo compatibility when it comes to businesses

      It's the only thing that matters to me. The only thing that is important from my perspective about the new MSWORD is whether or not I am going to be forced to buy it.

    3. Re:So they claim. by jtwJGuevara · · Score: 1

      I'm with the parent. Keep in mind that the person making this claim is a developer. This developer is most likely at the mercy of his superordinate managers and decision makers as to what this file format is really going to be like. Until the file format has been implemented into the production product that we will receive and use, there's too great of a chance for Microsoft management to change their mind on this one and dictate the file format not be completely open.

    4. Re:So they claim. by I'm+Don+Giovanni · · Score: 1

      "In the meantime, if Microsoft actually wanted to "end the era of closed file formats", all they'd have to do is, you know, actually comply with the letter of the antitrust decision currently handed down against them in the E.U. ..."

      France and Holland both rejected the EU this week. The EU is going down the drain. LOL

      --
      -- "I never gave these stories much credence." - HAL 9000
    5. Re:So they claim. by I'm+Don+Giovanni · · Score: 1

      "Microsoft has lied before."

      As have you, no doubt.

      --
      -- "I never gave these stories much credence." - HAL 9000
  81. Are you really being fooled by this? by puppetluva · · Score: 1

    expect this format to be XML with tons of binary CDATA sections that are neither human readable nor parseable with anything but Microsoft stuff.

    If you think that their use of XML will make the format any more "open" then they should bundle a bridge with their Office suite because you'll buy anything.

  82. So everyone will have to move to new Office again? by marat · · Score: 1

    Just 2 hours ago while getting home I noticed lots of new posters in the train advertising to replace your old MS Office with a newer one. "Microsoft Office evolves". Of course, I thought (grinning :)), they didn't change file format for a long time, so now they just have to resort to this. Who would voluntary buy a new office if most people still don't use all features of Word 2? But now Microsoft can say - hey, you asked for this, we are just complying. And, ridiculous, it's true, but net result is still the same.

    And it doesn't matter it's possible to save in the old format - as long as new format is default, you will be sent attachments you cannot read. Just remember how it was since version 2 to 97.

  83. Re:Loosing lock-in capability? No... by bwcbwc · · Score: 1

    Remember that XML patent MS received for linking objects in an XML document? I bet the XML format is designed so that patent covers everything from font files to page formats in their new XML format. So if you want to be able to use MS file formats, you'll have to pay a hefty patent licensing fee.

    --
    We are the 198 proof..
  84. Re:Nice marketing ploy. Too bad it's a scam by doublem · · Score: 1

    If they are hoping for patents to help them out, people will work around it by using patent-free zones. I forsee a company in India setting up a web based service doing MS XML to OASIS document conversion.

    Well, that will be great for India, but anyone who tries to sell that software in the US will be SOL.

    Remember original Halloween document? Remember the part about using patents and litigation to kill Open Source?

    FUD isn't working, so they're gearing up to toss this to the legal team. Soon, it will be a DMCA violation to have your Office Suite read Microsoft formats.

    --
    "Live Free or Die." Don't like it? Then keep out of the USA
  85. /. prints M$ press release unchallenged by toby · · Score: 1
    This "they're XML so they're open" is an utter smokescreen, and has been dissected here before. It's really no better than saying "the Intel instruction set is published, therefore our applications are open!"

    As other posters have pointed out, and is usually the case with M$ rhetoric, if they had really meant to be open, there are much better directions they could have taken. Let's be reminded that the document-format issue is crucial PR to M$ because they are at risk of losing business (as they should be!) due to legislation protecting the public from government use of closed tools. We have to stop governments hiding our data in proprietary ghettos. Let's get M$ out of public office, where it does not belong. They've fed at the public trough too long already. Then let's finish the job and put them out of business entirely.

    Enderle yesterday, M$ today, why is this propaganda being funneled straight to the front page? When did /. policy become, "They make sh1t up, and we print it"? It's an insult to the intelligence.

    --
    you had me at #!
    1. Re:/. prints M$ press release unchallenged by PigleT · · Score: 1

      More to the point, go double-check for patents: http://www.google.co.uk/search?q=microsoft+patent+ XML

      --
      ~Tim
      --
      .|` Clouds cross the black moonlight,
      Rushing on down to the circle of the turn
  86. Re:Last 10 years, actually. :-) by IntlHarvester · · Score: 1

    I know where you are coming from -- Office 97 broke the outline list feature -- something to do with HTML compatibility. I preferred the 95/v4 way of doing things.

    But life moves on -- I like Word 2003 because of the Style Palette, a pretty trivial feature but one that save mouse clicks.

    --
    Business. Numbers. Money. People. Computer World.
  87. Re:Nice marketing ploy. Too bad it's a scam by doublem · · Score: 2, Informative

    Office 2003 XML Reference Schema Patent License

    Just TRY to use the Office XML Specification in an Open Source application. Go ahead, I dare you.

    --
    "Live Free or Die." Don't like it? Then keep out of the USA
  88. Evil! by Anonymous Coward · · Score: 0

    They are still evil, right?

    Right?

  89. microsoft.gov by St.+Arbirix · · Score: 1

    If this interview is correct, it could mean the beginning of the end of Microsoft's proprietary file formats. ...and the end of one of the biggest arguments against governmental use of Microsoft Office. On the plus side, at least this would make it easier for public documents to be used by anyone.

    To those worried about whether or not it's patented. Just think about the fuss that would be raised if Microsoft used a patent defense against people opening these files with non-MS products on public documents. I don't see why people haven't realized that putting public documents in Microsoft formats means that in the end they will be forced to allow anyone to use them. Maybe not now, but they'll never be able to convince a jury that it's illegal to crack the format when it's being used on public data.

    --
    Direct away from face when opening.
    1. Re:microsoft.gov by schmidt · · Score: 1
      Just think about the fuss that would be raised if Microsoft used a patent defense against people opening these files with non-MS products on public documents.
      It's similar to people using DeCSS in order to watch their own DVD's on their Linux box. AFAIK this is illegal in the United States and probably other countries too.
  90. Copied Again: OOo by k0fcc · · Score: 1

    Micro$oft is amazingly full of it again. Here we see the threat caused by OpenOffice, who submited these standards to OASIS btw, is so great that MS had to pull an Al Gore and "invent" them. (Appologies to the Dems and Apple Fans). Truth is MS is now using OOo's standards. Amazing how people spin information to sway the lesser informed.

    excuse me while I puke....

  91. Damn cold! by Netsensei · · Score: 1

    Why is it getting here so damn cold? Oh! Odds are, hell is frozen over by now!

    Billzebub, turn that heater up, will ya?!

  92. A New Forced Upgrade Path for Office 2K users by scottsk · · Score: 1

    In other words, Microsoft is now creating a new document file format that can't be read by Office 2000 users. Their installed base is their biggest enemy, since Office 97 and 2000 are both more than adequate for most users' needs. And Office 2000 isn't crippled by DRM and activation. No one wants to upgrade. How can Microsoft possibly get rid of their old non-activation software that users are very happy with? Incompatible file formats! Office 2K users will now start getting these zipped XML files as e-mail attachments from Office 200x users, and not be able to read them.

    1. Re:A New Forced Upgrade Path for Office 2K users by ianpm · · Score: 1

      Did you actually read the story at all?

      "The developer likewise announced that Microsoft would be releasing updates for Office 2000, XP, and 2003 to read and write the new formats when the new version of Office is released."

      There have always been cross-format converters available when new formats are announced.

    2. Re:A New Forced Upgrade Path for Office 2K users by scottsk · · Score: 1

      I've been trying to remember the details of when MS did this once before. They intentionally messed up backwards compatibility in Office and created a huge mess, and eventually had to fix it. They had "compatibility" for old versions back then, too.

      I think this is it: http://news.com.com/2100-1001-279619.html

  93. Non standard XML? by nurb432 · · Score: 1

    If they are true to form, this 'open format xml' will be non standard, and they will retain rights to the non standard extensions.

    Ill put money down that its just a publicity stunt to make people think they are being 'more open'.

    The important thing to ask always is 'how do they make money and increase market share/control off this decision'? If you cant find reasons, then its just marketing fluff.

    --
    ---- Booth was a patriot ----
    1. Re:Non standard XML? by gregarican · · Score: 1

      I wouldn't get on the hatewagon that that degree. As long as they have schema reference documents available your bet would be a losing one. My bet is that certain documents are encoded using technology similar to this. One of my company's software products has file documents based on encoded XML and for certain situations Microsoft could employ something similar.

  94. OpenOffice.org by Anonymous Coward · · Score: 0

    "The new formats will apparently include XML files along with other files (images, etc) inside of a Zip file."

    Isn't that pretty much the same as what OOo uses?

  95. Sounds too good to be true by FridayBob · · Score: 1

    I'll have to see it to believe it. There is bound to be a catch to this strategy -- probably something to do with patents. M$ is shiftier than a 10 speed clutch. After all, it would be totally irresponsible of them to just give away some of their valuable monopoly power for nothing. A new version of Office with a truly open file format would allow customers to get off of the infamous M$ treadmill: they'd feel free to move to an alternative office suite and still be able to make use of the new, open M$ document format. As a result, sales and profits would decline noticeably. The stockholders wouldn't like that. And since M$ has always put the interests of their stockholders before those of their customers, you (and the stockholders) can bank on reality turning out differently from the hype.

    1. Re:Sounds too good to be true by Anita+Coney · · Score: 1

      I totally agree. They'll be infected with patents so open source projects cannot use them. Or maybe it'll be the new DRM they're working on for office. Any cracking or hacking of that would violate the DMCA.

      Microsoft loves being open in a draconian and monopolistic sort of way.

      --
      If someone says he and his monkey have nothing to hide, they almost certainly do.
    2. Re:Sounds too good to be true by ummit · · Score: 1
      And since M$ has always put the interests of their stockholders before those of their customers...

      But of course they're no different from any public company in this respect.

    3. Re:Sounds too good to be true by FridayBob · · Score: 1

      But of course they're no different from any public company in this respect.

      It's not fair to say that -- not every publicly owned company has the luxury of being able to exploit a monopoly position. Everybody is so used to hearing M$ be called a monopoly that they seem forget what this entails. Having a monopoly means that you can abuse your customers (i.e. with high prices and low quality) without any fear of loosing them to your competitors -- you don't have any competitors! That's what I mean when I say M$ listens only to its stockholders: they do so more that others because they can afford to. They can let their customers struggle with sub-standard products and still count on raking in astronomical profits. A lot of stockholders got filthy rich off of M$.

      On the other hand, there are plenty of other publicly owned companies out there that do not have a monopoly of any kind. I'd say that they constitute the majority. These companies have no choice but to strike a balance of some sort. Sure, they can't be too nice to their customers, or else their stockholders won't be happy. However, they must also offer their customers value for money, or else they will loose market share.

  96. Re:Microsoft begins era of patent encumbered forma by dyfet · · Score: 1
    The exact same claims were made about the 2003 Office files, which are covered under this patent license. And yes, they were also called "open".

  97. Patents cover use, not distribution by dyfet · · Score: 1
    This is a part of why it is completely legal to distribute patented true type hinting algorithms (freetype) in source form, but illegal for users in countries where the patent is in force from actually compiling and then running said binaries.

  98. Re:Nice marketing ploy. Too bad it's a scam by Anonymous Coward · · Score: 0

    This might turn out to be counter productive for Microsoft, though. If I was running a business I would see this as forcing a lock-in to Microsoft products with an unknown licensing cost in the future. Now you can't predict what the licensing cost will be, but if you are using a format that is open and for which there are no impedimemts to implementation (OASIS format) then I would look very seriously at the OASIS format as an option such that my company's ability to read past documents was not tied to a particular format. At the very least I would mandate that all past, present, and future documents be archived in some format or other that is likely to be widely readable and modifiable in the future. E.g. mandate that all Word docs also get saved in html and pdf format in addition to the native doc format, and add a requirement to archive copies in the OASIS format as support for that becomes available.

  99. one word: bullshit by Anonymous Coward · · Score: 0

    I call bullshit

  100. Always sucked too... by Anonymous Coward · · Score: 0

    Did you actually read the story at all?

    "The developer likewise announced that Microsoft would be releasing updates for Office 2000, XP, and 2003 to read and write the new formats when the new version of Office is released."

    There have always been cross-format converters available when new formats are announced.


    And those conveters have always sucked too. Sucked so badly that customers have had to "upgrade" (sic) anyway to continue being able to exhancge documents with the rest of the world.

    This is just another forced upgrade treadmill that users are going to have to get on, once again.

    No news here, now move along please. And don't forget to plan into your next year's budget for that Office 12 upgrade.

  101. Warning : low flying jokes by Anonymous Coward · · Score: 0

    Fwooooooosh!

  102. Re:Nice marketing ploy. Too bad it's a scam by doublem · · Score: 1

    You are of course assuming business people use considerations beyond "Is this what I'm familiar with?" and "Will this be compatible with my customers?"

    They don't.

    The things we consider important are not factors to most businesses, even though making them a factor would be better for the business in the long run.

    Long term outlooks like the one you're discussing are dead in America. You're lucky to get a manager who looks beyond the next quarter, let alone beyond the next major software upgrade cycle!

    --
    "Live Free or Die." Don't like it? Then keep out of the USA
  103. It's Not the "End" of their Proprietary Formats by JenovaSynthesis · · Score: 1

    These XML files will not replace .DOC, .XLS, .PPT, and .MDB. It will merely augment them for purposes of moving back and forth between other applications. The fact MS will have them as the default format smells of ass kissing.

    But really they serve no purpose other than that because who is going to prep a business presentation to be shown in PowerPoint using an archive file with everything in it as opposed to using a single .PPT file with everything embedded in it?

    If your files are created in an MS Office app and are destined to be used/printed on an MS Office app, then these new formats would be pointless anyways. I just hope MS allows you to change the default back to the proprietary formats.

    A similar model for this already exists within Alias' Maya software with its .mA (Maya ASCII) and .mB (Maya Binary) formats.

    --
    Anonymous Cowards generally receive no replies because you're a coward and I'm a bitch :)
  104. My Crystal Ball... by catdevnull · · Score: 1

    My crystal ball predictions:

    MS files patent on XML and then sues others for using "their" technology. Oh, wait...deja vu?

    here...
    here...
    here...

    Open standard? My ass. If MS has their way, XML will be THEIR technology and you can use it if you pay for it. At the very least, it seems that their patent licensing allows you to read their format.

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
  105. Again?I thought they said Office 8,9, 10 & 11 by tod_miller · · Score: 1

    Oh I see, microsoft....

    hurrah, openoffice.org. Don't look back, how about spreadopenoffice.org ?

    g'day (celebrating removal of human check)

    Tod the human (barely)

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
  106. Competing on other things by Bandit0013 · · Score: 1

    Microsoft is opening the file format and banking on the concept that their products interoperate flawlessly, are easy to install and maintain, and are supported by a well known company that isn't going anywhere.

    The free open source community simply can not compete with a traditional company on service and interoperability, especially when you consider that OSS is not really a community, but small collections of developers who go their own way on things. That's why we have 500000000 flavors of linux and a significant portion of OSS development is spent just trying to get your software working on all the flavors instead of innovating.

    The FOSS community will not "defeat" Microsoft until they can actually work together more and focus on innovation instead of the "me-too" copying that is going on now. The current strategy means FOSS is lagging behind the market by months and in some cases years.

  107. You certainly don't know Yiddish. by Anonymous Coward · · Score: 0

    ...or you would have known to write it as:

    Open Schmopen

    Oy vay!

  108. "the beginning of the end".... by ch424 · · Score: 1

    it could mean the beginning of the end of Microsoft's proprietary file formats

    I look forward to seeing the xml version of wmv!

  109. Re:Nice marketing ploy. Too bad it's a scam by dioscaido · · Score: 1

    http://msdn.microsoft.com/library/

    Try not to sign any rouge NDAs while you browse the free MSDN library. :)

  110. Re:Nice marketing ploy. Too bad it's a scam by yeremein · · Score: 5, Informative

    Uhm ... try reading the license.

    Looks kinda like a BSD license, don't it?


    Yeah, especially the part that says "You are not licensed to sublicense or transfer your rights."

  111. I'm not RTFC(omments) by DahGhostfacedFiddlah · · Score: 1

    But I know what the gist of half of them will be. "Open? Hah! M$ is the suxorz!".

    Shut up. It's a step in the right direction. Rather than naysay *everything* that's ever done, perhaps you could send off a nice, non-sarcastic email to the nice folks at MS saying how much you approve of this first tep, and hope that it is leading to a true open format.

    Carrot and stick guys, carrot and stick.

    1. Re:I'm not RTFC(omments) by Anonymous Coward · · Score: 0

      "Carrot and stick guys, carrot and stick."

      I think that that is kind of Microsoft's idea. Take the appeal of an "open" format and wave it around like a carrot in front of the sales dep that might be succumbing to the suffocated screams coming from the IT dep locked into Micro$oft. They tie that carrot onto a big old EULA stick that they use to lead the business community even deeper into MS lockdown, under the pretense of the "open" format carrot. Do you really think that we can out Microsoft Microsoft with a few emails?

    2. Re:I'm not RTFC(omments) by DahGhostfacedFiddlah · · Score: 1

      The fact is, MS doesn't have to be the big scary monster anymore. I believe they're in a period of transition. Yes, they're still in the old mindset of Embrace, Extend, Extinguish, but it can no longer go on forever.

      MS is losing good people to Google. They used to pride themselves on having only the smartest. Now they realize there's more to retaining the smart guys (and gals) than just offering the best benefits. You also have to offer a culture - and Google's "Do no harm" culture is winning.

      MS may face a crisis in the coming years. It won't be monetary (what with the billions of dollars saved up), but it will be cultural. A crisis is the best time to affect change, since everyone knows they have to move *somewhere*, but no one really knows where that somewhere is.

      By providing positive feedback for the actions the geek community approves of, and negative feedback for every step in the wrong direction, they *will* get the message.

      A step in the right direction can't be met with the message "It's not far enough" - they will figure that out for themselves as they find more and more success along certain lines. We can't do it for them, but we can show them the path.

      MS has been "the enemy", but the nice thing about business is that they can change. IBM was the enemy - they're now an ally, and promote a culture of openness. Nintendo abused its dominant position in gaming, and was pushed in a completely different direction than other gaming companies. With the vast resources MS has, I would rather see them become a force for good than watch them die.

    3. Re:I'm not RTFC(omments) by Baricom · · Score: 1

      I'm using the stick now. I'll send them the carrot when I see the patent license.

  112. Re:Microsoft begins era of patent encumbered forma by Anonymous Coward · · Score: 2, Interesting

    Finish reading, numnuts.

    Stripped down to its essence, the license says:

    Microsoft hereby grants you a royalty-free license under Microsoft's Necessary Claims to make, use, sell, offer to sell, import, and otherwise distribute Licensed Implementations solely for the purpose of reading and writing files that comply with the Microsoft specifications for the Office Schemas.

    If you distribute, license or sell a Licensed Implementation, this license is conditioned upon you requiring that the following notice be prominently displayed in all copies and derivative works of your source code and in copies of the documentation and licenses associated with your Licensed Implementation:

    "This product may incorporate intellectual property owned by Microsoft Corporation. The terms and conditions upon which Microsoft is licensing such intellectual property may be found at http://msdn.microsoft.com/library/en-us/odcXMLRef/ html/odcXMLRefLegalNotice.asp."

    By including the above notice in a Licensed Implementation, you will be deemed to have accepted the terms and conditions of this license. You are not licensed to distribute a Licensed Implementation under license terms and conditions that prohibit the terms and conditions of this license.

    You are not licensed to sublicense or transfer your rights.

    Microsoft reserves the right to terminate this license grant if you sue Microsoft or any of Microsoft's affiliates for patent infringement over claims relating to reading or writing of files that comply with the Office Schemas. This license is perpetual subject to this reservation.


    So basically, the license grants you perpetual rights to read or write 'their' schema so long as you don't sue them for patent infringement, and you do display their blurb in your source and docs. You can't sublicense 'their' schema, but no problem, other can get the same license you got, simply by attaching the blurb.

    Looks a lot like the *more* free BSD license!

  113. So What? by Aggrav8d · · Score: 1

    So they make it XML. Great. Now if only there were humans left who were allowed to parse the XML without explicit approval from MS.

  114. I'm not sure I can believe this by Retired+Replicant · · Score: 1

    The proprietary document formats of Office applications has been Microsoft's ace-up-the-sleeve since MS Office became the dominant office suite back in the mid 90's. During the MS anti-trust brouhaha of 1999-2002 era, I kept saying that all the government needed to do was make Microsoft open up it's file formats so that any competing application could read/write/edit documents on an equal basis. If they go this route, Microsoft will finally have to compete based on quality and price.

  115. If these lockdown are put into place... by Anonymous Coward · · Score: 0

    That could be the end of MS Office hegemony.

    The entire reason any word processor (or office suite) gains entry and marketshare is because it is unofficially used at home (something that the anal-retentive would call piracy; in reality its advertising, but I digress).

    If MS makes it difficult to use unofficially, or makes the documents so difficult to use that people are worried they are tracked, people will simply use a different word processor. The most likely candidate is older versions of MS Office, but it will open the door for Open Office. Not Corel. Corel couldn't sell water in the desert.

    But seriously, this release has the potential to do for Microsoft what Netware 4 did to Novell... kill the product and almost take the company with it.

    1. Re:If these lockdown are put into place... by cortana · · Score: 1

      Are you kidding, PHBs will be falling over themselves to pay MS for the ability to make documents that expire after a certain date; that can't be copied/forwarded; and that can't be edited, or even have text copied from the document to the cliboard. Microsoft's revolutionary new features make it easier than ever to conduct a dishonest business! :)

  116. Mod parent insightful! by sethadam1 · · Score: 1

    That's a very interesting case- can I be sued if I reverse engineered a Microsoft binary because a public document that I wanted to obtain via FOIA was only published in DOC format? Then I could sue the state or governing body for not providing me access...

    What a fascinating case that would be.

  117. Re:Loosing lock-in capability? No... by amliebsch · · Score: 2, Informative
    So if you want to be able to use MS file formats, you'll have to pay a hefty patent licensing fee.

    Or not.

    http://www.microsoft.com/Office/xml/faq.mspx

    Q. Who can obtain a license?

    A. The license is not restricted to particular individuals or entities. It is available for customers, governments, academics, hobbyists, and IT companies.

    ...

    Q. How much does the license cost?

    A. The license for the Office 2003 XML Reference Schemas is being made available free of charge.

    --
    If you don't know where you are going, you will wind up somewhere else.
  118. April Fools was LAST month by WillAffleckUW · · Score: 1

    you don't seriously expect us to believe that MSFT is going to use non-proprietary formats, do you?

    At least try to make it believable ...

    --
    -- Tigger warning: This post may contain tiggers! --
  119. On first glance at the Subject line by bjdevil66 · · Score: 1

    I had to look at the calender to be sure it wasn't April 1st.

  120. This still doesn't excuse Microsoft by Anonymous Coward · · Score: 0

    It is imperative that I give you the following information, which Microsoft wants concealed from the public. Note that some of the facts I plan to use in this letter were provided to me by a highly educated person who managed to escape Microsoft's lawless, crude indoctrination and is consequently believable. If there is one truth in this world, it's that if we pronounce the truth and renounce the lies, then the sea of gnosticism, on which Microsoft so heavily relies, will begin to dry up. Here are a few points to ponder:

    1. Microsoft does not have a record of tolerance.
    2. Microsoft is certifiably misguided.
    3. Several of Microsoft's comrades, who asked to remain nameless, informed me of Microsoft's secret plans to distract attention from more important issues.

    Those points may at first seem unrelated, but when you connect the dots, it becomes clear that Microsoft hates it when you say that the foundation and wellspring of its musings is the odious doctrine of incendiarism. It really hates it when you say that. Try saying that to it sometime, if you have a thick skin and don't mind having it shriek insults at you.

    Nobody wants Microsoft to take control of a nation and suck it dry, but Microsoft insists on doing it anyway. What I think -- and I'm no specialist -- is that I have a dream, a mission, a set path that I would like to travel down. Specifically, my goal is to view the realms of frotteurism and paternalism not as two opposing poles, but as two continua. Of course, it thinks we want it to tear down everything that can possibly be regarded as a support of cultural elevation. Excuse me, but maybe the tone of its accusations is eerily reminiscent of that of foolish cretins of the late 1940s, in the sense that many people respond to its pushy declamations in the same way that they respond to television dramas. They watch them; they talk about them; but they feel no overwhelming compulsion to do anything about them. That's why I insist we raise issues, as opposed to guns or knives. Worst of all, our children's children would never forgive us for letting Microsoft perpetuate the nonsense known technically as the analytic/synthetic dichotomy. There are rumors circulating that Microsoft is a scion of the most dour twerps I've ever seen, so let me just clarify something: Microsoft refers to a variety of things using the word "photochronographical". Translating this bit of jargon into English isn't easy. Basically, it's saying that granting it complete control over our lives is as important as breathing air. At any rate, I have a dream that my children will be able to live in a world filled with open spaces and beautiful wilderness -- not in a dark, power-hungry world run by blockish materialistic-types. Microsoft's brethren often reverse the normal process of interpretation. That is, they value the unsaid over the said, the obscure over the clear.

    Microsoft's bookish fantasy fits neatly into its ghastly model of society. No joke. Microsoft periodically puts up a facade of reform. However, underneath the pretty surface, it's always business as usual.

    Lest I forget to mention this later, Microsoft fervently believes that its activities are on the up-and-up. This shows that it is not merely mistaken about one little fact among millions of facts but that Microsoft has never satisfactorily proved its assertion that we can change the truth if we don't like it the way it is. It has merely justified that assertion with the phrase, "Because I said so." Microsoft recently stated that university professors must conform their theses and conclusions to its patronizing, juvenile prejudices if they want to publish papers and advance their careers. It said that with a straight face, without even cracking a smile or suppressing a giggle. It said it as if it meant it. That's scary, because I am aware that many people may object to the severity of my language. But is there no cause for severity? Naturally, I maintain that there is, because it's a pity that two thousand years after Chr

  121. Soooooo inovative!!! by zaroastra · · Score: 1

    The new formats will apparently include XML files along with other files (images, etc) inside of a Zip file.

    It's good to see how Microsoft remains the driving force for inovation in the IT bussiness...
    XML files inside a zip... Who could have thought of that
    *gasp in astonishment*

    --
    I'm trying to get modded "Interesting Flamebait Informative and Insightful Redundant Troll" *-* Please Help *-*
    1. Re:Soooooo inovative!!! by soulhuntre · · Score: 1

      So let's get this right...

      If MS had done something totally off the wall you woudl have complained and whined that they were being non-standard.

      If they do somehting in a easily pened way using common tools you complain and whine that they aren't "innovative".

      Why not just be honest and say "I like to complain and whine".

      Slashdot: "What do want to complain about today?"

      --
      --> Fight tyranny and repression.... read /. at -1!
    2. Re:Soooooo inovative!!! by zaroastra · · Score: 1

      irony dude... it was ironic!
      I wasnt even complaining! i was making fun of them, which is something completely diferent!

      (btw, if they did something non-standard, where would be the news on that... I for one wouldnt even bother to comment)
      (btw2 the reason that they are using xml this time has nothing to do with some patents they have been getting in the last couple of years... that is just plain coincedence)
      ^^^ that was irony again... so dont complain and whine that everyone here only know how to complain and whine ;)

      --
      I'm trying to get modded "Interesting Flamebait Informative and Insightful Redundant Troll" *-* Please Help *-*
  122. Re:Microsoft begins era of patent encumbered forma by Elwood+P+Dowd · · Score: 1

    I would interpret that to mean that they could revoke your ability to distribute at any time. They could stop offering licenses to new users of the patent.

    That isn't the end of the world, and if the license turns out to be as unrestricted as it seems, that's pretty excellent. But no, not quite so free as BSD.

    --

    There are no trails. There are no trees out here.
  123. The forcast for Hell today.... by Laurance · · Score: 1

    A blizzard moving in, with lows in the -10s...

  124. Re:Nice marketing ploy. Too bad it's a scam by Anonymous Coward · · Score: 0

    Read the rest. Anyone can get the exact same license just by including the blurb in their docs & code.

    SO you don't need to transfer or sublicense your license, when anyone else can have one too. YOur MS-hatred is blinding you to simple logic.

  125. Open Document Format from OASIS by handmedowns · · Score: 1

    Does anyone know how MS's "original" and patented format is any different than the OASIS open document format that has been out for a while now?

    What does everyone think of the ability to call prior-art if MS litigates a project like OOo for making full compatibility to MS XML doc format?

    --
    The road between democracy and tyranny is paved with secrecy in the name of security.
  126. Case In Point: PowerPoint by mpapet · · Score: 1

    The company I work for has a powerpoint presentation online. There is are no animations, no special transitions, just slides with pretty pictures and some words.

    The PHB thinks -any- browser reads HTML and they have a "save as" dialog box for exactly this. So, what's the problem?

    Non-IE browsers get a pop-up window telling them
    "This presentation contains content that your browser may not be able to show properly. This presentation was optimized for more recent versions of Microsoft Internet Explorer."

    If their open formats are not implemented like my example then MS Management has accepted there's a huge OSS weakness that they have yet to exploit. Maybe they make the open file format license revokable. Besides the obvious IP issues, what could it be?

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
  127. Tagset Jumble by Analogy+Man · · Score: 1
    I can't wait to see what some of the Word documents I have inherited would look like inside.

    Add a RETURN and formatting for a section changes, delete a character at end of line and things jump all over the place, backspace has similar...but different result. My bet is the XML for Word is at best a little worse than the HTML Frontpage produces.

    --
    When the people fear their government, there is tyranny; when the government fears the people, there is liberty.
  128. If this is like the ECMA CLI standard... by fabu10u$ · · Score: 1

    If this is like the standard submitted for .NET, the container of the file format will be completely open but the format of the actual data inside will be obscure. If you read the details of ECMA-335, something that trade press and PHB's can't be bothered to do, you will see that large portions of the .NET class library that you need to do anything useful, like Windows Forms, ASP.NET, and ADO.NET, are not part of the standard.

    Microsoft knows that the devil is always in these kinds of details.

    --
    They say the mind is the first thing to ... uh, what's that saying again?
    1. Re:If this is like the ECMA CLI standard... by Anonymous Coward · · Score: 0

      The Windows Forms relies on the win32 API in order to function. What possible use would that be to anyone interested in cross-platform development by including it in the ECMA spec?

      ASP.Net is a collection of controls and libraries for web based server side development. Once again what possible use would it to include something like that in the ECMA spec? It'd be like including Struts as part of the Java spec.

      ADO.Net perhaps could have been included. However, that certainly hasn't stopped the Mono project from implementing their own providers.

  129. Good News for OpenOffice by sheepoo · · Score: 1

    This is indeed a heaven-sent for OpenOffice.org people. Now they will not be working against a moving target anymore :)

  130. IANAL, but I'm thinking it might be fun in hell... by coolGuyZak · · Score: 1
    Yeah, especially the part that says "You are not licensed to sublicense or transfer your rights."

    True. Where is the list of patents that Microsoft has, which specifically apply to the Open Schema? I ask this in ignorance. However, if no such patents apply, you do not need to agree to the license--it effectively would be granting you nothing. It seems to be a cookie-cut document more than anything else.

  131. Could be good .... by HerculesMO · · Score: 1

    Ideally, open formats are best for the interoperability they bring between platforms. I am guessing that Microsoft's recent workings with Sun have a lot to do with this move. However, it can also put Microsoft in a position to say "Okay, our formats are open -- we will beat you on sheer usability" and as far as OpenOffice is concerned, Office 2003 does that now. It's simple to use, works well in a corporate environment, documents are easily manipulated and everything else you'd expect. Okay, I know the MS haters will tend to disagree with me here, but some products they make, like Office, are pretty damned good. Choosing open formats just allows for more utility over platforms and I cannot see this as a downside for MS at all. OpenOffice, unless it becomes as streamlined and nice as Office is now, will never replace Office, or even catch up. It remains appealing for people like me who do however, not want to pay the $700 it costs to run Office on their machines.

    --
    The price is always right if someone else is paying.
    1. Re:Could be good .... by Anonymous Coward · · Score: 0

      " Choosing open formats just allows for more utility over platforms and I cannot see this as a downside for MS at all."

      There is no down side for MS because their "open" XML is not really open at all. They are just wrapping encypted data in a XML format. And a patented XML format to boot. Now they have the DMCA to protect it which is, for MS, more protection than the copywrite laws provided. MS can't open anything. They are too greedy for that. Don't let the news headlines hit you on your way out the door.

  132. Not compatible with the GPL by Christian+Engstrom · · Score: 1
    Finish reading, numnuts.
    [...]
    [B]asically, the license grants you perpetual rights to read or write 'their' schema so long as you don't sue them for patent infringement, and you do display their blurb in your source and docs. You can't sublicense 'their' schema, but no problem, other can get the same license you got, simply by attaching the blurb.

    Looks a lot like the *more* free BSD license!

    This is not at all similar to the BSD license. In particular, the Microsoft patent licence is incompatible with the GPL since it:
    • Contains an advertising clause
    • Doesn't allow you to sublicense the patents
    ...and probably a host of other reasons as well.

    So I don't think it's the grandparent post, which pointed out that Microsoft is positioning itselves to try to keep it's monopoly through the use of software patents, who is the "numnut".

    Is that a word, by the way?

    --
    Christian Engström, Former Member of the European Parliament 2009-2014 for The Pirate Party, Sweden
    1. Re:Not compatible with the GPL by dyfet · · Score: 1
      No it is explicitly not GPL compatible. Curious, isn't that. One might even argue part of an effort to divide the community, while at the same time containing clauses restraining future legal actions of those who accept the license.

    2. Re:Not compatible with the GPL by jc42 · · Score: 1

      In particular, the Microsoft patent licence is incompatible with the GPL since it:

      * Contains an advertising clause


      So what clause in the GPL forbids this? I have a number of GPLs lying about in various directories. I looked at one, which identified itself as "Version 2, June 1991". I couldn't find anything that seemed to cover advertising. Of course, I could have missed it because it's expressed in different terminology. In any case, I didn't see anything that sounded to me to say anything like this.

      To express it differently, I'd think you'd want your software to give proper attribution to everyone whose ideas you used, when you can discover who originated them. If you are using person or corporation X's encoding scheme, I'd think you'd want to acknowledge this fact. Why would you want your license to forbid proper attribution?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    3. Re:Not compatible with the GPL by pizzarobot · · Score: 1

      The GPL doesn't forbid attributions. Instead the GPL forbids someone who is writing GPL software from requiring attributions in all derived code, which is what the Microsoft license requires. The required attributions would be an "extra requirement" which is explicitly not allowed by the GPL.

    4. Re:Not compatible with the GPL by jc42 · · Score: 1

      So exactly where in the GPL does it say this?

      Strings like "attrib" and "extra" don't appear anywhere in the GPL that I'm looking at right now, with any capitalization. The string "require" does appear four times, but none of the occurrences talk about allowing or forbidding extra requirements. The strings "forbid" and "allow" do occur (once and twice respectively), but none of these are in sentences that deal with extra requirements.

      How can I locate the clause that forbids "extra requirements"?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    5. Re:Not compatible with the GPL by Christian+Engstrom · · Score: 1
      How can I locate the clause that forbids "extra requirements"?
      Gnu General Public License version 2:
      6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
      [emphasis added]

      In the page with comments about various licenses you can compare what it says about the Original BSD License (free, incompatible with the GPL) and the Modified BSD License (free, compatible with the GPL). The difference between these two was an "obnoxious advertising clause", much like the one in the Microsoft Patent License.

      --
      Christian Engström, Former Member of the European Parliament 2009-2014 for The Pirate Party, Sweden
    6. Re:Not compatible with the GPL by jc42 · · Score: 1

      6. ... You may not impose any further restrictions on the recipients' exercise of the rights granted herein. ...

      Aha! Now I see why I couldn't find it. It doesn't talk about "extra requirements" at all. It talks about restrictions

      I suppose this is an appropriate time to mention IANAL. ;-)

      Anyway, the next question, which I may be able to find answered, is why this legally means the opposite of the obvious common-English meaning.

      After all, if I add a requirement that attribution of all authors be added for any changes, and that all previous attributions be maintained in the source code, I am not "imposing a further restriction". I'm not restricting anyone's behavior at all, in the usual sense of "restrict". I'm telling them that they must do something in addition to just adding code or fixing bugs. An addition is not a restriction; they are usually considered opposites.

      However, I'm willing to believe that in legalspeak, requiring some specific action such as attribution could indeed be considered a "restriction". I suppose you could express it in a double-negative form, in that you are restricting someone from neglecting to give proper attribution.

      Anyhow, I'll do a bit of googling and see if I can learn why the legal interpretation of this clause is the opposite of it's apparent meaning.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  133. Government Documents by dunstan · · Score: 1

    Are they trying to stop governments switching to open document standards by inventing their own? Or has the "binary dump" fileformat meant that they just can't achieve some future functionality that they want to implement? Or both?

    Office file format don't lend themselves to datacentre operations: to "manufactured" documents, such as invoice processing, or gas and electricity bills. Are they doing the right thing because they're finally choking on the hairball?

    --
    The last scintilla of doubt just rode out of town
  134. Re:Hopefully the end of .doc incompatibilities by VGR · · Score: 1

    What leads you to believe MS Office 13 won't use a slightly different (or very different) XML schema?

    The only difference will be the legibility of the format changes between versions.

    --
    The Internet is full. Go away.
  135. MS patent license = Useless for OpenOffice.org by coopseruantalon · · Score: 1

    http://www.microsoft.com/mscorp/ip/format/xmlpaten tlicense.asp

    Patent License


    Microsoft may have patents and/or patent applications that are necessary for you to license in order to make, sell, or distribute software programs that read or write files that comply with the Microsoft specifications for the Office Schemas.

    Except as provided below, Microsoft hereby grants you a royalty-free license under Microsoft's Necessary Claims to make, use, sell, offer to sell, import, and otherwise distribute Licensed Implementations solely for the purpose of reading and writing files that comply with the Microsoft specifications for the Office Schemas. A "Licensed Implementation" means only those specific portions of a software product that read and write files that are fully compliant with the specifications for the Office Schemas. The term "Necessary Claims" means claims of a patent or patent application (including continuations, continuations-in-part, or reissues) that are owned or controlled by Microsoft and that are necessarily infringed by reading or writing files pursuant to the requirements of the Office Schemas. A claim is necessarily infringed only when it is not possible to avoid infringing when conforming to the specification. Notwithstanding the foregoing, "Necessary Claims" do not include any claims:

    (i) that would require a payment of royalties by Microsoft to unaffiliated third parties;
    Fair enough
    (ii) covering any Enabling Technologies that may be necessary to make or use any product incorporating a Licensed Implementation, or
    Means no more OpenOffice or any other wordprocessor
    (iii) covering the reading or writing of files other than those complying with the requirements of the specifications for the Office Schemas.
    Which means that converting to another file format is illegal. So you're pretty much stuck with MS once you've begun using it. Unless of course you buy the whole Office suite.

    "Enabling Technologies" means technologies that may be necessary to make or use any product or portion of a product that complies with the Microsoft specifications for the Office Schemas, but are not expressly set forth or required in those specifications, such as general word processing, spreadsheet or presentation features or functionality, operating system technology, programming interfaces, protocols, and the like.

    If you distribute, license or sell a Licensed Implementation, this license is conditioned upon you requiring that the following notice be prominently displayed in all copies and derivative works of your source code and in copies of the documentation and licenses associated with your Licensed Implementation:

    "This product may incorporate intellectual property owned by Microsoft Corporation. The terms and conditions upon which Microsoft is licensing such intellectual property may be found at http://msdn.microsoft.com/library/en-us/odcXMLRef/ html/odcXMLRefLegalNotice.asp."

    By including the above notice in a Licensed Implementation, you will be deemed to have accepted the terms and conditions of this license. You are not licensed to distribute a Licensed Implementation under license terms and conditions that prohibit the terms and conditions of this license.

    You are not licensed to sublicense or transfer your rights.

    By way of clarification of the foregoing, given the unique role of government institutions, end users will not violate this license by merely reading government documents that constitute files that comply with the Microsoft specifications for the Office Schemas, or by using (solely for the purpose of reading such files) any software that enables them to do so. The term "government documents" includes public records.

    Microsoft reserves the righ

  136. Office formats were open, probably kludge now by AHumbleOpinion · · Score: 1

    This may be an indication that they've found a way other than MS Office to make money. Cos it's going to be a big problem for them financially if they haven't. MS Office being one of their most profitable products.

    No, it's not a problem. MS used to publish Word/Excel formats and that was when they had viable competition.

    Personally I doubt vendor lock had much to do with their undocumented formats. I'd wager that once upon a time the format were designed and code was written to implement that design. As the years and features accumulated the code and format became more of a kludge of a kludge and the documentation was no longer maintained. The infamous "the code is the documentation". Now with the switch to XML they may be starting all over and have an accurate design once again and actually have accurate documentation that could be published.

  137. Palladium j00 by Anonymous Coward · · Score: 0

    What they'll have you do is connect to the internet, and using SSL, download the encryption key that "authorizes" the file.

    Totally open...in a completely closed kind of way.

  138. file format bloat by Anonymous Coward · · Score: 0

    You know you are bloated when the XML competitor of your text file format is one-quarter the size!

  139. Re:Microsoft begins era of patent encumbered forma by bheer · · Score: 1

    The license is a perpetual grant and cannot be revoked. http://www.microsoft.com/Office/xml/faq.mspx

  140. Re:Hopefully the end of .doc, etc incompatibilitie by cant_get_a_good_nick · · Score: 1

    Who among us doesn't have files saved in an old version of, say, Word, which can no longer be read correctly in a newer version of Word?
    Ironically, many people use OO.o for this, seems to be better at deciphering older Word docs than MS does.

  141. Re:Microsoft begins era of patent encumbered forma by poot_rootbeer · · Score: 1

    What changed? How is that an "improvement" exactly?

    Well, when third parties have to do clean room reverse-engineering of these new MSXML document formats to avoid licensing issues, they'll be able to use plain textfile tools to analyze sample documents, instead of having to dump binary files to hex first.

    That should make their lives MARGINALLY easier.

  142. Whoa! by flacco · · Score: 1
    the next version of Microsoft Office (Office 12) will default to newly-developed XML file formats in Word, Excel, and PowerPoint. The new formats will apparently include XML files along with other files (images, etc) inside of a Zip file.


    whoa! microsoft innovates again! take THAT you derivative open source weenies!

    --
    pr0n - keeping monitor glass spotless since 1981.
  143. Re:Microsoft begins era of patent encumbered forma by pomo+monster · · Score: 1

    It would still be illegal for you to actually use OO.o (or presumably TextEdit.app, Keynote, or anything else that depends on patented algorithms to decipher these formats), unless you were willing to move to "some region that is not covered by their patent." Which probably aren't areas of the world where you'd be particularly interested in living.

  144. Patents can be lost by btarval · · Score: 2, Informative
    Yes, submarine Patents are indeed the first thing one suspects Microsoft of doing whenever they appear to open some interface up. With good cause too, given Microsofts' current rampage on Patent Filing.

    However, Microsoft may be walking a tight line here (at least in theory) as they are a convicted Monopolist. I refer you to this quote from Nolo Press' "Patent It Yourself" (p 1/8), on how Patents can be lost:

    "The patent owner engages in certain defined types of illegal conduct, that is, commits antitrust or other violations connected with the patent".

    I'm not suggesting that Microsofts' patents aren't a threat to the Open Source community; nor am I suggesting that the patents be taken lightly in any way. However, I do have to wonder how much of Steve Balmer's chest-thumping about Patents is just FUD, and perhaps Microsoft isn't as strong on this point as they'd like everyone to believe.

    I have no doubt whatsoever that Microsoft would try to pull whatever they can get away with. The question I would like to raise is whether they would actually be successful (or how successful they might actually be); especially given that there are now deep pockets behind Open Source?

    I am not a lawyer (nor ever wish to be one ;) ). But I mention this for two reasons. First, for everyone's general awareness. And second, to solicit some input from those who are more knowledgeable in this area of the law.

    --
    The best way to predict the future is to create it. - Peter Drucker.
    1. Re:Patents can be lost by Baricom · · Score: 1

      The question I would like to raise is whether they would actually be successful (or how successful they might actually be); especially given that there are now deep pockets behind Open Source?

      The strength of Microsoft's patent portfolio is inversely proportional to the balance of its opponents' legal funds.

  145. Re:Hopefully the end of .doc, etc incompatibilitie by ivoras · · Score: 1
    Maybe you were too young to encounter it?

    Most people were bitten by it in the transition from Word 95 to Word 97. The new format (W97) was designed to be future-proof, and is used in all Word version since, but Word 95 (from Office 95... the one that introduced gradient fills in the title bar, IIRC? :) ) couldn't open it.

    Then, there's another thing: newer versions of Word added stuff, or interpret the data slightly different, so sometimes you get wrong page borders or formatting when reading .DOCs created in different Word versions.

    --
    -- Sig down
  146. Re:Hopefully the end of .doc, etc incompatibilitie by Politburo · · Score: 1

    Who among us doesn't have files saved in an old version of, say, Word, which can no longer be read correctly in a newer version of Word?

    Me.

  147. documented != open by cahiha · · Score: 1

    It is certainly to be welcomed that the file formats are documented.

    However, being documented is not the same as being non-proprietary. Microsoft has applied for patents that may apply to the ZIP file format, as well as patents on the XML formats themselves. As long as those patents exist, the formats are proprietary, at least in principle.

    There is a good chance that the patents are worthless, but they still cast uncertainty and doubt over non-Microsoft implementations that work to Microsoft's advantage.

    Both the public sector and the open source community should insist that Microsoft dedicate all applicable patents to the public domain, or at the very least make a legally binding commitment to providing free and fully transferable licenses with no weird side-conditions (which amounts to the same thing). So far, all Microsoft seems to have offered is free non-transferable licenses, and that is not acceptable if Microsoft wants to claim that these formats are "open".

    1. Re:documented != open by ByrneArena · · Score: 1

      RTFA, it states quite specifically, that if you take the new doc extensions and rename them with a zip extension you can view the data in pkzip or any other program that can open zip files.

      I hate MS, but lets not automatically assume they are evil all the time. They very well could be evil just most of the time.

    2. Re:documented != open by Anonymous Coward · · Score: 0

      Yeah, you may be able to open the zip file but what will you see... encrypted data. Wow, open.

  148. Re:Hopefully the end of .doc, etc incompatibilitie by Coryoth · · Score: 1

    Who among us doesn't have files saved in an old version of, say, Word, which can no longer be read correctly in a newer version of Word?

    Not really. I do have a lot of rather old TeX documents from an older version of TeX, some are 10 or 15 years old. All of them produce results unerringly identical to the old version. I fully expect to be able to use the TeX of 10 or 15 years in the future to still produce exactly the same output from the source. I expect similar things could be said about nroff and the like, but I don't use those, so I can't say for sure.

    The really interesting thing is that I now use pdftex on the documents to get PDF output instead of DVI and Postscript. I'm sure if a new display format becomes similarly popular in the future there'll be a version of TeX to compile directly to the new format as well.

    I don't fully understand people locking away their documents the way they do...

    Jedidiah.

  149. That's a first by alispguru · · Score: 1

    XML lets MS use a relatively lightweight parser in a server-based system.

    I believe that's the first time I've ever seen "XML" and "lightweight parser" in the same sentence.

    And, relative to MS Word, it's probably accurate!
    --

    To a Lisp hacker, XML is S-expressions in drag.
    1. Re:That's a first by Dasein · · Score: 1
      --
      You are not a beautiful or unique snowflake -- but you could be if you got off your ass.
    2. Re:That's a first by alispguru · · Score: 1

      http://expat.sourceforge.net/

      The tarball for that weighs in at 300K. The language it parses is ludicrously complex.

      http://people.delphiforums.com/gjc/siod.html/

      The tarball for the above weighs in at 200 KB, and it's a parser, plus a complete language implementation, plus non-trivial example code for things like FTP and HTTP clients. That's what I think of when I think of "lightweight".
      --

      To a Lisp hacker, XML is S-expressions in drag.
  150. Re:Nice marketing ploy. Too bad it's a scam by cerberusss · · Score: 1

    Another difference with the BSD license is the "firstborn child" clause.

    --
    8 of 13 people found this answer helpful. Did you?
  151. Re:Loosing lock-in capability? No... by AstroDrabb · · Score: 3, Informative
    Or just be locked out if your using the most popular open source license?
    Q. Can I distribute a licensed program under an open source software license?

    A. Yes. There are many open source licenses available in the developer community. One useful place to review the various licenses that have been approved by the open source community is at Open Source Initiative. The terms and conditions of these licenses differ in material respects. We believe you can distribute your program under many open source software licenses so long as you include the notices described in the licenses for the Office 2003 XML Reference Schemas. On the other hand, some open source licenses may include specific constraints or restrictions that might preclude development under the Office 2003 XML Reference Schema licenses. You should check with your legal counsel if you have questions about a particular open source software license.
    I guess it is just a coincidence that MS made their office XML patent license incompatible with the GPL?
    --
    If Tyranny and Oppression come to this land,
    it will be in the guise of fighting a foreign enemy. -James Madison
  152. Re:Nice marketing ploy. Too bad it's a scam by amliebsch · · Score: 3, Informative
    Yeah, especially the part that says "You are not licensed to sublicense or transfer your rights."

    From the FAQ:

    Q. Can the licenses for the Office 2003 XML Reference Schemas be used by open source developers?

    A. Yes. Open source developers who wish to participate in a community development project can enter into the agreements and then work in a collaborative fashion on development of a program or programs.

    Q. Can I distribute a program that can read and/or write files that support the Office 2003 XML Reference Schemas in source code form?

    A. Yes. You can distribute your program in source code form. But, note that the patent and copyright provisions in the license for the Office 2003 XML Reference Schemas require you to include a notice of attribution in your program.

    Q. Can I distribute a licensed program under an open source software license?

    A. Yes. There are many open source licenses available in the developer community. One useful place to review the various licenses that have been approved by the open source community is at Open Source Initiative.

    The terms and conditions of these licenses differ in material respects. We believe you can distribute your program under many open source software licenses so long as you include the notices described in the licenses for the Office 2003 XML Reference Schemas. On the other hand, some open source licenses may include specific constraints or restrictions that might preclude development under the Office 2003 XML Reference Schema licenses. You should check with your legal counsel if you have questions about a particular open source software license.

    --
    If you don't know where you are going, you will wind up somewhere else.
  153. Awesome... by Coolnat2004 · · Score: 1

    Now when I make Powerpoint presentations for school, I can rest assured that it will not work when I go to present it, since my school will not install the updates to read the new file format...

  154. Re:Can't belive it... by Anonymous Coward · · Score: 0
    They've been modded insightful instead.

    5...4...3...2...1...submit

  155. If this happens, the MS monopoly is gone, so... by kronocide · · Score: 1

    ...it ain't gonna happen.

    Does anyone remember when MS claimed that Office 95 was going to use HTML as its standard document format? (People were ignorant enough about HTML to actually buy that.)

    MS's monopoly isn't based on that Windows is easy to install or maintain or use. 95% percent of workplace users only click a handful of icons to start programs and use them. They would hardly know the difference between Windows and Linux/KDE. (For that matter, Windows isn't as easy as the hype has it and Linux isn't as hard as it used to be.)

    No, the reason my mother _must_ use Windows at work and at home is that she _must_ be able to share Office documents with people. If it wasn't for that no non-MS software can open and save Office formats correctly, she could switch to a Linux-based solution any day.

    And this is why the Office formats are such enormous mysteries. (Even though MS has claimed that they are "open" for years.) Come on, how complicated can formatting code be? Even with MS's "documentation," SUN has failed to decrypt that code!

    The secrecy and proprietarity of the Office formats is MS's most valuable asset. The day people can share Word and Excel documents using any application of their choice, MS is just another competitor. And that's why this is as much b*llsh*t as when they claimed that HTML was going to be the new document standard.

  156. A guess at the new format by shpedoikal · · Score: 1


    <wordfile>
    <obfuscation>
    Bj1mSC0u/6urolbn2TonoDN031NvKI6g5sOlXVJ8F2s24fUjat QrjDvFq+sfU4Ar8eZWbvCY21OX
    hfCEWGYPtdyv7ofqlLN2+S OKHic8rnZn8s++MKaqDbXsfQvfLs dRgErSMK3UXugAn1GfaAPw/h+8
    f+QqQ1HPV+ilaf2r4aGa/+ wluZJtT88FSBK8iAawkCoBK3YlgC N5xkYPQS5Kx33LqniDG7EUsRdK
    ikDwEvijut1u9LSrghz7ni 55AqWtUtLym70fFHs58l2WcOv1J5 +l3Av/HfHZbH7Zm3gHHSHH3Pzw
    i0A0tcjWoDggf7aSwPVd7j gvq7udXm5wCk0cThClUxxB/xsN2e touBRxCCJO1oSNMsoWgBiAdzvt
    E3SSpREgkgj9sEdBnKsqvT 8ICoKxJpymYhYZAp+nB8TGErkm+G ePiftE7Hb4pC7fkdISOKRuSoc6
    WwOqzy/WZMGSa6Ywk6sveV owH3WeG4IpO5g9GHmvzQl+irSj03 eR+9midqcgGo7i1VWNplnyrwMu
    UAx6jsqOlUpZR7didvU+5t aHTEH/F3cXW1vxvcK1TKm/u/imS/ PYuTydEtzOu5SXpt7JfvFu6SBW
    que3SaKvRQfitMfYjrLEaG UvojK1d4CMJZ4tSirW2fPMfrFC+O ToNRXNkNjHAedfzfA5V2CCj4JF
    wJ/6jU7LM4sr7Ixrt+ltOC Q1twoFhzklXIWGbi78b1nTvTMwG5 Rtiy0NI0QOGOWkAJG8PnP4OoAH
    0yGx+LAThrFtbuFNWs/1xj Xw5KGZuDzQTdEpVmLGmIwOIzMs2B wWiR6RIR5f+AnX88LjiVQ1LBHS
    ZTweCL6M0WfMgc2qYsaQy6 QyhrqMhPTgYymbICcvD0Sv7saYm+ PyNU2/qEDRBNy8BmD5QoTRDAhg
    qarxStWI5dbav85H+DumEc c9lDAnH3tog5qxg/7yvv2cjSuIOX iw6uKtpk5BON9SIgiUItjB2hpd
    spn9haF8863KDAUQ8IlHpS 9oR8UJXLYh68SVSjwr/4BAW4SkqF XJ5/6LWjdQf5+FGLEXMwO6oRYm
    </obfuscation>
    </wordfile>

    1. Re:A guess at the new format by Bisqwit · · Score: 1

      Am I the only one who actually tried to base64-decode the parent posting's data?

    2. Re:A guess at the new format by shpedoikal · · Score: 1

      Hopefully not.. that's why I got it from /dev/random. ;-)

    3. Re:A guess at the new format by Zontar+The+Mindless · · Score: 1

      > Am I the only one who actually tried to
      > base64-decode the parent posting's data?

      I refuse to answer that question on the grounds that it might...

      Oh, the hell with it. Yeah.

      --
      Il n'y a pas de Planet B.
  157. you are not listening by cahiha · · Score: 1

    RTFA, it states quite specifically, that if you take the new doc extensions and rename them with a zip extension you can view the data in pkzip or any other program that can open zip files.

    Yes, that is a technical feature. Technically, you can also manipulate the XML files.

    The problem is that Microsoft appears to be patenting those formats, so while you can technically do all these things, it isn't clear that you can do so legally. Microsoft isn't going to go after you for doing this, but the legal risk may keep commercial competitors from implementing the format.

    I hate MS, but lets not automatically assume they are evil all the time. They very well could be evil just most of the time.

    The fact that they have attempted to patent the formats tells you something...

    1. Re:you are not listening by ByrneArena · · Score: 1

      If anything you are reading INTO the article rather than just plain reading it.

      Take a look at this site.

      http://blogs.msdn.com/brian_jones/default.aspx

      The whole point of it is to make it open not proprietary. In fact document management people will likely be ga ga over this since it will be much easier to manage, index and catalog documents that are in an open format. Opening the format only helps negate erosion in marketshare. Again I hate MS, but lets not just assume things that aren't written.

    2. Re:you are not listening by cahiha · · Score: 1

      If anything you are reading INTO the article rather than just plain reading it.

      I'm not "reading into" the article at all; I'm telling you an extra, well-known fact: the formats are being patented by Microsoft.

      The whole point of it is to make it open not proprietary.

      "Proprietary" means that the format is owned by some specific company. These formats are owned by Microsoft because Microsoft is patenting them.

      You seem to think that technologies become "open" when a company publishes their specifications, but that is completely wrong. One of the strongest forms of proprietary technologies are patented technologies, and they require disclosure of the thing being patented. Microsoft has been publishing the specs because they are making the technology proprietary.

      When Brian Jones claims that these formats are "open" because they are published, he either doesn't know what he is talking about, or he is deliberately misleading people.

      In fact document management people will likely be ga ga over this since it will be much easier to manage, index and catalog documents that are in an open format.

      They will, but they will be doing that because it's a documented format, not an open format. Microsoft has discovered that documenting their proprietary formats gives them advantages.

    3. Re:you are not listening by ByrneArena · · Score: 1

      Zip is an open format that is already patented, exactly how is MS going to get that patented in their name? XML is patented, exactly how is THAT going to get by the USPO? Sorry, but as stated by the lead programmer for Word said, they chose both specifically because they are open. Wow... the lead programmer on MS Word doesn't know what he is talking about. Now that is rich. Did you even read the link I posted? If it is documented and accessible, how exactly is it not open? Wow, you really have it in for MS. Hate leads to the dark side. Don't give in to the hate.

  158. Inside a zip file??? by seeks2know · · Score: 1

    So Microsoft will zip this all up to save disk space (up to 75% savings)?

    With disk space so cheap, why would you want to slow down the opening and saving of each document?

    Stupid decision in my mind, unless you need some patented technology (don't forget about MS's patent license required) to read/write to the new "open" format.

    1. Re:Inside a zip file??? by DaCool42 · · Score: 1

      I would think the zip file is because one document can consist of multiple files (embeded images, etc). Also, you can reduce the compression rate of zip to make it faster.

      --

      ----
      All of whose base are belong to the what-now?
    2. Re:Inside a zip file??? by smash · · Score: 1
      With disk space so cheap, why would you want to slow down the opening and saving of each document?
      Probably because cpu/ram is quicker than disk, and the gap is growing.

      Loading a 300kb file from disk and decompressing is a lot quicker than loading a 10meg file from disk.

      And yes, I've seen up to 97% compression ratios with publisher files before :D

      smash.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  159. Re:Microsoft begins era of patent encumbered forma by Devlin-du-GEnie · · Score: 1

    Exactly, the schema are soooo open that we patented them.

    And, the XML is NOT pretty. It could win prizes as obfuscated code. Ever seen what a Word doc looks like when saved as HTML? Ugh-lee! This is worse.

  160. Re:Hopefully the end of .doc, etc incompatibilitie by Rxke · · Score: 1

    God, don't rub it in please....
    Just today exactly that happened to me, with a looming deadline etc...
    Very bad for the heart, when you're running on caffeine, nicotine and lack of sleep (I'm a student, in the middle of exams, papers to bring in and all that merry stuff.)
    I was soooooo mad, in my exhausted, mind-scrambling rage, almost threw a bunch of computers through the window. ... And when I went home, there were these big posters hanging around in the station, "Microsoft Office has evolved, have you?"

    People walked around in a wide circle, away from me, wearing a *very* menacing look.

    Sigh. So fed up with this. The world is quickly starting to be really, really dependant on computer-data, and yet the single biggest softwareprovider releases broken stuff, again and again.

    Oh, and why wasn't a single computer in the whole acadamy able to read my RTF-file, or supposedly-Word compatible file output from a OS X computer????

    Ok, end of rant. But this is how become what they are, I'm afraid. Sure feel like starting a flamewar, now. Urg.

  161. Yeah, Uh Huh by ThisIsFred · · Score: 1

    I'll believe it when I see it. The problem isn't going away until the customer is the one that specifies the format. Example: The banking industry.

    --
    Fred

    "A fool and his freedom are soon parted"
    -RMS
  162. information and presentation subsumed by patents by Erris · · Score: 1
    If you have the presentation separately then it is much easier to for instance standardize a look a feel within a company.

    It's Microsoft, don't expect to be able to do anything outside of their tools. Others have pointed to the ongoing use of DRM to tie the format to their "Servers". I further imagine they will have some oddball and patented method to "zip" the file and will promote copyrighted fonts. Despite being called "open" it's all the usual nightmare that makes it so a Word DOC looks different as soon as you move it to another computer. In short, no change should be anticipated. Your work goes in and it won't come out the way you thought it would.

    Microsoft will never be the best way to standardize the look and feel of your company's information. Word has never worked with Word and it won't now. Real open standard's, such as Adobe's PDF, work much better and always will.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  163. Re:Losing lock-in capability? by Phisbut · · Score: 1
    The model of using lock-in as nearly the only way to force customers into staying with the product family may be over. It has been frustrating too many paying customers for too long.

    Unfortunately, I don't think things will change very soon, this sounds much more like a PR coup to me. Let's say company X buys the latest version of MS-Office with XML documents, but company X has several clients that still use MSO2k or MSO-XP, which don't support the new XML format... Company X will then use it's shiny new MS-Office to produce standard .doc files and there goes the "open" format...

    The reason why OpenOffice.org has trouble getting into corporations is because so many clients use MS-Office, so it's easier to use the .doc file format... things won't magically change because MS is doing it, clients will still use older versions of MS-Office, so .doc will still be the dominant document file format for quite a while.

    --
    After 3 days without programming, life becomes meaningless
    - The Tao of Programming
  164. Re:Microsoft begins era of patent encumbered forma by Elwood+P+Dowd · · Score: 1

    Right. And their terms look totally excellent. It still seems slightly concerning to me:

    The proprietors of OpenOffice receive a perpetual license to use those patents. Any user of OpenOffice also receives a perpetual license from Microsoft (The proprietors of OpenOffice cannot sublicense directly).

    At some point in the future, if Microsoft has a change of heart, they cannot revoke those licenses. Got it.

    Can they, however, refuse to grant new licenses to new users of OpenOffice? I don't see why not. If they can do so, that may preclude the distribution of software that uses these patents under the GPL in nations that enforce software patents.

    If you see what I mean. I'm not a lawyer, and I highly doubt that my analysis is entirely correct. But I still think this patent license may not be entirely capital-FSF-Free. Whether or not you prefer capital-FSF-Free, that could have practical implications.

    --

    There are no trails. There are no trees out here.
  165. Re:Hopefully the end of .doc, etc incompatibilitie by Anonymous Coward · · Score: 0

    The new format (W97) was designed to be future-proof, and is used in all Word version since, but Word 95 (from Office 95... the one that introduced gradient fills in the title bar, IIRC? :) ) couldn't open it.

    You are talking about the opposite...opening a new file format in an old version of the program. That's not at all unusual. I dare say most software out there will not successfully handle a file made with a newer version of the program.

    The original poster was talking about opening and OLDER format file with a NEWER version of the software. I've personally never seen any evidence of that ever happening.

  166. Re:Nice marketing ploy. Too bad it's a scam by Elwood+P+Dowd · · Score: 1

    That is still significantly different from the BSD or GPL licenses.

    Every distribution of your software requires a patent license from Microsoft. BSD and GPL software typically only require a license from whoever wrote the software.

    This is a practical problem for many OSS developers, your long quote notwithstanding.

    --

    There are no trails. There are no trees out here.
  167. The format is different by spideyct · · Score: 1

    What you, and everyone else that keeps posting references to the Office 2003 schema and related license, don't get is that this is a NEW format.

    It is a new XML schema. New file format. New licensing policy.

  168. Re:Losing lock-in capability? by caspper69 · · Score: 1

    Except for the fact that, at least according to this ZDNet article, Microsoft is backporting the XML reading and writing capability to Office 2000, XP & 2003. So unless you're still using Office 97 (admittedly, there are still many, but it IS 9 years old!). So, what about your point now??

  169. Re:Nice marketing ploy. Too bad it's a scam by Elwood+P+Dowd · · Score: 1
    I'm sure he read the rest. That doesn't make it the same as the BSD license, MS-hatred or not. As a developer using these patents, you cannot simply say:
    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    • Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
    As far as I can tell, if one were to use these patents and follow the requirements of Microsoft's patent license, then they would not be able to use the BSD license. You'd have to use a license that discusses patent restrictions. Yes, your license would probably be meet OSI reqs, but it would not be GPL and it would not be new-BSD.

    Nice troll. Got me.
    --

    There are no trails. There are no trees out here.
  170. Re:Losing lock-in capability? by caspper69 · · Score: 1

    Whoops. Everytime I submit without previewing this happens. Sorry... I meant to say that unless you're still using Office 97, you won't have a problem with reading or writing the new formats, thus taking care of the interoperability issue.

  171. Re: Get a clue... by Anonymous Coward · · Score: 0

    Okay, lets talk about geekiness. It all depends on what you do for a living.

    Document editing and formatting, I might grant you a pass. But for other applications, a 1Ghz machine is way to slow, and yes, you do examine your processing bottlenecks and possibly write those in assembler.

    Several years back, in the age of 450Mhz PII, we had to do Reed-Solomon decoding in real time inside a Windoze NT 4.0 driver, and in high error cases, it almost consumed the entire CPU. Getting that optimized to the point where the rest of the machine was still usable was no fun at all.

    So it depends heavily on what you are doing.

    Get clue your own self.....

  172. Re:Nice marketing ploy. Too bad it's a scam by kylef · · Score: 1

    From the license:

    If you distribute, license or sell a Licensed Implementation, this license is conditioned upon you requiring that the following notice be prominently displayed in all copies and derivative works of your source code and in copies of the documentation and licenses associated with your Licensed Implementation:
    "This product may incorporate intellectual property owned by Microsoft Corporation. The terms and conditions upon which Microsoft is licensing such intellectual property may be found at http://msdn.microsoft.com/library/en-us/odcXMLRef/ html/odcXMLRefLegalNotice.asp."

    Looks pretty straightforward to me.

  173. Re:Microsoft begins era of patent encumbered forma by MegaFur · · Score: 1

    I don't mean to be overly negative or anti-microsoft (although I admit I am very biased against them), but MS has a long history of making claims that they don't necessarily live up to when the product comes out. At this stage, the more important part for MS will be generating hype.

    --
    Furry cows moo and decompress.
  174. Re:Nice marketing ploy. Too bad it's a scam by amliebsch · · Score: 1
    That is still significantly different from the BSD or GPL licenses.

    Is it? What specifically do you foresee as the compatibility problem? As I recall, the GPL does not prohibit the use of patented methods, so long as the licensing is freely available.

    --
    If you don't know where you are going, you will wind up somewhere else.
  175. Re:Microsoft begins era of patent encumbered forma by bheer · · Score: 1

    An AC replied to me saying that MS has the right to revoke if you sue them. *shrug* That sounds more like lawyerese CYA than malevolence, but as I said, IANAL.

  176. Re:Nice marketing ploy. Too bad it's a scam by MacGabhain · · Score: 1

    As long as you're using it to access documents in Microsoft's formats, the license doesn't appear to have any restrictions whatsoever. The only restrictions in the license are related to using Microsoft's schema to develop some other document format. I see no problem with that.

  177. Re: Get a clue... by Anonymous Coward · · Score: 0

    Wow. You are a complete dickhead. You dig yourself into a deep hole trying to argue for binary file formats, then when someone explains to you why you're full of shit, you bring up your totally unrelated "Reed-Solomon decoding in real time" in a crappy attempt to sound intelligent.

    Binary file formats in general suck. Although they take a few K less file size, and are a tiny bit faster to load, they make compatibility (one of the most important things in the computer industry) a fucking nightmare.

  178. The Headlines Should Read... by Anonymous Coward · · Score: 0

    Microsoft is changing file formats (not opening them). Still the same company that fears any competition, still the same lock-in, lock-out mentallity and still the same ol' Microsoft. Nothing new... just headline grabbers.

  179. Re:Loosing lock-in capability? No... by Kiryat+Malachi · · Score: 2, Informative

    From the website:

    But, note that the patent and copyright provisions in the license for the Office 2003 XML Reference Schemas require you to include a notice of attribution in your program.

    I'm just guessing that the GPL's noted incompatibility with an advertising clause is what breaks compatibility here. MS being MS, they could well have done it intentionally; that said, an advertising clause might also have simply been seen as appropriate. Who knows.

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  180. Never say "over"... by Anonymous Coward · · Score: 0

    Zip files can be password protected and still hold xml documents, if you can read them. Who is to say that M$ will not encrypt the zip and use the DMCA regulations to quench the "open" part of the spec and thus the competition?

  181. Embrace And Extend (Re:Loosing lock-in capability? by Bob_Robertson · · Score: 1
    No. Remember that the Microsoft way is to "Embrace And Extend".

    1) First, Microsoft goes their own way.

    2) Commodity standards and protocols end up being much better.

    3) Microsoft makes a big to-do about how they are "embracing standards" by dumping their proprietary thing for the commodity standard thing.

    4) Microsoft quietly introduces non-standard extentions into their implementation of what used to be a standard, then declares that everyone else is being incompatible.

    With the patents (regardless of prior art, it seems. morons in government, but I repeat myself) Microsoft will be able to both declare how the competition is incompatible and prevent actual compatibility from being reverse-engineered. Unlike copyright, reverse engineering a patented thing is prosecutable.

    Microsoft is not changing their tune. Everything they do is to boost image and/or profitability. Period. They have no other motivation.

    As a publicly traded company, in fact they should have no other motivation than maximizing shareholder value. If the principles and officers do anything else they themselves are legally liable to those shareholders. For a good dissertation on this idea, read Neil Stephenson's _Cryptonomicon_.

    That is one of the concrete reasons that FOSS beats commercial software again and again. The goal of FOSS is to write good software.

    Bob-

    --
    The Ludwig von Mises Institute. The reasoning individuals economics
  182. Yet another "embrace and extend" incompatibility by Dr.Dubious+DDQ · · Score: 1

    Incidentally, this is EXACTLY how OpenOffice 2.x works. The files created in the native format are...XML and embedded components as individual files in a .zip archive.

    Microsoft just wants to avoid "playing well with others" (I would be happy to be proven wrong by finding out that MS is really just using the OASIS format without saying so...)

  183. XML isn't open without an open XML Schema by EnronHaliburton2004 · · Score: 1

    Bah! Most of the posts here are about how this new XML format will open the MS Office formats.

    This is wrong.

    XML is composed of two pieces: XML, which is open; and an XML Schema, which will be closed and propietary. An XML document without an XML Schema is not usable by other applications.

    So don't go around pretending that Microsoft's "XML" will let people open Word documents with other applications. It won't. They are still maintaining their closed formats and will continue to lock-in the customers.

    1. Re:XML isn't open without an open XML Schema by EnronHaliburton2004 · · Score: 1

      which will be closed and propietary.

      A small correction. The XML Schema will be closed, propietary, and poorly documented; just like many of Microsoft's open APIs.

  184. Re:Nice marketing ploy. Too bad it's a scam by Kiryat+Malachi · · Score: 1

    It breaks GPL, but only in the same way the old-style BSD license did.

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  185. Re:Microsoft begins era of patent encumbered forma by dyfet · · Score: 1
    Not if a patent legally bars them from doing reverse engineering in the first place or from effectivily sharing the results afterward. Yes, software idea patents can trump reverse engineering, because they are exclusive grants denying ALL alternative implimentations of the patent.

  186. One question... by FirstTimeCaller · · Score: 1

    Moving to a XML format is great and all... but I've got one question:
    Where do I stick the document viruses that we've all come to know and love?

    --
    Wanted: witty unique signature. Must be willing to relocate.
  187. Now you're locked into Windows servers by tepples · · Score: 1

    on a windows server you can use com objects to open a doc file very quickly. I do it in PHP every once in a while.

    If your server relies on COM features of Windows OS, then people who buy (support for) your PHP scripts won't be willing to pay as much because they're already paying more to rent space on a server running Windows OS.

    1. Re:Now you're locked into Windows servers by dave420 · · Score: 1

      You lost me on that one :) So, according to you, Windows servers take up more disk space than other OSs? Interesting. Also, we weren't discussing selling software, but practicalities and possibilities. It's almost as if the goalposts are moving before my very eyes... ;)

    2. Re:Now you're locked into Windows servers by tepples · · Score: 1

      So, according to you, Windows servers take up more disk space than other OSs?

      Yes, the Windows OS does have a bigger footprint than the typical Linux OS server image. But that's beside the point I was trying to make, that a lot of web hosts charge more for 1 GB of space on a Windows system than for 1 GB of space on a Linux system. Hosting companies have to cover the cost of the Windows OS licenses somehow, and more customers on Windows means more load on the Windows servers, which means more Windows servers, which means more Windows licenses, which means more cost that gets passed on to the customers.

  188. New Internet safety advisory by denissmith · · Score: 1

    From the Information Week article: In addition IT or author will be able to designate whether an executable file embedded in that document will be able to run or not, Numoto said. A document designated with a .docx suffix, for example, will neuter embedded .exe files while one with a .docm suffix will allow them to run. Which means: do not open attachments in .docm format

    --
    I have nothing to hide. So, why are you spying on me?
  189. XML-in-zip is a metaformat by Peaker · · Score: 1

    Using a certain meta-format does not make it open. Using an open format does. We still have to wait and see what format they use.

    For those with difficulty understanding what I mean, consider their new format is:

    WordFile.xml:

    <WordFile>
    big-hex-dump-of-old-word-format
    </WordFile>

  190. Re:Loosing lock-in capability? No... by loqi · · Score: 1

    Indeed. Microsoft isn't threatened by BSD-style licenses, because they can just swallow any threats licensed that way whole and Microsoftize them. Their license is a blatant "fuck you" to the GPL, considering they're utilizing probably the most infamous open-source incompatibility.

    --
    If other reasons we do lack, we swear no one will die when we attack
  191. CPUs that run Gzip are not free(beer) by tepples · · Score: 1

    is it the tag overhead, or the fact that it's an ASCII file, the reason that people complain about XML file sizes? If it's the latter, one would think that a simple gzip action at load/save would solve that problem

    And introduce a new problem of CPU time (which is money) to handle gzip processing.

    Slow Down Cowboy! Slashdot requires you to wait 2 minutes between each successful posting of a comment to allow everyone a fair chance at posting a comment. It's been 11 minutes since you last successfully posted a comment

    1. Re:CPUs that run Gzip are not free(beer) by JebusIsLord · · Score: 1

      Oh yeah, gzipping REALLY takes a long time. This whole thing is such a non-issue. We NEED to get out of this whole 20th century optimize-everything strategy and start implementing "intelligent bloat" as I like to call it. Object-oriented programming, moving work load to run-time vs. compile-time, and XML data structures are all going to make life a whole lot easier now that memory and processing time are such commodities.

      --
      Jeremy
    2. Re:CPUs that run Gzip are not free(beer) by tepples · · Score: 2, Insightful

      XML data structures are all going to make life a whole lot easier now that memory and processing time are such commodities.

      Commodity != free, especially when you are trying to deploy something on a battery-powered device.

    3. Re:CPUs that run Gzip are not free(beer) by Thomas+Shaddack · · Score: 1
      Commodity != free, especially when you are trying to deploy something on a battery-powered device.

      Presuming you get cheap bandwidth, why not use the device as just a terminal, without much processing on its own?

    4. Re:CPUs that run Gzip are not free(beer) by Anonymous Coward · · Score: 0

      Because the bandwidth may not be reliable, therefore the device would suck if you walked into a lift, or drove into a tunnel.

  192. The end of their proprietary formats? by rnturn · · Score: 1

    They must have forgotten about the XML-related patent that Microsoft received. It's hard to make something more proprietary than when you patent it.

    --
    CUR ALLOC 20195.....5804M
    1. Re:The end of their proprietary formats? by Vitriol+Angst · · Score: 1

      Yes, the document will be open but not the "patent". Too many lawsuits have chiseled away at Microsoft's proprietary formats -- so the horse is already out of the barn.

      The new patent and sue strategy should be much more profitable and successful. If Microsoft can be a good company and make a buck, or be evil and make a buck and 2 pennies, they'll go for the $1.02 solution every time.

      I think they enjoy "putting one over" on everyone. I can just imagine the backslapping on this new "open format" plan.

      --
      >>"ad space available -- low rates!!!"
  193. Microsoft post without +5 funny? by necromcr · · Score: 0

    Puzzles me.

    --
    No more I say.
  194. Standards compliant? by geneXX · · Score: 1

    What information is there that the XML which Microsoft is 'implementing' is going to be standards compliant (W3C standard that is)? My guess is that M$ is simply making the announcement that they are going to 'implement' an open standard for the press coverage. After all I'm sure they are trying to reel back in those people who are moving to XML Compliant documents and have been leaving Word. I'm sure as M$ so often does they will 'implement' the standard, only they will add on all their own flashing lights and whirly-gigs and therefore break the standard. All the while suits everywhere will be praising them for using XML and how great it is entirely unaware that they just made it proprietary again.

  195. MS steals from Apple Again by bedouin · · Score: 1

    Pages and Keynote use basic XML files, and hold all of the contents in uncompressed package files. You can open the package and find all of your document's pictures, sounds, and XML untouched.

  196. LZW patent, not ZIP! by tbuskey · · Score: 1

    AFAIK ZIP was evil because of some patent issues, and that's why gzip was developed. The patent has supposedly expired in the US, but not necessarily in all other countries (same as with GIF). Any info on that?

    There's some confusion here. ZIP and gzip are really related.

    A) ZIP was created as a result of pkarc vs arc. Some of it was on file format, some on pkarc allegedly including code from arc. Because of this, the file format was documented and made freely available. zip compressed better and BBS sysops converted overnight partly for that, partly because they were pissed at arc's tactics. Other archivers such as lha, arj, zoo, etc enjoyed limited sucess. Remember, this was in the days of 8 bit PCs with no hard drive and 1200 baud modems.

    B) gzip was created because the Unisys was (threatening to) using the LZW patent against anyone who wrote software that used LZW to compress files. GIF uses LZW. So does the compress program (.Z files). GNU created gzip w/o LZW for creating. gzip can uncompress files compressed with compress's LZW. .gz files tend to be smaller then .Z files. It also helped that GNU tar has -z to use uncompress or gzip on the fly.

  197. Re:Loosing lock-in capability? No... by Anonymous Coward · · Score: 0

    Could one get around this by, say writing a filter program, released under a BSD license, that converts between MS XML and OOo XML, and conveniently has an interface that is easy to call from another app, such as a OOWriter or another app that happens to be GPLed? If the word processor detects the companion app, it uses it for loads and saves, invisibly converting between formats. Since the two could be bundled and installed together, it would be seamless from an end-user's perspective. The filter app could be an application in its own right: functional from the command line without requiring OOo or any other app to do something useful. The GPLed app would never have to directly access the Microsoft-format document. It would just read and write OOo documents which just happen to be converted to or from MS-XML by some other application at some point in time.

    It seems to me that if a simple program can be written to read and write MS-format documents and can be released under a BSD license, the inability to release it as GPL would really be more of a minor annoyance that serves to make Microsoft look petty and anti-competitive more than it does to stop interoperability with GPLed software.

  198. Re:Nice marketing ploy. Too bad it's a scam by Elwood+P+Dowd · · Score: 1

    Not sure there is a compatibility problem. If the recipients of the GPLed software must acquire a license to use those patents infringed by the software, that could be counter to "You may not impose any further restrictions on the recipients' exercise of the rights granted herein." in the GPL. Obviously since Microsoft is granting these licenses to all comers, that may not be a conflict at all. Maybe people use patent licenses like this all the time with GPL code.

    It certainly would be a problem if at some point in the future, Microsoft stopped granting these licenses to anyone at all. That would be the only reason that requiring a separate acquisition of a license to use those patents could be considered a "further restriction" now.

    But I am very not sure.

    --

    There are no trails. There are no trees out here.
  199. It won't happen. by dustmite · · Score: 1

    Customers are tired of being locked into a proprietary format and being 'milked', accordingly, with monopoly pricing. This is just Microsoft's way of saying "hang on, don't switch to other software just yet, the next version of Office will have open formats". So people wait, and get hooked into the next round of upgrades, realising only too late that, whoops, it was a con, but hey, just a few more years of this and 'maybe next time'.

    Come oooon - they pulled EXACTLY this stunt with the last version of Office ... the same gullible people were all over /. about how MS were finally going to open their formats, and then, surprise, it never happened. Whatever happened to "fool me once", etc.? Are customers this gullible and their memories that short? They are lying again for sure. The primary reason Microsoft make truckloads of cash each year is that so many people are locked into their effectively-proprietary formats, and one in particular: Word. Why on earth would they ever be so stupid as to pro-actively change that, unless market conditions forced them? I promise you, OpenOffice is not nearly big enough for MS to feel that threatened just yet. This is just the same old lies. MS are just in that "false promises of big stuff coming in the next version" phase that they always go through inbetween major product releases to convince people to 'hold out' the wait just a bit longer.

  200. Re:Microsoft begins era of patent encumbered forma by Elwood+P+Dowd · · Score: 1

    Yes, I'm sure that's lawyerese CYA and not malevolence, but it's probably BSD & GPL incompatible just the same. There are other OSI licenses that might work much better.

    --

    There are no trails. There are no trees out here.
  201. Re:Hopefully the end of .doc, etc incompatibilitie by vrt3 · · Score: 1
    Who among us doesn't have files saved in an old version of, say, Word, which can no longer be read correctly in a newer version of Word?


    Me. Granted I haven't used Word very much in the past, and even less nowadays.

    The only time Word wasn't able to open a Word document was when it was corrupted. Luckily OpenOffice opened it without any problem.
    --
    This sig under construction. Please check back later.
  202. Re:Loosing lock-in capability? No... by I'm+Don+Giovanni · · Score: 1

    Why does everything have to be GPL with you people? GPL is one of the most restrictive "open source" licenses there is.

    --
    -- "I never gave these stories much credence." - HAL 9000
  203. nothing changed: Microsoft is still lying by cahiha · · Score: 1

    Nothing changed: the formats are proprietary because they are covered by the same patents and licenses as previous Office XML formats. Calling them "open" formats is a blatant lie.

    For people who still don't get it: the difference between a "royalty-free license" and an "open" format is that Microsoft can stop issuing royalty-free licenses any time they choose. They can also impose onerous conditions on you as part of the "royalty-free license".

  204. it's worse than that by cahiha · · Score: 1

    Since the license is non-transferable, Microsoft can also just stop issuing new royalty-free licenses whenever they choose, or add new conditions.

    Consider the case where OpenOffice were to switch to these formats, and then Microsoft wants to kill OOo. What do they do? They just put another condition in their royalty-free license: "This license does not give you the right to create products or software that interoperates with OpenOffice." Even if OOo could continue to use the format (and that alone is uncertain), people couldn't write any add-ons for OOo anymore.

  205. Re:Microsoft begins era of patent encumbered forma by cahiha · · Score: 2, Informative

    Clean-room reverse engineering doesn't help if the format is patented, and this format is patented.

  206. Re:Nice marketing ploy. Too bad it's a scam by randyflood · · Score: 1


    Here is the deal. In order for you to be able to distribute something under the GPL that is covered by a patent, you must provide a license for that patent that meets all of the terms and conditions of the GPL. The GPL does not say that you must provide a way for the end user to go out and get a license. On the contrary, you have no right to distribute GPL'd code that is encumbered by a patent unless you provide a license for that patent.

    As an end user, you can not require me to go out and do anything special in order to have the freedoms guarenteed to me by the GPL. I don't have to go visit some web site. I don't have to click on a registration form. I don't have to give you my name and address. And I certainly don't have to register with Microsoft. Microsoft can kiss my a$$. If you give me your GPL'd code, you have to negotiate with Microsoft for their patent rights, not me. Otherwise, you don't get to use their patents in your GPL'd application.

    --
    Randy.Flood@RHCE2B.COM
  207. So we use... by SanityInAnarchy · · Score: 1

    ... Binary XML!

    Oh, and not all machines are fast and cheap.

    --
    Don't thank God, thank a doctor!
  208. Re:Loosing lock-in capability? No... by Exatron · · Score: 1
    Are you familiar with the old robot phrase "Does not compute"?

    The GPL is one of the least restrictive open source (not "open source" as you dismissively wrote) licenses in existence. The only restrictions it contains are guarantees that code released under it will remain open.

    --
    "I think so, Brain, but 'instant karma' always gets so lumpy." - Pinky
    "Decepticons FOREVER!!!" - Ravage
  209. Re:Loosing lock-in capability? No... by AstroDrabb · · Score: 1
    "You People"?

    You sound like a prejudice person to me. Exactly _how_ is the GPL "restrictive"? Is it because the GPL doesn't allow you to take the code and make it proprietary and make big bucks off of it? Please tell me exactly how the GPL is "restrictive". The GPL grants you _MORE_ rights than standard copyright does. So if you use the GPL or use a program licensed under the GPL, you are actually getting _MORE_ rights than you would get with any other license.

    Oh, but because you cannot take that GPL'ed coed and make it your own proprietary code, it is "restrictive". Yeah. Get a clue "I'm Don Giovanni" (are you a shill for MS?).

    From your post "I'm Don Giovanni", I can tell you know _shit_ about the GPL. Calling the GPL "restrictive", is just brain-dead. Did you even graduate from high school? What is sooooo hard to understand that the GPL gives you _MORE_ rights under copyright law than current copyright law allows? How is the GPL being more "restrictive" when it allows more rights to you? Pick any of your favorite MS licenses, and compare it to the GPL. The MS licenses, try to take away your rights, while the GPL gives you more rights.

    I really hope you are not _that_ slow that you cannot understand the difference!

    --
    If Tyranny and Oppression come to this land,
    it will be in the guise of fighting a foreign enemy. -James Madison
  210. Re:Loosing lock-in capability? No... by RzUpAnmsCwrds · · Score: 1

    Note that the Office 12 schemas will be covered under a different license. Whether or not that license precludes open-source implementation is another matter entirely.

    However, I don't believe that MS would be moving to this format if they didn't want to "open things up". They certainly could have kept their evil binary formats.

  211. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  212. Re:Loosing lock-in capability? No... by Kiryat+Malachi · · Score: 2, Insightful

    Considering that even MS sometimes has problems interpreting their own binary formats from way back when, I could see it just being a move on their part to eliminate that problem in the future.

    That said, I don't believe the GPL incompatibility was intentional; I believe it to be a side-effect of what MS thought was an appropriate way to make sure that their patents and patent issues were appropriately labeled in software using their schema.

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  213. Re:Nice marketing ploy. Too bad it's a scam by cdwiegand · · Score: 1

    Okay. BSD license. Done. Next?

    --
    . Define sqrt(x) as something really evil like (x / rand()), and bury it deep. Watch your coworkers go nuts.
  214. Re:Hopefully the end of .doc, etc incompatibilitie by mrchaotica · · Score: 1

    So next time you're going to write your paper in TeX or XML (e.g. OASIS, XHTML, etc.), right? Whenever I write things I use HTML, and it hasn't failed me yet. All I do is write the markup, load it in a web browser, and print.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  215. Re:Hopefully the end of .doc, etc incompatibilitie by mrchaotica · · Score: 1

    Oops. I meant to say "Whenever I write things with formatting I use HTML..." Otherwise, I use plaintext.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  216. Re:Nice marketing ploy. Too bad it's a scam by mrchaotica · · Score: 1

    In other words, it's not GPL-compatible because telling them to get a license from Microsoft isn't good enough -- you must have the right to grant it yourself. Right?

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  217. Embrace & Engulf in reverse? by MECC · · Score: 1


    Hmm, Rather than 'embrace, extend, & engulf' an open format, make you own, pre-engulfed. Also, good PR for a company starved for it.

    --
    "We are all geniuses when we dream"
    - E.M. Cioran
  218. Re:Patents?--speed not critical issue by Paul+Freedman · · Score: 1

    IMHO the issue of speed is a minor issue--the more interesting issue is whether Office will now READ XML files and convert them to font-interpreted readable document files with minimal tweaking and in the Office environment. I can see the extension of XML-aware technologies to permit the export of a world-type document into a tagged XML files across the Office family, although I am curious as to whether XSLT/DTD etc. stylesheets are created on export. The more interesting question, to me, is whether novice operators will be able to open XML tagged data and easily convert them to print-ready documents. There are a lot of XML data-base derived files out there waiting for an easy print-ready solution and currently niche-market proprietary systems serve this need. I believe that all the discussion on the relative speeds of binary vs. XML documents is a side issue from a market point of view. Even if Office reads in and swops out open formats, the Office technology, the wrapper, the interface is bound to contain proprietary and protectable elements--as far as I can tell, MS is moving to further its footprint in XML development.

  219. Re:Yet another "embrace and extend" incompatibilit by zaroastra · · Score: 1

    Incidentally, this is EXACTLY how OpenOffice 2.x works.
    I know... I use it for years, and even messed up with the xml files a bit for automatic generation.

    The reason they are using it is simple, they found out some way to sell more copies of something using it, and trash the competition in the way.

    (reasons for the 2 points above abound in the rest of the posts of this thread)

    --
    I'm trying to get modded "Interesting Flamebait Informative and Insightful Redundant Troll" *-* Please Help *-*
  220. another annoying reply to a sig by veg_all · · Score: 1

    Business. Numbers. Money. People. Computer World.

    How amusing; just saw these words projected in large red and black behind them as they played New York last night. Thanks for a weird bit of synchronicity.

    --
    grammar-lesson free since 1999. (rescinded - 2005)
  221. In this case there's a difference by ReKleSS · · Score: 1

    Microsoft's current document formats are just memory dumps. This is one of the main reasons why Office can save so much faster than OOo - and also why newer versions of Office have trouble with docs from old versions. As you pointed out, with today's CPUs this shouldn't be too much of a problem. (Heck, OOo's save times aren't a problem at all). It's still noticeable, though.
    -ReK

    --
    md5sum -c reality.md5
    reality: FAILED
    md5sum: WARNING: 1 of 1 computed checksum did NOT match
  222. Re: Get a clue... by Axe · · Score: 1
    Binary file formats in general suck.

    I guess that is the reason so many people cry for BinXML standard, and W3C finally have heard them and started the process of defying it.

    You do not care about how you text files are organized on a physical disk, do you? You got some quite simple APIs and you do not care about journal entires, in memory paging, segment size, build in compression and wire protocols that get you precious text file to your app. BinXML will be entirely equivalent to an XML doc, once out of some API, and any other "binary" format may be.

    You are quite narrow-minded it seems for such a loud mouth.

    --
    <^>_<(ô ô)>_<^>
  223. I think I see where this is leading.... by Joce640k · · Score: 0

    To get your hands on the tasty new "openness" you have to upgrade your copy of Office, right...? PS: Binary won't be much faster because most of the info in Office files is plain text anyway...

    --
    No sig today...
    1. Re:I think I see where this is leading.... by Axe · · Score: 1
      most of the info in Office files is plain text anyway...

      Oh, I doubt it. Compare number of charachters in a simple Word file with the file size. Looks like metadata dwarfs it.

      I think the key to speed is whether all operations are streamable, and indeed - it is about logical organization rather then markup particulars.

      --
      <^>_<(ô ô)>_<^>
  224. Re: Get a clue... by InfinityBuffer · · Score: 1

    Funny, because last time i compared the size of an OpenOffice document to an identical Microsoft Word document, the Word document was bigger.

  225. open != readable by The+Great+Wazzoo · · Score: 1

    I guess that's really nice. But I can't say that I'm overly excited considering the horrendous quality of e.g Office's HTML output. Apple Mail chokes on HTML formatted messages generated by Outlook. And not without reason. A message containing just 4 lines of text is contained in some HTML spaghetti code of no less then 210 lines.

    So even though XML is an open format on paper I guess Microsoft has shown us in the past that they're perfectly able of effectively locking us out again by just using the power of obfuscation.

  226. Visual Diff of application files by CarpetShark · · Score: 2, Insightful
    There are good reasons, though, why it's best to keep data files in straight XML text format. It eliminates the need to worry about machine architecture.
    One of my favourite features of XML vs. binary application files is that, if you run diff on two XML files -- say, SVG drawings --, you can actually read how that drawing has been changed, just like with code or any other text file. It gets difficult to visualise on larger changes of course, but that's not unlike code either. I think, if people start noticing that aspect of XML file formats, and using it more, then there might come a time when we develop visual diff for XML etc.
    1. Re:Visual Diff of application files by Anonymous Coward · · Score: 1, Insightful

      Of course, this doesn't help one whit if some goofball has decided that they need to spew their machine-generated XML all on one line, without any newlines; unfortunately, the line-oriented diff utility can only do so much in this situation. Personally, I'd like to see a successor to the dynamic diff/patch combo that can handle deltas more gracefully. Something that could also be a portable changeset interchange format for source repositories would be nice, too.

  227. They still lock customer in by glacote02 · · Score: 1

    Customer lock-in and competition lock-out due to the clubbing effect of non-interoperability let Microsoft charge a premium for Office. It would be foolish from a business and shareholder perspective to drop it. Thus Microsoft has every interest not to allow better interoperability. Thus whatever the press release or the interview, unless there is a strong external force pushing for it (read: antitrust authorities or government) Microsoft wil not allow interoperability. In the present case be sure that if the "royalty free" licensing was compatible with GPL or SCCL they would glorify themselves for it. And there still are server-side tie-in, DRM and patents application on the file format.

  228. Re:A suggestion maybe by Thomas+Shaddack · · Score: 1

    But you have to get only one copy for your company. You then use it with some VBA macro to automatically convert all your legacy .doc and .xml files to the new shiny XML, then import them with OpenOffice. Then - farewell, MSFT!

  229. XML != "Open Format" by Trix · · Score: 1

    Most times when an app says, "We use XML! We're Open!" they are, at best, paying lip service to both XML and Open-ness.

    Usually, tags and attributes are thrown about in whatever method made sense to the author at the time. DTD's are rarely, if ever, seen for these "Open" formats. Check the specs; without a valid DTD, any XML document is pretty much useless.

    All Microsoft (or anyone else) has to do is put their (unknown) binary data inside a couple of XML-ish looking tags and they can say they're using an open format. Yeah, the format is open, but the data is still opaque.

    Personally, I still see XML as a solution that is deperately seeking a problem. Being in that state, it winds up getting used for all kinds of things for which it is not the best tool for the job.

    I'll consider taking XML seriously when people start using XML documents that are both Well-Formed and SGML-valid.

    I could be wrong, but you'll probably have a hard time convincing me of that.

    --
    I want all of the power and none of the responsibility.
  230. Re:Hopefully the end of .doc, etc incompatibilitie by Rxke · · Score: 1

    Good point. I actually ended up copy/pasting the text into an email, to get it printed, sigh.

    Still, this is a crazy situation...

  231. Re:Microsoft begins era of patent encumbered forma by Anonymous Coward · · Score: 0

    Reality Check. How can an XML schema be patented?? Please explain. Relative to PDF, XML is no novel invention for someone to try to claim.

    Any markup language just runs through a compiler/ interpreter is about as novel as any language with reserved words - bold, normal, heading.

    Anyway, the pointyheads should say, well, its still a proprietary format, and thats why we are not buying.

  232. what IS the solution? by Trigun · · Score: 1

    That's the question. The big problem with answering the question is that we haven't really stated the question properly. What is everyone looking for?

    This is what I need, and I hope that developers are listening.

    1) A definitive login startegy. I don't want well you could use radius, openldap and pam, or NIS, I want a strategy that is flexible, secure, works across platforms, and is auto configuring, auto discovering. When I plug in my linux laptop, I should at the very least have the option to log onto domains/realms that I know about, but it would be nicer if the network told me what services were available.

    2) For Document management, I want the ability to save to a subversion-like repository for documents. This has to be available in the software that I'm using, or integrated into the filesystem so that when I save to a location, it does the work. Sure it can prompt me for document info, titles, notes, etc. but it should pull my user info from the network. I should also be able to open up old revisions, control who has access to my files, and let me know if someone else is working on it, allow merged changes from different sources, etc. It should have the ability to encrypt documents, and keep a version history. Also, it should be easy to back up, be able to restore either the whole shot or parts, and be managed by an administrator. Come to think of it, this might be better incorporated into the filesystem. Sounds a little like Reiser4, with some AFS thrown in. SVNFS anyone?

    3) Enterprise grade CRM and Accounting for linux. Although, I think that ACCPAC is working on this, we need something. I'm not aware of any linux programs that break past the SME marktet for linux. Support for cheque stocks, micr strips, the whole works, is a must.

    You have these three things, and you could turn quite a few companies to linux in their next upgrade cycle. #3 is going to be difficult to pull off in the FOSS style, as it is a lot more than just programming that goes into it, it needs to be updated for new tax tables, and thouroughly tested, and commercial entities have a hard time doing all that, let alone people who aren't going to be paid for it.

    Anyways, that's what I want. Hopefully wilt Red Hat open sourcing the Netscape Directory, we can get something that fits the bill for #1, all packaged up nicely, and in one single project, not a collaboration of many different ones.

    If anyone decides to make #1 and #2 a reality, let me know where to send the cheque.

    1. Re:what IS the solution? by OpenServe · · Score: 1

      You have these three things, and you could turn quite a few companies to linux in their next upgrade cycle.

      You can simultaneously solve all three of these problems efficiently and effectively with modern web applications. Web apps are the path of least resistance (no need to overhaul the whole IT infrastructure at once) AND they're the easiest solution from a development / administrative perspective (no need to hastle with dozens of complex client/server technologies). And of course there are other benefits like seemless remote access, simpler desktops, etc. With regards to document management, try to think in terms of web-driven document production rather than management of standalone documents produced by a standard word processor.

      #3 is going to be difficult to pull off in the FOSS style, as it is a lot more than just programming that goes into it, it needs to be updated for new tax tables, and thouroughly tested

      Definitely a challenge.. However, many large organizations do this sort of work in house to begin with. It's not inconceivable that a successful and professional OSS project could rally the support of Fortune 500 IT teams to keep this sort of software up to date and thoroughly tested/verified.

  233. Re:Nice marketing ploy. Too bad it's a scam by Alsee · · Score: 1

    Correct.

    Microsoft is explicitly and deliberately prohibiting you from licensing the patents to anyone. Forbidding you to include it inside the GPL package.

    It then becomes a complex chain of logic trying to figuring out whether someone may or may not be able to get the required license, and figuring out under what terms they may or may not be able to get it. The GPL does not allow you to distribute code under some bizzare complex logic that may or may not allow the end user to actually use the code. The GPL says you actually need to include whatever is required, and you must do so inside that single package delivery.

    Lets take an amusing example. Lets say Microsoft goes bankupt. *POOF*, gone.

    Well, now there's no where to get the required license. Now there's now way to actually use the redistributed code. Whatever company bought up that patent on the auction block could probably then start sueing people. Or minimum it would be a legal furrball trying to figure out whether they could sue people or not.

    Which would defeat the GPL. Would defeat the GPL for the code involved.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  234. Charlie Browns by Alsee · · Score: 1

    In other words Microsoft is once again promising they won't come in your mouth.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  235. Re: Get a clue... by Anonymous Coward · · Score: 0

    And you're what, an open-mindded loud mouth? Contribute instead of hurling insults. And the word is built-in, not "build in".