Slashdot Mirror


Open XML Translator for Microsoft Word Available

narramissic writes "The first phase of a Microsoft-funded project to create software that can convert Microsoft Word documents between Open XML and Open Document Format (ODF) has been completed. As a result, the Open XML Translator is now available for download in version 1.0 from SourceForge.net. A ComputerWorld article details the history of the project, discussing the work of companies like CleverAge and AztecSoft, as well as community efforts to bring this project to realization."

12 of 96 comments (clear)

  1. Aw... by darkhitman · · Score: 5, Funny

    Please no clippy, please no clippy...

    "It looks like you're trying to convert to a non-Microsoft proprietary format. I can't let you do that, Dave"

    --
    Tell me something...it's still "We, the people"... right?
  2. Relation to Linux? by Anonymous Coward · · Score: 4, Insightful

    And how's this related to Linux? It is just a ODF - OpenXML convertor for Windows.

    1. Re:Relation to Linux? by mtenhagen · · Score: 4, Informative

      Software Requirements

      Before installing the add-in, make sure you have one of the followings...

              * Microsoft Word XP
              * Office Compatibility Pack
              * .NET framework 2.0

      or

              * Microsoft Word 2003
              * Office Compatibility Pack
              * .NET framework 2.0*

      or

              * Word 2007 with .NET Programmability Support activated
              * .NET framework 2.0*

      Minimum Software Requirements

      To compile the source distribution, you will need Microsoft Visual Studio 2005.

      --
      200GB/2TB $7.95 Coupon: SAVE90DOLLAR
    2. Re:Relation to Linux? by albalbo · · Score: 3, Interesting

      Michael Meeks made a version of this converter available which compiles using mono, see entry 2007-01-29 on http://www.gnome.org/~michael/ .

      Realistically, there's no reason it even needs to be in C# - the various bits of wrapper could be rewritten into other languages, and the main work is done by an XSLT. The OpenDocument Fellowship might include a similar tool in future tool sets, translated to be a bit more native.

      --
      "Elmo knows where you live!" - The Simpsons
  3. A Microsoft converter for a competing product? by mandelbr0t · · Score: 4, Interesting

    Anyone else feel chills? Remember how good the Import/Export of .WPD files was in Word? I'm guessing that this will be of similar quality. At least it's OSS. But I wouldn't hold my breath waiting for this to bridge the gap between ODF and OpenXML. Best is to use OpenOffice and save as .DOC if you have to. Here's the Microsoft Press Release about it.

    --
    "Please describe the scientific nature of the 'whammy'" - Agent Scully
  4. a question instead of a statement by Ace905 · · Score: 3, Interesting

    Can I ask, since the article doesn't seem to really explain -- what good is this? I know converting to XML is supremely important _in theory_ so that your documents can be easily parsed and used among other software applications - but say for example:

    I have a document
    I convert it to XML

    then what? Is this excellent news in theory, or is there a demand for this?

    I honestly don't know, I'm not claiming there isn't. Please tell me.

    ---
    this isn't xml

    --

    Ace
    1. Re:a question instead of a statement by Iphtashu+Fitz · · Score: 4, Informative

      I have a document
      I convert it to XML

      then what?


      The latest and greatest(?) versions of the MS Office programs save natively in XML. This converter lets you convert to ODF, which lets you read the files into OpenOffice on any operating system, or any other application that supports ODF. It basically lets you get out from under the MS proprietary format and into an open standard.

  5. Re:Why is this such a big thing? by Kadin2048 · · Score: 5, Insightful

    The idea is that it would let Microsoft Word users do the conversion, and save their documents in ODF, rather than leaving them in DOC and requiring OpenOffice users to do the conversion.

    The big difference is which format the documents get stored in. If they're being stored in DOC, then you're still mostly at the mercy of Microsoft; it's easy for someone to open the document in some new version of Word, save it, and silently move it into some new MS-created "binary blob" format, breaking backwards compatibility.

    So basically, a converter would let states like Massachusetts start to move away from DOC as the de facto standard format for electronic documents. They'd probably still use it as an editing format, because I don't see them tossing Word for OO.org anytime soon, but it would help get rid of the huge "silos" of DOC stuff that's sitting around, getting silent migrated from one version of Microsoft's formats to the next.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  6. What's the point? by protactin · · Score: 4, Insightful

    What's the point if the add-in doesn't allow ODF to be set as the default file type, or even used via the Save As menu?

    Hopefully the Word "interop" API actually allows for this sort of thing to be properly integrated.

  7. MS was very much against this by bendodge · · Score: 5, Interesting

    A while back a state IT Department (I think Massachusetts) decided to only use open-source document formats and talked back and forth with Microsoft. The head of the IT Department (or something similar) privatly asked some of Word's programmers, who said an odf/xml feature would be trivial to add, but MS flatly refused to make a plugin for Office to convert to odf/xml, even though it meant losing the state's patronage.

    Microsoft is really determined to strangle open formats.

    --
    The government can't save you.
  8. Fugetaboutit by LibertineR · · Score: 4, Funny
    IT Admin = "Boss, we can move to Open Office now, we have an XML converter for MS Word!"


    CIO = "What is this 'ribbon' thing I keep hearing about?"

    IT Admin = "Boss, we dont need the ribbon, its just Microsoft hype."

    CIO = "Have you seen the ribbon? Bring me the ribbon!"

    IT Admin = "Khaaaaaaaannnnn!"

  9. It's XML, but... by bbtom · · Score: 3, Interesting

    Try reading Microsoft's documentation for OOXML. It's 6,000 pages long. Seriously. This is a great Microsoft PR stunt - yes, you've gotten your data in to XML format, but the XML format is so complicated that only the Microsoft programmers who wrote it can actually understand it. Part of the point about XML is interoperability. There's no way that sane people are going to read a 6,000 page Microsoft specification and write an XSLT to convert Microsoft OOXML in to a simpler and saner format. In short, this will not mean any competition with Microsoft. They buy PR in the geek community by saying "Office is going XML! Open data! Whee!" and making an XML format that's so complicated that nobody would ever use it. That's a pretty smart move. And it's a pretty dumb move on the part of ECMA. Congratulations on just giving your dignity away by signing off on a specification that's about nineteen times longer than War and Peace...

    No document in living history is ever going to be so complicated that it needs to be in a format that's specification is 6,000 pages long. Part of the point about XML was that we should be setting up simple, domain-specific markup languages and extending already existing markup languages. OOXML is bad because it's needlessly complicated and obscure. Having visited the OOXML website, I'm missing a lot of things I expect. First, I'm missing schema. If these guys are serious about XML, where are the XSD/RNG schema? Secondly, where are the cross-platform translators - ie. XSLs? I'm missing some kind of high-level summary of how I'm supposed to parse the XML. If the only way of doing anything with OOXML is a closed, black-box Microsoft converter, then we still haven't really got anywhere.

    Well, I'm breaking the cycle. All my documents are going to be either ASCII or a standard, non-obscure XML format like XHTML. Or something home-brewed and simple that can be easily transformed using XSL and XSL-FO. Screw Microsoft's phony attempt at interoperability. The Internet is interoperable by design. (X)HTML is interoperable by design. Let's prove to them that we mean interoperability by sticking to simple, sensible, semantically-based and scalable principles.

    --
    catch (HumourFailureException e) { e.user.send("You, sir, are a humourless idiot."); }