Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Is the New Microsoft Office Really Open?

Posted by Cliff on Thu Dec 19, 2002 04:04 PM
from the a-window-undecided dept.
joesklein asks: "From CNET, there is an article about the new Microsoft Office 11. In summary 'Microsoft says it's opening its Office desktop software by adding support for XML--a move that should help companies free up access to shared information. But there's a catch: It has yet to disclose the underlying XML dialect.' Could this be grounds for another anti-trust suit against Microsoft?"
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • sure it is! (Score:5, Funny)

    by Anonymous Coward on Thursday December 19 2002, @04:06PM (#4925523)
    it supports .DOC, the de facto standard for documents. What's this XML you're talking about?
  • That's still to be seen... by Eric Damron (Score:2) Thursday December 19 2002, @04:07PM
    • Re:That's still to be seen... by C. Mattix (Score:2) Thursday December 19 2002, @04:08PM
      • Re:That's still to be seen... by Jondor (Score:1) Thursday December 19 2002, @04:16PM
        • Re:That's still to be seen... by JebusIsLord (Score:3) Thursday December 19 2002, @04:23PM
          • Re:That's still to be seen... (Score:4, Insightful)

            by ftobin (48814) on Thursday December 19 2002, @04:39PM (#4925840) Homepage

            Besides, then what would be the point of going xml in the first place?

            The same point that most technical decisions are based on. Buzzword compliance.

            [ Parent ]
          • Re:That's still to be seen... by Anonymous Coward (Score:2) Thursday December 19 2002, @04:44PM
          • Re:That's still to be seen... by EnVisiCrypt (Score:3) Thursday December 19 2002, @04:47PM
          • Re:That's still to be seen... by Eryq (Score:3) Thursday December 19 2002, @04:47PM
          • Re:That's still to be seen... (Score:5, Insightful)

            by 9jack9 (607686) on Thursday December 19 2002, @04:56PM (#4926003)
            But they can make it so massively complex that it is very difficult to implement interoperability with foreign tools, but that it is somehow much easier to implement with MS-centric tools.

            The registry in Windows NT/2000/XP is sort of like that. It makes a lot more sense from a Microsoft-centric viewpoint than it does from a non-Microsoft-centric viewpoint. Now that it's been around so long, there are lots of ways to get at registry data (for instance, using Perl modules), but when the registry was new the only way to do it was through the Microsoft API, but until many people went through the pain of encapsulating the MS API, the pain of accessing the registry from a non-MS-centric toolset was high.

            So maybe the XML format will be like that. If you're Linux-centric, for instance, the threshold of pain for accessing Word XML docs will be fairly high, but if you're Microsoft-centric, with all of their tools, code-snippets, documents, etc., then it won't be nearly as painful.

            This way MS gets to claim interoperability, make Word data easily accessible to MS-centric solutions, but put a damper on non-MS-centric solutions.

            [ Parent ]
          • Re:That's still to be seen... by Fnkmaster (Score:2) Thursday December 19 2002, @05:02PM
          • Re:That's still to be seen... (Score:5, Insightful)

            by MrResistor (120588) <petehoff@@@pacbell...net> on Thursday December 19 2002, @05:03PM (#4926057) Homepage
            No because the dtd and/or namespace will have to be referenced in plain text in the xml document. so, even if they use absurdly complex element names, they have to use a valid dtd or namespace uri which can be easily referenced

            I think an analogy to Frontpage is appropriate here. Sure, it produces HTML, but the result just doesn't look right unless it's viewed in IE. Maybe the dtd is referenced, but encrypted or otherwise proprietary. Maybe MSXMLVIEWER (whatever it may be called) doesn't need the reference to be in plain text.

            There are any number of things MS could do to ensure that the document just doesn't look right in other viewers. Since formatting is the whole point of XML, people will use MSXMLVIEWER and whatever it reads will be the de facto XML standard, just like whatever IE renders is the de facto HTML standard.

            or it just ain't xml at all.

            While technically correct, the point is sadly irrelevant. As long as MS is effectively a monopoly XML will be whatever they say it is, for the majority of people.

            Also you aren't allowed to put binary data in an xml document

            Not true. It's recomended that you don't put binary in an XML document, but nothing prevents you from doing so. This is exactly what will give MS the ability to hijack the standard.

            In conclusion they would have to break xml pretty hard-core in order to make their doc types proprietary.

            Only in spirit, I'm afraid, but that will likely be enough.

            Besides, then what would be the point of going xml in the first place?

            To make documents searchable. This is an ability which is extremely valuable to anyone who has a large amount of information they need to access. The upshot is that the actual content will likely be plain text, though important markups may not be. Sadly, format is more important than content for a lot of people.

            Of course, most people won't use the XML format at all, since it won't be the default.

            [ Parent ]
          • Re:That's still to be seen... (Score:5, Insightful)

            by CondeZer0 (158969) on Thursday December 19 2002, @05:57PM (#4926477) Homepage
            How does this misinformed crap get moderated up?

            As some others have pointed out:

            1) You don't need a DTD or Schema to have XML
            2) The url used in a namespace declaration doesn't need to correspond to a real document
            3) Even in case the document used a DTD or Schema, that DTD or Scheme where available, and the document actually validated against it, you still don't know what the hell the tags mean, the DTD or Scheme are just syntactical(and grammatical?) rules, and don't tell you how to interpret the tags or attributes.
            4) You can always include binary data in an XML document(ie., base64 encoded)
            5) The point of using XML is Buzzword compliance and *perceived* openness

            There are more reasons why XML not necessarily = openness. But this ones are more than enough.

            XML means nothing, it's just a way to define languages, is like an charset, just because I have a document that is ASCII doesn't mean that I understand what is written on it if I don't know the meaning of the words that are on it(eg., just because you know the name of each letter doesn't mean that you know the meaning of "lkasdertunxsjd", right?)

            Even if a language is in XML, you still need to *document it* to be able to *understand* it.

            Sorry if I was a bit rough, but I'm sick of people that assume that because something is in XML it's automatically open. That is one of the biggest myths the XML buzz-wagon is based on, and is spreaded by people
            that don't really understand what XML is.

            Please, before you post to /. make sure you know what you are talking about.

            Best wishes

            \\Uriel
            [ Parent ]
          • Re:That's still to be seen... by Anonymous Coward (Score:1) Thursday December 19 2002, @06:07PM
          • Re:That's still to be seen... by butane_bob2003 (Score:1) Thursday December 19 2002, @06:51PM
          • Re:That's still to be seen... by ZlOrB (Score:1) Thursday December 19 2002, @10:08PM
          • Re:That's still to be seen... by more fool you (Score:1) Friday December 20 2002, @06:30AM
          • 3 replies beneath your current threshold.
    • Well... here is a TRUE example by twistedemotions (Score:1) Thursday December 19 2002, @05:02PM
    • 1 reply beneath your current threshold.
  • LOL (Score:4, Funny)

    by Boss, Pointy Haired (537010) on Thursday December 19 2002, @04:08PM (#4925551)
    Well if the way Microsoft Word saves out as HTML is anything to go by, then concise it most definitely will not be.
    • Re:LOL by Anonymous Coward (Score:1) Thursday December 19 2002, @04:16PM
      • Re:LOL by JebusIsLord (Score:2) Thursday December 19 2002, @05:42PM
        • Re:LOL by Kragg (Score:2) Thursday December 19 2002, @09:24PM
          • Re:LOL by realdpk (Score:2) Friday December 20 2002, @12:01AM
      • 1 reply beneath your current threshold.
    • Re:LOL (Score:5, Funny)

      by Anonymous Coward on Thursday December 19 2002, @04:25PM (#4925731)
      <html>

      <head>
      <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
      charset=3Dus-ascii">

      <meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)">

      <style>
      <!-- /* Font Definitions */
      @font-face
      {font-family:Tahoma;
      panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */
      p.MsoNormal, li.MsoNormal, div.MsoNormal
      {margin:0in;
      margin-bottom:.0001pt;
      font-size:12.0pt;
      font-family:"Times New Roman";}
      a:link, span.MsoHyperlink
      {color:blue;
      text-decoration:underline;}
      a:visited, span.MsoHyperlinkFollowed
      {color:purple;
      text-decoration:underline;}
      span.emailstyle17
      {font-family:Arial;
      color:windowtext;}
      span.emailstyle18
      {font-family:Arial;
      color:navy;}
      span.EmailStyle19
      {font-family:Arial;
      color:navy;}
      @page Section1
      {size:8.5in 11.0in;
      margin:1.0in 1.25in 1.0in 1.25in;}
      div.Section1
      {page:Section1;}
      -->
      </style>

      </head>

      <body lang=3DEN-US link=3Dblue vlink=3Dpurple>

      <div class=3DSection1>

      <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
      style=3D'font-size:
      10.0pt;font-family:Arial;c olor:navy'>

      I agree.

      </span></font></p>
      [ Parent ]
      • Re:LOL by Wolfier (Score:2) Thursday December 19 2002, @04:59PM
      • Re:LOL (Score:5, Funny)

        by Wolfier (94144) on Thursday December 19 2002, @05:03PM (#4926063)
        <?xml version="1.0" encoding="base-64?>
        <!doctype MS_WORD
        <!ELEMENT WORD_DATA>
        ]>
        <WORD_DATA>SGFoYSwgaWYgeW91IHJlYWx seSBhcmUgdHJ5aW5nIHRvIGRlY29kZSB0aGlzLCB5b3UgaGF2Z SB0b28gbXVjaCB0aW1lIG9uIHlvdXIgaGFuZHMh<WORD_DATA>
        </xml>
        [ Parent ]
        • exactly by ink (Score:3) Thursday December 19 2002, @05:16PM
        • Re:LOL by cmeans (Score:1) Thursday December 19 2002, @06:01PM
        • Re:LOL by jtra (Score:1) Thursday December 19 2002, @06:36PM
          • Re:LOL by Mike Schiraldi (Score:3) Thursday December 19 2002, @07:57PM
          • Re:LOL by Wolfier (Score:3) Thursday December 19 2002, @08:50PM
      • Hello World by sharkey (Score:2) Friday December 20 2002, @08:18AM
    • Re:LOL (Score:5, Interesting)

      by commodoresloat (172735) on Thursday December 19 2002, @04:33PM (#4925785) Homepage
      Or anything close to "standard." The best we can hope for is code that is recognized as valid, and I wouldn't hold my breath for that either. I've seen HTML like the following come out of Word:

      <B><A HREF="http://whatever.org"> Link </B></A>.

      I'm not kidding, either. Seems like an easy thing to avoid in an HTML generator. Validator [w3.org] routinely reports hundreds of coding errors in simple short documents generated by Word. Ugh. What really sucks is when you're working on a web page for someone and cleaning out all the crap that Word generates, then at the last minute they send you the same document with some minor errors corrected.... and all the same major errors generated by Word. Fun.

      [ Parent ]
    • Re:LOL (Score:4, Informative)

      by loconet (415875) on Thursday December 19 2002, @06:27PM (#4926708) Homepage
      I know exactly what you mean. Word spits out complete garbage when it converts .doc => .html . Microsoft attempted to address this issue by releasing an HTML filter plugin [microsoft.com] that you can install and cleans up the html word spits out. It does clean up the html but it's still kinda messy.
      [ Parent ]
    • 1 reply beneath your current threshold.
  • Reverse Engineer by timothy_m_smith (Score:2) Thursday December 19 2002, @04:08PM
    • Hello DMCA! by Wee (Score:2) Thursday December 19 2002, @04:16PM
      • Re:Hello DMCA! by ILikeRed (Score:2) Thursday December 19 2002, @05:17PM
      • Re:Hello DMCA! by Anonvmous Coward (Score:2) Thursday December 19 2002, @05:19PM
    • Re:Reverse Engineer by Mandi Walls (Score:2) Thursday December 19 2002, @04:16PM
    • Re:Reverse Engineer (Score:5, Insightful)

      by Phroggy (441) <slashdot3@p[ ]ggy.com ['hro' in gap]> on Thursday December 19 2002, @04:17PM (#4925652) Homepage
      I suppose they could put some weird binary or encrypted data in the files, but that would defeat the purpose of XML.

      The purpose of XML is to have buzzword compliance, and this doesn't defeat that.

      (Of course that's not the purpose most other people use XML for, but we're talking about Microsoft.)
      [ Parent ]
    • Re:Reverse Engineer by Anonymous Coward (Score:1) Thursday December 19 2002, @04:19PM
    • Re:Reverse Engineer by Anonymous Coward (Score:3) Thursday December 19 2002, @04:38PM
  • Another Trial?? by Jaysyn (Score:1) Thursday December 19 2002, @04:08PM
    • 1 reply beneath your current threshold.
  • Defaults (Score:5, Insightful)

    by Snoe (114590) on Thursday December 19 2002, @04:08PM (#4925556)
    RTF has been in office for years and it is an open, portable standard readable on many platforms and with many programs. The problem is that Microsoft chooses to retain their obfuscated binary format as the default save type for documents.

    If the XML files office produce are not made the default save types or if the XML merely encapsulates large portions of binary code, it will not matter one lick that office can save these xml documents because the majority of people will be stuck on the default, unreadable formats.
    • Re:Defaults by C. Mattix (Score:3) Thursday December 19 2002, @04:13PM
      • Re:Defaults by killmenow (Score:1) Thursday December 19 2002, @04:41PM
        • 1 reply beneath your current threshold.
      • Re:Defaults (Score:5, Insightful)

        by MadAhab (40080) <slasher.ahab@com> on Thursday December 19 2002, @04:50PM (#4925937) Homepage Journal
        You are goddamned fucking lucky that the government tells you what the default values for things should be. That's what the government is there for, mostly; to tell you that the default value for a building is to have a fire exit and that it may not be locked. And without standards, there is no interchangeability of parts. And without that, every consumer and customer gets assraped by manipulative vendors. And since you can never tell precisely how this battery differs from that battery, you just have shit exploding battery acid all over the place.

        But if you really think they have no right doing these things, go live in a 3rd world country; they generallly have the government telling you less about what to do. Except once in a while when they kill your familiy. You could be armed of course. You know what a totally armed society with a weak government looks like? Afghanistan.

        That being said, it's hard to see what business the government has engineering document formats. They could, on the other hand, specify disclosure of formats as a remedy in an anti-trust case, but they generally fall into one of two categories which precludes this: stupid or bought.

        [ Parent ]
        • Re:Defaults (Score:5, Informative)

          by dillon_rinker (17944) on Thursday December 19 2002, @06:04PM (#4926522) Homepage
          Yup. Government standards are why you can buy screws and nuts from different manufacturers and have them work together. They are why you can buy "orange juice" at the grocery store and know that it's not "juice" wrung out of a pile of autumn leaves (hey, it's juice, it's orange, what more do you want?). Government standards are why you can fill fly in an airplane and know it won't crash.

          Sure, all these needs could be fulfilled by voluntary industry standards, if it weren't for those pesky human beings, fallible and greedy creatures that they are.
          [ Parent ]
          • Re:Defaults (Score:4, Insightful)

            by donutello (88309) on Thursday December 19 2002, @08:40PM (#4927314) Homepage
            Government standards are why you can buy screws and nuts from different manufacturers and have them work together.

            Nonsense. Screw and nut sizes have been standardized without government involvement.
            [ Parent ]
          • Re:Defaults by bubbha (Score:1) Thursday December 19 2002, @09:08PM
            • 1 reply beneath your current threshold.
          • Re:Defaults by Kashif Shaikh (Score:2) Thursday December 19 2002, @11:11PM
          • Re:Defaults by ratamacue (Score:1) Friday December 20 2002, @07:31AM
        • Don't get confused. (Score:4, Interesting)

          by twitter (104583) on Thursday December 19 2002, @07:05PM (#4926931) Homepage Journal
          You are goddamned fucking lucky that the government tells you what the default values for things should be. That's what the government is there for, mostly; to tell you that the default value for a building is to have a fire exit and that it may not be locked.

          Most rational specifications are for performance. The method should not matter as much as the end result. Fire codes are an extreem example, but even there the specification is flexible. The local government does not tell people how to build buildings, only that there needs to be so many exits per so many people and floor space. They don't nail you down to real specifics. Most rational specs are such as mil-specs for acryilic - it must be able to sit in the South Florida sun for one year without delaminating. How you make the thing does not matter, so long as it does what it should.

          By these rational and objective standards M$ junk generally fails. If you say that a Word doc should be legible and keep it's formatting for a number of years, Word fails. The same thing can be said of all other M$ junk - it's designed to break and therfore government should reject it's use anywhere records are kept. That's all public work. That's hardly engineering the document, it's simply stating the thing should work as advertised.

          All normal standards, from ASCII to WWWC are formed by professional agreement. Governments intervention is not needed. Disruptive vendors are generally seen through.

          [ Parent ]
          • 1 reply beneath your current threshold.
        • Re:Defaults by donutello (Score:3) Thursday December 19 2002, @08:44PM
          • Re:Defaults by Kragg (Score:2) Thursday December 19 2002, @09:31PM
      • Power vs. Power by pyrrho (Score:1) Thursday December 19 2002, @06:15PM
      • it has to be the default by g4dget (Score:2) Thursday December 19 2002, @06:24PM
      • Re:Defaults by Malcontent (Score:2) Thursday December 19 2002, @06:46PM
      • 2 replies beneath your current threshold.
    • Re:Defaults by Planesdragon (Score:3) Thursday December 19 2002, @04:20PM
      • Re:Defaults (Score:5, Insightful)

        by EisPick (29965) on Thursday December 19 2002, @04:27PM (#4925748)
        It's not "obfuscated" so much as it's "optimized." The whole idea seems to be for Word to save as quickly as possible--which the doc file is best at for Word for some reason, probably becuase it's derived from how the program structures documents, and not how some document spec says documents should be handled.

        In an era of 2+ GHz computers with 7200+ rpm hard drives, it seems odd that Microsoft would be unable to write an application than can quickly save and open text files that, on average, run well under 50 kilobytes.
        [ Parent ]
        • Re:Defaults by tshak (Score:3) Thursday December 19 2002, @05:25PM
          • Re:Defaults by interiot (Score:2) Thursday December 19 2002, @05:42PM
            • Re:Defaults by tshak (Score:2) Thursday December 19 2002, @08:08PM
          • Re:Defaults by Galvatron (Score:2) Thursday December 19 2002, @06:51PM
            • Re:Defaults by tshak (Score:1) Thursday December 19 2002, @07:49PM
              • Re:Defaults by Galvatron (Score:1) Thursday December 19 2002, @08:26PM
              • Re:Defaults by Zordak (Score:2) Friday December 20 2002, @01:06AM
              • Re:Defaults by gvonk (Score:2) Friday December 20 2002, @03:47AM
          • Re:Defaults by cam_macleod (Score:1) Friday December 20 2002, @06:56AM
          • 1 reply beneath your current threshold.
        • Re:Defaults by siphoncolder (Score:1) Thursday December 19 2002, @06:55PM
        • Re:Defaults by Kashif Shaikh (Score:2) Thursday December 19 2002, @11:14PM
          • Re:Defaults by fejikso (Score:1) Friday December 20 2002, @02:17AM
          • Re:Defaults by g4dget (Score:2) Friday December 20 2002, @05:55AM
        • Re:Defaults by kalidasa (Score:2) Thursday December 19 2002, @11:39PM
      • Re:Defaults by dubious9 (Score:2) Thursday December 19 2002, @04:39PM
      • Word dumps RAM by crovira (Score:2) Thursday December 19 2002, @08:50PM
      • Re:Defaults by dublin (Score:2) Friday December 20 2002, @02:01PM
        • Re:Defaults by Planesdragon (Score:2) Friday December 20 2002, @04:48PM
      • 2 replies beneath your current threshold.
    • Re:Defaults by Anonymous Coward (Score:1) Thursday December 19 2002, @04:24PM
    • Boo Hoo Hoo by VividU (Score:2) Thursday December 19 2002, @04:36PM
      • Re:Boo Hoo Hoo by killmenow (Score:1) Thursday December 19 2002, @04:46PM
        • 1 reply beneath your current threshold.
      • Re:Boo Hoo Hoo by robinthecandystore (Score:1) Thursday December 19 2002, @04:59PM
      • Re:Boo Hoo Hoo by yelligsc (Score:1) Thursday December 19 2002, @05:39PM
        • Re:Boo Hoo Hoo by robinthecandystore (Score:1) Thursday December 19 2002, @08:06PM
          • Re:Boo Hoo Hoo by yelligsc (Score:1) Sunday December 22 2002, @06:06PM
      • Re:Boo Hoo Hoo by WasterDave (Score:2) Friday December 20 2002, @03:33AM
    • RTF? Ha! by MamasGun (Score:1) Thursday December 19 2002, @04:50PM
    • Re:Defaults by Strange Ranger (Score:2) Thursday December 19 2002, @05:02PM
    • Re:Defaults by Yi Ding (Score:2) Thursday December 19 2002, @05:11PM
      • Re:Defaults by Planesdragon (Score:1) Thursday December 19 2002, @07:44PM
    • Re:Defaults by sparkz (Score:2) Thursday December 19 2002, @05:18PM
    • has the RTF spec been kept up to date? by jlusk4 (Score:2) Thursday December 19 2002, @05:40PM
    • Re:Defaults by g4dget (Score:2) Thursday December 19 2002, @06:27PM
    • 2 replies beneath your current threshold.
  • Can you copyright/patent a schema ? (Score:5, Insightful)

    by aron_wallaker (93905) on Thursday December 19 2002, @04:09PM (#4925560)
    The big question (to me) is whether Microsoft can put a legal encumbrance on the XML schema they use for a new file format. Could you publish a schema but have it so wrapped in legalese that (for example) open source projects could not be allowed to use it ?
  • XML... sharp?!? by wikthemighty (Score:2) Thursday December 19 2002, @04:09PM
  • Lovely... by 9Numbernine9 (Score:1) Thursday December 19 2002, @04:09PM
  • "XML dialect"?!? (Score:4, Interesting)

    by TrevorB (57780) on Thursday December 19 2002, @04:09PM (#4925569) Homepage
    "XML dialect"?

    It's called a schema.

    Talk about embrace and extend. Sounds like this will be more "XML-like" than real XML... :)
  • My Guess..... by jamesdood (Score:2) Thursday December 19 2002, @04:10PM
  • You've seen Microsoft generated HTML by Anonymous Coward (Score:1) Thursday December 19 2002, @04:10PM
  • by Wakko Warner (324) on Thursday December 19 2002, @04:10PM (#4925579) Homepage Journal
    Yes, mister Hairtrigger, we should sue Microsoft simply because they won't release trade secrets. We will surely win.

    - A.P.
  • Of course it's not openly documented by Anonymous Coward (Score:2) Thursday December 19 2002, @04:10PM
  • So exactly what do you call XML....? (Score:4, Insightful)

    by wls (95790) on Thursday December 19 2002, @04:10PM (#4925582) Homepage
    So, is this going to be XML like the rest of the world knows it, or is it going to be an embrace and extend XML? Or, could it be a mutant XML? How about an XML that makes reference to Windows specific resources IDs?

    I think we've all had more than enough history to justify being suspect.

    Fool me once, shame one. Fool me twice, and you know I'm a MS user.
  • I doubt you'll get an answer... (Score:5, Insightful)

    by goldspider (445116) <ardrake79 AT gmail DOT com> on Thursday December 19 2002, @04:11PM (#4925584) Homepage Journal
    Or at least not an informed one.

    Being that it's NEW, people haven't really had enough time to learn enough about it (as in actually using it) to give an informed answer.

    Perhaps you should re-post your question in 2 months when you can get some informed responses.

  • by Anonymous Coward on Thursday December 19 2002, @04:11PM (#4925587)
    I've always said the XML Emperor has no clothes: all XML is is a meta-framework for markup languages. No more, no less. And pointless if schemas are never disclosed.
  • NO! by halo8 (Score:2) Thursday December 19 2002, @04:11PM
    • Re:NO! by WasterDave (Score:3) Thursday December 19 2002, @04:24PM
    • Re:NO! by schon (Score:2) Thursday December 19 2002, @04:52PM
      • Re:NO! by halo8 (Score:2) Thursday December 19 2002, @05:35PM
  • Why not by haplo21112 (Score:1) Thursday December 19 2002, @04:12PM
    • Re:Why not by mao che minh (Score:2) Thursday December 19 2002, @04:43PM
  • what does it matter (Score:5, Insightful)

    by greechneb (574646) on Thursday December 19 2002, @04:12PM (#4925599) Homepage Journal
    No matter what microsoft does, all they will get is a slap on the wrist. Microsoft will just point to staroffice and openoffice and say, hey, there's compitition, its not a monopoly.

    Big deal if they don't open it up anyway (I don't really expect them to), staroffice/openoffice will crack it to a certain extent anyway. For most people's file conversions, its not that much of a difference to convert documents. Doesn't always look pretty, but it works fairly well.

    Wake me up when something Microsoft does is suprising...
  • InfoWorld articles (Score:5, Informative)

    by andynms (564072) on Thursday December 19 2002, @04:12PM (#4925602)
    There are a couple of good articles on this at InfoWorld. Try here [infoworld.com] and here [infoworld.com].
    Good quote:
    THE GOOD NEWS is that Office 11 supports XML Schema. The bad news is that XML Schema has been described even by XML experts as "confusing," "impenetrable," "fuzzy," and "as user-friendly as a stick in the eye."
    • Re:InfoWorld articles by ifreakshow (Score:1) Thursday December 19 2002, @04:17PM
    • Re:InfoWorld articles by murdocj (Score:1) Thursday December 19 2002, @04:44PM
    • Re:InfoWorld articles by ruriruri (Score:1) Thursday December 19 2002, @05:02PM
    • Re:InfoWorld articles (Score:5, Informative)

      by frisket (149522) <(ei.liramlis) (ta) (retep)> on Thursday December 19 2002, @05:12PM (#4926161) Homepage
      I was at the launch presentation of Office-11 [microsoft.com] by Jean Paoli at XML 2003 [idealliance.org] in Baltimore MD last week, and I'm also a late sign to MS's extended beta list for the product (now closed).

      To clear up some points people have commented on (based on a very preliminary inspection plus a lot of discussion at the conference):

      1. The default save format is still .doc (ie you have to go the extra click to save in XML format)
      2. If you pick to click it, the default XML format is MS's own office-document vocabulary, which retains all the formatting, held in attributes. Hairy but processable, and they will be shipping their schema for it so people can reprocess it externally. But this format will (of course) only represent the appearance, not any structure.
      3. It will also let you specify your own schema (or an industry standard one) and let you supply a binding of named styles to your element types, so you can edit using what look like styles but actually get represented in the saved file as XML markup. There is some debate as to whether this constitutes "being an XML editor" or just "being a wordprocessor that saves data in XML" (my money is on the latter).
      4. It will not support DTDs [www.ucc.ie], so you're stuck with W3C Schemas [www.ucc.ie] whether you like them or not* [slashdot.org]
      5. The discussion over a [more?] suitable schema/DTD for handling office documents (wordprocessing, spreadsheet, presentation) continues at the OASIS [oasis-open.org] TC on Open Office XML Formats [oasis-open.org] ** [slashdot.org]
      With Office-11, Microsoft has nearly caught up with Corel [corel.ca]'s WordPerfect [corel.com], (which has had a fully-fledged SGML and XML editor built-in for years) and XMetaL [corel.com] (which Corel took over from SoftQuad earlier this year). MS still has a long way to go to match industrial-strength applications like ArborText [arbortext.com]'s EPIC [arbortext.com] or even Emacs with psgml-mode et al [compuserve.com], but Office-11 will be a solution for the masses who believe the Word interface to be more desirable, or the Microsoft licensing régime to be more attractive, or the software to be more stable.

      * [Bias note] I think W3C schemas were a big mistake; provision for data content typing and validation, namespaces, and extended grouping could have been achieved by extending DTD syntax; and wimpy programmers who moan about having two syntaxes to handle should get a life - it's not a big deal, the code is free and has been in use for 15 years :-)

      ** Sun [sun.com] has donated the OpenOffice [openoffice.org] (aka StarOffice [sun.com]) XML file formats to the public domain. It's worth remembering that {Star|Open}Office has been saving in XML as its native format for some time now, and has a lot more experience at this than MS.

      [ Parent ]
    • Re:InfoWorld articles by butane_bob2003 (Score:1) Thursday December 19 2002, @07:12PM
    • 1 reply beneath your current threshold.
  • here's for the best by codeonezero (Score:1) Thursday December 19 2002, @04:13PM
  • well, of course (Score:5, Interesting)

    Could this be grounds for another anti-trust suit against Microsoft?

    Of course it could. But so could any bit of news about MS on /. in the past twenty years, from EULA alterations to Palladium.

    But "could" and "is" are differnent things. I suspect MS will decide that closing XML will render it useless, and make it at least as open and useable as their MS-HTML files.

    So, at the worst, we'll have a new "save as" option that's bit sloppy--but since MS won't have to extend XML to get their office functionality, they probably won't do it just to spite a few OSS coders who'll figure it out in a year anyway.

  • XML-COM by wowbagger (Score:2) Thursday December 19 2002, @04:14PM
    • Re:XML-COM by The Bungi (Score:1) Thursday December 19 2002, @04:20PM
      • Re:XML-COM by wowbagger (Score:2) Thursday December 19 2002, @04:27PM
        • Re:XML-COM by The Bungi (Score:1) Thursday December 19 2002, @04:54PM
          • Re:XML-COM by wowbagger (Score:2) Thursday December 19 2002, @09:37PM
            • Re:XML-COM by The Bungi (Score:1) Monday December 23 2002, @06:55PM
  • Sure, it's XML, but... by phong3d (Score:2) Thursday December 19 2002, @04:14PM
  • Sure it's Open! by Halo- (Score:2) Thursday December 19 2002, @04:14PM
  • Why? by citking (Score:1) Thursday December 19 2002, @04:15PM
    • 1 reply beneath your current threshold.
  • Are you kidding me?!? by unterderbrucke (Score:1) Thursday December 19 2002, @04:15PM
  • Excellent. by llamalicious (Score:2) Thursday December 19 2002, @04:15PM
    • Re:Excellent. by 40000 (Score:1) Friday December 20 2002, @12:27PM
  • Microsoft XML != XML (Score:4, Insightful)

    by Grip3n (470031) on Thursday December 19 2002, @04:15PM (#4925630) Homepage
    But there's a catch: It has yet to disclose the underlying XML dialect

    Remember, you can also save a Word document as an HTML file, however the HTML is so digusting, so non-standard that the only things that could possibly read it are more Microsoft products. The same, I would presume, will be happening to their XML feature.

    Additionally, its not too far fetched that Microsoft would make their own DTD (Document Type Definition).
  • Could this be grounds for another anti-trust suit by tmark (Score:2) Thursday December 19 2002, @04:16PM
  • Why? by maggard (Score:2) Thursday December 19 2002, @04:16PM
  • Inside information... by davidstrauss (Score:2) Thursday December 19 2002, @04:17PM
  • Points to remember... (Score:5, Insightful)

    by MosesJones (55544) on Thursday December 19 2002, @04:18PM (#4925654) Homepage

    1) XML, SOAP and all these new technologies were pioneered by Microsoft

    2) They killed all the standards they didn't pioneer (CORBA anyone ?).

    3) There is NOTHING in the XML spec that _requires_ people to open up their schema definitions. Its purely a structure definition in the same way as Microsoft's old Word documents were stored, its just that now the markers are in Text format and any standard XML parser will be able to read the file.

    4) Open Office can already read word documents even though they aren't in XML.

    5) So can Word Perfect.

    6) Using XML doesn't stop you embedding binary into the document, often people do this to store data (images for instance), thus an OLE reference might still be binary.

    7) Pure XML and XSLT are great ways to use up all the power on your processor. Binary has previously been used here because its inefficient, if MS had opened the format up everyone would just complain that its too inefficient and its quicker to save using an older format. So MS are either trying to burn cycles or are customising the XML or their application for speed, is that wrong ? Would it be wrong if KDE did it ?

    8) People won't switch to or from Word because of XML, Open Office and other tools will be able to read the Word files because other tools (Google for instance) need the format and MS can see real business need to allow them to see it.

    9) XML is a meta-language as such anything can be written. Hell they could have a bitch of an external format and then a simple parser that makes it useful, but not tell anyone about the simple parser so everyone elses documents take years to load.

    10) XML is the buzzword of today, OLE to be replaced by SOAP as the buzzword for Office next ?

    Get off the high horse guys, whether its binary or XML is irrelevant, making something XML doesn't make it open. Thats like saying that everything you do makes sense, but just because people don't understand the Mayan Calendar and Ancient Greek they complain.

    MS will always use Mayan and Ancient Greek, and we _can_ understand them, its just easier for them as its their native language and calendar.

  • Grounds for another anti-trust suit? NO! by DangerTenor (Score:1) Thursday December 19 2002, @04:18PM
  • ms relies on office formats by reitoei1971 (Score:1) Thursday December 19 2002, @04:18PM
  • yeah by ScubaS (Score:1) Thursday December 19 2002, @04:19PM
    • 1 reply beneath your current threshold.
  • Open? (Score:4, Informative)

    by Grip3n (470031) on Thursday December 19 2002, @04:21PM (#4925696) Homepage
    I'd say the title of this article (Is the New Microsoft Office Really Open?) is extrmely misleading. Microsoft isn't even trying to be open, they're just adding support for another opensource language. A true open program would have its source code available. What this article is about has nothing to do with that. Microsoft Office is closed. Period.
    • Re:Open? by jpmorgan (Score:2) Thursday December 19 2002, @06:01PM
    • Re:Open? by scm (Score:2) Thursday December 19 2002, @06:07PM
      • Re:Open? by leandrod (Score:2) Tuesday December 31 2002, @02:53AM
  • by Sigh Phi (324315) on Thursday December 19 2002, @04:22PM (#4925697)

    Microsoft (and Netscape) essentially tried the same thing with HTML. Sure, we're using HTML, but to actually view our HTML, you have to use our browser.

    Adoption of a "standard" is no guarantee of interoperability. Understanding the conceptual underpinnings of the standard is just as important. The question is, when Microsoft says they are using XML as a document format, are they doing it because they believe in the principles underlying it, or solely for the cynical "this is what is selling now" aspect?

    The body of HTML out there is an paresable, babble of a mess, largely because the two dominant browser makers did not respect many of the underlying notions of markup and hypertext to begin with. The state of the art progressed, but not in the way a lot of people wanted it to go.

    This could bode poorly if the meme survives somehow that the Office format is now equivalent to XML. When it "doesn't work," who knows where the blame will fall?

  • the new XML .doc file header looks like: by SirSlud (Score:2) Thursday December 19 2002, @04:23PM
    • 1 reply beneath your current threshold.
  • XML is now targeted by Salubri (Score:1) Thursday December 19 2002, @04:23PM
    • 1 reply beneath your current threshold.
  • lets see which dialect of XML will they use? by myowntrueself (Score:2) Thursday December 19 2002, @04:25PM
  • XML can be as cryptic as binary (Score:5, Insightful)

    by Jelloman (69747) on Thursday December 19 2002, @04:25PM (#4925736)
    All the hype about XML seems to skip over the fact that XML is never guaranteed to be any less cryptic than binary data formats. For example:
    <?xml version='1.0' ?>
    <wordDoc>
    <base64 value='kjkjKJ+kyRgMhiuI9KqU/hjkj'/>
    <base64 value='OlRg8LKp8UI883Jjk+krNhjkj'/>
    <base64 value='pRhjjhO9asdJiQ99kjkjU8j=='/>
    </wordDoc>
    XML was designed to be machine-readable, not human-readable, much less human-understandable, or easily-reverse-engineerable.

    The Office file formats will be open if M$ decides to:
    • Document them, and
    • Not change them with every update.
    I doubt they will do either of those things.

  • reverse engineering by k3v0 (Score:1) Thursday December 19 2002, @04:26PM
  • Give me a break... (Score:4, Interesting)

    by Fnkmaster (89084) on Thursday December 19 2002, @04:27PM (#4925750)
    The problem, according to Microsoft, is that competitors "don't support XSD". Huh? Whether they use a schema or a DTD really isn't that important. The only reason people still use DTDs is that DTD validation is slightly easier than schema validation. The point is if your competitors don't fucking know what your schema is, they have no idea what the semantics of its various pieces are, and thus they cannot create applications that read/write or do anything else with it. Duh.


    This isn't even intelligent spin from MS. This is fucking brain dead stuff. They simply have no reason to play nice in an industry consortium to agree on a DTD/Schema when they have 90% market share. But as long as they publish the details of their Schema and don't leave chunks of encoded COM schwag lying all over the place it doesn't matter. Of course, we all know the likelihood of that happening.

  • I'm optimistic by ragnar (Score:2) Thursday December 19 2002, @04:28PM
  • Proprietary? But of course! by louzerr (Score:2) Thursday December 19 2002, @04:29PM
    • 1 reply beneath your current threshold.
  • by MillionthMonkey (240664) on Thursday December 19 2002, @04:33PM (#4925786) Journal
    <officeDocument>
    <base-64>
    R0lGODlhSwA3AIQAAA8NDZqHf5I/NldIQszKyEw qJ3ZoYcykoHBIOIZrYLannDEpJv39+244KW5Z
    T6uZj+dkb8i vo7xARPN0gZNRRSUeHOrY2MJSUfyVmIt4bvuwtLq4tl9UT9nX1 Ug5NAAAACH+Dk1h
    ZGUgd2l0aCBHSU1QACH5BAEKAB8ALAAAA ABLADcAQAX+4CeOZGmeptUpzxNkz0ZYaG3fuGg9DoVQ
    jqBj4 BkYiZ7kYrmoOJ/OQSdHrVkiFEFju0U4Ao9IREEWj8muVybj8Cy hFc+DVj11OA4FodOxaDQY
    GBMQFz4IBgkZCQZDRBwJkC0ZbgM clm5wFQMbU3UiBh4KnTcGBRUFTUwLAwYGMGgPGRweTqtCA021
    A3p0VR0eDjOeIg9uwBlgZCwvjJZIuU8GMr3DOgkDDzN0FhsBo BVMBaiqb3FJSqpw5AseBehMwI8K
    Mn3VNx0Bs5hQ6/1y9gAJI ODSBYGXBAESgonVykEzI27KwXEwCmCJHVkESNhIoaNBA2ASrsn QClGr
    RUf+8HAgkmlBBmHVAsiBedGChQNaxOlktySJq1csMhy p5OAStArSKuawsJLmjWLvesJo4c1hM3Qe
    8LDUxCugBwNOPW1 w1RChSJKMcGWq9fXBPAJ7qOFQEQCA3bt48+rduzfT3Qp89zKJE 2ADJ4soOvBA
    cq7xOVYK5CK2yCMBgiNJiAxeC+7JAgWTqxAI4 MCyQQeniw4QUjoBa8z74HggEBrHA4JcEMAwI4aq
    QmZDlKzdJ Dm0hYwSBGhpgMCswpFrklFd03DWUSdylNqzEKBBBhmAIECYcKE QEGSxEiWw1CoAwljG
    ira7rmkawDsO6PXyA4h88i06ifMYMq/ EQgRRQaz+lEoUh1VjwCb12EBAAwKOw8QAa7zXwjIcLLGa
    arR 4ltQwD1TwQIQ2KABNLj05p4AYyyiiT1YrhVgBB3qg6MtXtNWhg gJJcODKQjC2kIZrSECUijQ9
    2gNKWD5OIiR6L7LggiIGdJiJB 99BKdoCYBU3wgpvESDDaE18tUha50jEGTiVqBVHDHFRQUCaNdJ 3
    CipwBPZmLQu448RdqQQKzxIc0FnRBgMAFpifnv1ZS2dNPMo XOJXaFYN2tSn2oGOZgbRBbaTqoAAo
    74Cq6ialAsRdI8+suCA /bywQQKueRJABBUgOBVFE6gw3Kq4ocBNBAIac1spKR3jBgUEzA pvJrcT+
    ltAdcwZl60UQkERHUhDN5MmZS9WScBxuAzW30IYKM APJQxG5yWC5I9yWW7Zg8AaLkWmg1Ya8oYg5
    2QEJdLRcFyDxm y9vByyjBhuxPeFBAJwixp1yGCvHHDIhvbCmQwhRZ8nImqkzYm0 boBZABBdsVJ5H
    pYWEpRF4kATDJEFqRt9MAvtiAALZwPVHIIM U4gXHLyTkmkMkgTGJLVnKCQWEiBHAin46DF20AAO1
    E+A5IQc QlCMj6zOrBw1WY8GDOV70hwbk5RSgOD1xEJ1bBtL8Gp9OcJC2J wR4kECdNUyoE4WGeviT
    2GhAnFWCW9VyMuC2elnCAzphAk8ir rj1nAP+uXw4xFEu/W0njz2LsIEpnWG6RGlTmaEAG9YVoZKN
    C +RhOSkLbJC66iFKxA4MD0NHuzFxBl+YjjtysPtF3jxoSxFTvXg lJKodEYScuv+eGI/V3BEohgtV
    eaUi8rkjHDhMumrE8xJmwI4 DVDbc7yLBZYIj/DYEUIEoFiGASRyyrvOhhDPYsI+DQlGxmphgE mRh
    BCI+pqA/eehAGciR9z4QgMpJ5keNioM+jAANYDSkZJLyj DikNrG38KFna+OSHsz0NHLsxHVLyEs/
    NkOO9fUwM6ygk5h+Y ZcnFNFRAMDUoCyVlze5oYmRihSYFLWNsSCRiViEIg4XkEUdZio UMggBAQA7
    </base64>
    </OfficeDocument>

  • MSXML format by rirugrat (Score:1) Thursday December 19 2002, @04:34PM
    • Re:MSXML format by Vermithrax (Score:1) Thursday December 19 2002, @06:31PM
  • This is very simple (Score:4, Interesting)

    by mao che minh (611166) on Thursday December 19 2002, @04:37PM (#4925815) Journal
    If they really wanted to join the open market and truly compete, then they would just open the .doc format. This is nothing more then a pitiful pandering to open source advocates or those businesses that are interested in OSS. Any person with a shred of common sense and a basic knowledge of technology developments over the past 5 years can plainly see how pointless this is.
    • 1 reply beneath your current threshold.
  • Open but Secure (Score:5, Interesting)

    by mugnyte (203225) on Thursday December 19 2002, @04:38PM (#4925826) Homepage Journal
    Something in my gut tells me that beyond all the extraneous tags, attributes and data types, the XML is going to have a hash code built into it.

    Edit this file outside of MS Office (invalidating the hash code) and suffer the consequences: MS treats it as "untrusted" input and rips out only the text content, no formatting.

    The hash will be a giant number created through a secure portion of the Intel-ish hardware calls. Keys hidden where? That'll be interesting to see who posts 'em first. Perhaps on a .NET server at MS hosting? Nah, this cripples offline Office. Keyless hash?
    Curious Curious.

    mug
  • XML-Dev thread on WordML (Score:4, Informative)

    by watchful.babbler (621535) on Thursday December 19 2002, @04:39PM (#4925835) Homepage Journal
    There was a fairly recent thread on this issue over at the XML-Dev list (see here [xml.org]). The upshot, according to W3C XMLWG member (and occasional Microsoft foe [textuality.com]) Tim Bray, is that Word is capable of saving documents in a WordML format that is parsable even without a DTD:
    I didn't see anything that I couldn't pick apart straightforwardly with Perl, and if someone asked me to write a script to pull all the paragraphs out of a Word doc that contain the word "foo" in bold, well you could do that. Which seems pretty important to me.
    So, from a technical perspective, there isn't much to worry about right now. From a legal perspective, no, there's no grounds for another antitrust suit, any more than there's grounds for suing Quark for not disclosing their file format.
  • FUD alert by The Bungi (Score:2) Thursday December 19 2002, @04:43PM
    • Re:FUD alert by cranos (Score:2) Thursday December 19 2002, @05:27PM
      • Re:FUD alert by The Bungi (Score:1) Thursday December 19 2002, @05:43PM
        • Re:FUD alert by cranos (Score:2) Thursday December 19 2002, @05:59PM
  • Forget it by TerryAtWork (Score:1) Thursday December 19 2002, @04:44PM
  • XML IS Office 11? Pah by TrippyZ (Score:2) Thursday December 19 2002, @04:45PM
  • Here's the format by saider (Score:1) Thursday December 19 2002, @04:49PM
  • Yes it could be grounds. (Score:4, Informative)

    by GOD_ALMIGHTY (17678) <curt.johnson@gmail3.14.com minus pi> on Thursday December 19 2002, @04:50PM (#4925944) Homepage
    This is a monopoly. They have been found in violation of Anti-Trust laws and held up on appeal. The government has a legitimate reason to tell them how to conduct their business and every right to do so.

    Simply because the Anti-Trust trial focused on the OS rather than Office software, does not mean that the government has no reason to impose restrictions to keep MS from shifting their monopoly power. MS's monopoly has been under government scrutiny for almost 10 years, but we still get a bunch of posts on here about how the government shouldn't be able to tell 'a company' what to do. Either the trolls are really busy or you guys decided to skip Economics 101 for Libratarian Fanaticism 101.

    In order to maintain a capitalist system, we must have competition. Without healthy competition, we don't have capitalism. The government has an obligation to step into an otherwise free market to ensure that competition stays healthy. There is no magical 'Free Market Fairy' that is going to come along and restore health to the industry.

    So yes, depending on the result of the States' AG cases and the DOJ's settlement, MS could very much be liable for making their document formats some sort of completely bastardized XML. If you want to know the probability, then you should go read the settlements, and the grievences in the new filings against MS.
  • Microsoft opening? Naw... Waiting for Palladium. by Anonymous Coward (Score:2) Thursday December 19 2002, @04:53PM
    • MOD THIS GUY UP by nate.sammons (Score:1) Thursday December 19 2002, @05:12PM
  • XML is an open standard, so all XML docs are open? by nate.sammons (Score:1) Thursday December 19 2002, @05:02PM
  • Could new .XML doc format be LESS open than .DOC? by NetShadow (Score:2) Thursday December 19 2002, @05:04PM
  • Closed file formats are worse than closed apps by Anonymous Coward (Score:2) Thursday December 19 2002, @05:05PM
  • XML..... by Tsali (Score:2) Thursday December 19 2002, @05:08PM
  • Just because they're putting "XML support" in it.. by JohnnyBigodes (Score:1) Thursday December 19 2002, @05:17PM
  • New lawsuit? by drdanny_orig (Score:1) Thursday December 19 2002, @05:20PM
    • 1 reply beneath your current threshold.
  • Um... by RomSteady (Score:2) Thursday December 19 2002, @05:21PM
  • I can't believe it... by fudgefactor7 (Score:2) Thursday December 19 2002, @05:21PM
    • 1 reply beneath your current threshold.
  • In other news by quintessent (Score:2) Thursday December 19 2002, @05:25PM
  • Why Not Wait Till Word 11 Ships? by Flamesplash (Score:2) Thursday December 19 2002, @05:41PM
  • It will be easier by PineHall (Score:2) Thursday December 19 2002, @05:42PM
  • The XML buzzword by zzyrc (Score:1) Thursday December 19 2002, @05:43PM
  • maybe they havent released the specification..... by InnovATIONS (Score:2) Thursday December 19 2002, @05:47PM
  • It would be the first time they documented anythin by RockyJSquirel (Score:2) Thursday December 19 2002, @05:48PM
  • What I Expect by ChristopherLord (Score:2) Thursday December 19 2002, @06:00PM
  • speculation by wwwgregcom (Score:1) Thursday December 19 2002, @06:14PM
    • 1 reply beneath your current threshold.
  • XML is as XML does by roffe (Score:2) Thursday December 19 2002, @06:24PM
  • xsl by bigbadbuccidaddy (Score:1) Thursday December 19 2002, @06:32PM
  • It's XML, get over it. (Score:5, Informative)

    by Ankh (19084) on Thursday December 19 2002, @06:45PM (#4926837) Homepage
    Wow, what a lot of false information. Maybe this will help a little. Disclaimer: I am XML Activity Lead at W3C, so I have a bias.

    The new Visio is using SVG.

    The new Word lets you use any XML vocabulary you like. How obfuscated it is is *entirely* up to you.

    It's not using base64 to put binary propietary data into XML documents. It's using plain XML.

    It's well-formed, and Word appears not to make up thousands of elements. The person in charge of this project is actually clueful, and was in the W3C XML Working Group (1996-1998 by the way).

    The tools all use XSLT extensively.

    It wouldn't surprise me if you could get Word to read and write the OpenOffice format just fine. There's a restriction that you can't re-order content in Word right now, I think.

    People claiming to have "insider info" and then posting blatant falsehoosd, or claiming you can put binary data directly in XML, aren't helping here. Even if you get high from hating Microsoft, the open source community and Free software world need to understand that the goalposts have moved a little.

    The extent of corporate assets tied up in memos, reportsand other documents is very large, massively higher than the collective value of relational databases.

    Yes, it looks as if Microsoft has suddenly discovered XML just as they suddenly discovered the Web. In fact, they were involved heavily in XML from the start, were among the first to ship commercial support for XML, and have been working on XML in Office 11 for a long time.

    --
    Liam Quin
  • I'm so fucking tired of this FUD by NineNine (Score:2) Thursday December 19 2002, @06:57PM
  • XML Spy by metoc (Score:1) Thursday December 19 2002, @08:02PM
  • 1337ness (Score:3, Funny)

    by 1g$man (221286) on Thursday December 19 2002, @08:04PM (#4927147)
    I guess the cool thing now is to put the tagline "Could this be grounds for another anti-trust suit against Microsoft?" on every Microsoft story, even when the context has absolutely nothing to do with anti-trust.

    Huh.
  • Is this article a surpise to anyone though by nucrash (Score:1) Thursday December 19 2002, @08:27PM
  • And this is good why? by thogard (Score:1) Thursday December 19 2002, @08:44PM
  • Open as in chest wound... (Score:3, Funny)

    by mkweise (629582) on Thursday December 19 2002, @09:10PM (#4927441)
    ...not as in can of worms.

    In other words they're involuntarily providing the bare minimum of interoperability that the marketplace demands. News for nerds to yawn at.
  • NotNeccesirily (XML != Open) by AShocka (Score:1) Thursday December 19 2002, @09:17PM
  • Forget new features. How about something stable? by vandan (Score:2) Friday December 20 2002, @12:02AM
  • same as usual by jdkane (Score:2) Friday December 20 2002, @12:10AM
  • by divec (48748) on Friday December 20 2002, @04:28AM (#4928519) Homepage

    Just because a file format is XML, it does not mean it's open. Even if it's "real" XML and not a wrapped binary dump (Vvjfio1@1/515...). All XML does for you is to make the *syntax* of the file format clear, not the underlying meaning. Analogously, in German, every noun begins with a capital letter, and root verb forms generally end with "-en"; this tells you a bit about the phrase "Mit grossem Bedauern haben wir vom Ableben Ihres Gatten erfahren", but it's certainly not enough to understand it.


    Even an XML schema is not enough - that just tells you which elements can appear where and what they can contain. That's like knowing that a normal German sentence has the main verb in the second position in the sentence. This still doesn't tell you the meaning of the above sentence, though you can see that "haben" is the verb and "Mit grossem Bedauern" is the first part of the sentence.


    For an XML language to be open, you need a full description of what each possible construct in that language means.

  • Typical slashdot ms-hating BS by Assaf Lavie (Score:1) Friday December 20 2002, @05:14AM
    • 1 reply beneath your current threshold.
  • !open by more fool you (Score:1) Friday December 20 2002, @06:52AM
  • Old News by tacocat (Score:1) Friday December 20 2002, @07:49AM
  • They've patented the core by Frodo420024 (Score:1) Friday December 20 2002, @06:37PM
  • Only on Slashdot... by Mitchell Mebane (Score:1) Thursday December 19 2002, @04:16PM
  • Mod parent down by Neuronerd (Score:1) Thursday December 19 2002, @04:18PM
  • Re:Embrace and Extend (Score:5, Funny)

    by Rick the Red (307103) <Rick.The.Red@g[ ]l.com ['mai' in gap]> on Thursday December 19 2002, @04:42PM (#4925864) Journal
    The difference between Microsoft and their competitors is that MS is willing to take a long-term view:

    1) Establish a monopoly on office productivity software
    2) Profit!
    3) See income drop once everyone has Office. Market saturation!
    4) Less Profit :-(
    5) Release new Office with new file formats; use monopoly to get it pre-loaded on all new PCs.
    6) Eventually everyone else upgrades Office in order to read new file formats they're getting from their co-workers.
    7) Profit!
    8) Release new OS with filesystem that looks like a database.
    9) Release YAO (Yet Another Office) [see 5 & 6] that only works with new database/filesystem in new OS.
    10) Now, not only do the masses have to upgrade Office to read co-workers files, they have to upgrade Windows as well.
    11) Profit!!!!!
    [ Parent ]
  • Re:A 20 year old solution: by Anonymous Coward (Score:1) Thursday December 19 2002, @04:56PM
  • Re:A 20 year old solution: by glenstar (Score:2) Thursday December 19 2002, @10:15PM
  • Re:Hello World in Word 11 XML: by Puu (Score:1) Friday December 20 2002, @06:57AM
  • 31 replies beneath your current threshold.
(1) | 2