OpenDocument Now Published ISO Standard
bobibobi writes "After months of revisions, OpenDocument receives status of a full published standard. The various stages of a standard's "stage code are also online." The OpenDocument standard has been developed by a variety of organizations and is publicly accessible. This means it can be implemented into any system, be it free software/open source or a closed proprietary product, without royalties.
Salmon spend their whole life swimming in the ocean eating so that they grow strong and healthy so that when they return to their spawning pools they have enough energy to spread their milt before sinking to the creekbed, exhausted and dead. They get so beaten up by the force of the water which flows backwards towards the ocean that it seems almost pointless for them to make the trek all the way back to the waters of their birth. But they do this, despite having 90% of the OS market running Microsoft applications and with most application users using Microsoft Word to draft their documents. The battle to swim upstream to mate and die is one that must be fought. The survival of the wild salmon stock depends on these brave fish to face the torrents and rapids and emerge beaten and worn in the quiet streams of the Pacific Northwest.
I've worked with some OASIS spec'd XML before, and while it's not usually the most elegant solution, having *any* XML-based document markup become standard is good news. I would love to start doing text-extraction directly from Excel, Word and so forth without having to cut out text, drop it into another MS product, flatten it by hand, etc.
Quick example:
We do user requirements using Word. I wanted to extract them into a database so I can relate them
to functional specs, use cases, code, etc (yes, we're just figuring this out now).
To extract the requirements, I had to cut out each section of tables (Lord help you if they're nested,
or misaligned, or misnumbered) and plop it into Excel, scrub it repeatedly (scrub those nubs!), and
only then insert it into a database.
With XML-based documents, I just pull out all of the matching tags, form an INSERT around it, and off it goes into the db.
-BA
From the ISO website's FAQ:
1.4 What does "international standardization" mean? When the large majority of products or services in a particular business or industry sector conform to International Standards, a state of industry-wide standardization can be said to exist. This is achieved through consensus agreements between national delegations representing all the economic stakeholders concerned - suppliers, users and, often, governments. They agree on specifications and criteria to be applied consistently in the classification of materials, the manufacture of products and the provision of services. In this way, International Standards provide a reference framework, or a common technological language, between suppliers and their customers - which facilitates trade and the transfer of technology.
1.5 What benefits does international standardization bring to businesses? For businesses, the widespread adoption of International Standards means that suppliers can base the development of their products and services on reference documents which have broad market relevance. This, in turn, means that they are increasingly free to compete on many more markets around the world.
1.6 What benefits does international standardization bring to customers? For customers, the worldwide compatibility of technology which is achieved when products and services are based on International Standards brings them an increasingly wide choice of offers, and they also benefit from the effects of competition among suppliers.
http://www.iso.org/iso/en/faqs/faq-general.html
brandelf: invalid ELF type 'KEEBLER'
The simple answer is that OpenDocument is not a Microsoft core asset. It's not even from Microsoft. It was originally created by OpenOffice, a competitor to MS Office.
Ben Hocking
Need a professional organizer?
MartinJW: Surely it has no impact on how and where the OD format can be used.
Summary: This means it can be implemented into any system, be it free software/open source or a closed proprietary product, without royalties.
Yeah, I really wish they would have spelled it out for us...
You mean that the APIs for working with (MS) office files are well documented, not the formats themselves.
Real layout/presentation junkies use TeX. The original "Open Document Format."
Tom
Someday, I'll have a real sig.
Yes like TCP/IP, ANSI/Unicode, HTML, CSS. You know those obsolete standards that nobody uses anymore. :P
Well, there's spam egg sausage and spam, that's not got much spam in it.
"It ain't a war against drugs.it's a war against personal freedom" --Bill Hicks
Hmm, WiFi is simply a logo that says that the devices implements the Wlan-standard corectly. The standard itself was written in committees. Wrong example. HTML OpenGL X window system POSIX Bluetooth ZigBee USB etc...
Now that it's an ISO standard, perhaps the ISO would be so kind as to make its use part of one of those big compliance standards. This way, companies that want to be ISO 31337 (or whatever number they're up to now) compliant will have to use ODF as their primary means of storing and transmitting documents. After all, what's the use of a new standard if nobody feels compelled to use it? In addition to encouraging the use of open formats, it will give companies a reason to explore their options as far as office automation software.
Let's see some mass migrations from MS Office to OpenOffice.org and other such Open Source office suites. A few large corporations making the switch will produce case studies and some of those nifty ROI projections the suits always drool over. A snowball effect would be nice. One company makes the move and triggers a chain reaction in all of their vendors, suppliers, distributors, subsidiaries, etc. etc.
-- Stu
/. ID under 2,000. I feel old now.
Now we know that the draft is obsolete and we have to page a huge bundle to d/l the PDF. What do we gain from that? Is this really operational costs? Why can IETF and W3C publish electronic versions free of charges and ISO can't? I'd rather have an OASIS semi-standard than an ISO standard that most can't afford to see.
Don't forget KOffice, Abiword, Google Docs, and about a dozen others that are in various stages of implementing OpenDocument support. Corel says they're adding OpenDocument support to Corel Office (WordPerfect), though AFAIK they haven't said when it will be available. I don't think IBM/Lotus is adding OpenDocument support to SmartSuite (Ami Pro, Lotus 123, etc.), but IBM is moving to the IBM Workplace suite, which is built on OpenOffice.org and, obviously, uses OpenDocument natively.
I predict that by the end of 2007 all widely-used and still-developed word processor and spreadsheet tools except Microsoft's will support OpenDocument, and that many will use it as their native format. This news of official ISO standardization can only help.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
Value judgements aside, what do you mean by sold?
Ignore this signature. By order.
Actually you two are both wrong. The current (2007) version of the office file formats are fully documented on the ECMA site, not MSDN (though MSDN does also have some docs on the file formats as well). In fact, it is actually the file formats and not just API documentation that you will find at ECMA.
h tm
9 .aspx
Office 2007 File Format Specs:
http://www.ecma-international.org/memento/TC45-M.
Listing of MSDN Articles on working with the Office 2K7 Formats:
http://openxmldeveloper.org/archive/2006/08/31/59
--
Two points:
First, office document technology isn't likely to change all that much. Word processors and spreadsheets do pretty much everything they need to, and it's quite likely that improvements will be small incremental changes in the way users work with the tools (i.e. UI changes) rather than the sort of significant changes that require new data formats. Look, for example, at the fact that the Microsoft Office formats from Office 95 -- an 11 year-old suite -- remain unchanged. Microsoft is pushing OpenXML, not because the Office 95 formats are inadequate for storing all of the data required but because they think business want to be able to more easily generate documents by automatically transforming data. OpenDocument formats also easily accommodate automatic generation from other data sources, being both XML-based and fully documented.
Second, OpenDocument is designed to be extensible. If your application needs additional markup that OpenDocument doesn't provide, you can simply add it. Of course, other applications won't be able to make use of it, but the standard requires them to gracefully ignore and preserve it. Further, OASIS has defined a process for the review and publication of extensions. That process does not necessarily require ISO standardization for all extensions, so in most cases the extension would be widely implemented as an OASIS standard well before it completed the ISO standardization process.
Bottom line: The needs of office document formats haven't changed in over a decade and aren't likely to change much or quickly, but if you really need to extend OpenDocument formats, you can easily do so. If your extension is one that make sense more broadly there is a way to get everyone else to implement it fairly quickly.
Obviously, format extensions/changes can occur even more quickly and easily if a single company controls the formats and the software that uses them. That is an advantage of a monopoly situation. I, for one, think the disadvantages far outweigh the few advantages.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
bloated shitpiece sold as OD. .odt produces smaller files than .doc? My resume is 81.5 KB as a .doc and 17.5 KB as .odt. If you have a big file, you can be saving a few megabytes by using .odt.
Do you even realise that
look! it's a bird, it's a plane, it's....a girl? yes, a girl browsing Slashdot on Linux
No, they haven't! Most businesses have been using MS Word for one decade -- before that, they used WordPerfect. They actually switched due to a large effort on Microsoft's part to make Word read WordPerfect's format really well, while also being better software than WordPerfect. Software using OpenDocument could do the same thing, especially since it's actually a standard.
Companies have switched office software before; they can do so again.
"[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz
Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
However this is a format that's not yet deployed, anywhere...
It can also have proprietary extensions, and you can be sure it will in short order... And finally, is covered by patents.
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
Why do all of you seem to have a distinct ISO hatred?
/. that the internet has been a powerful force in business) .
/. are CIO's or CTO's (information and technical officers) or people who have the ability to advocate ISO standardization for file types, do it. It can only benefit the mobility of your company. One can choose to make switches in direction rather quickly when all the data you store is in a known format. You could hire some coders to do internal tasks for you. There are NO disadvantages to ISO standardization for the customer. One can choose to purchase drop-in-solutions.
From engineering I have learned that ISO standards are completely voluntary. They provide a means for Company A to say, "I need 1,000,000 bolts adhering to ISO XXXXXX". They can then find companies which adhere to these standards and purchase based on best price. If a company wants to be ISO certified for a process they must pay for an inspector to come and check out the process (quality, ensuring, stuff is done properly, etc). I have heard other people bitch about how much it costs to do this, however, it is not your company being forced into the standardization, rather YOUR CUSTOMER is demanding a specified level of quality. These people who are complaining are really voicing a view that they would prefer to deliver a LOWER QUALITY good to a customer for the price of the higher quality good and leave the customer none the wiser. This is a bad business decision.
The example I give above is for screw production, however treat software as a commodity. Then software which read and write files which adhere to the standard are best. Software packages can be built to support these standards and greater emergent networks can be formed (I give the internet and it's effect on business. I hope we can all agree on
To further my example, look into the history of screws or fasteners, there were many competing designs, and the 2-3 best remain today enshrined in some ISO standard along with all their derivative designs.
With the introduction of this ISO standard, business can more easily data mine, update, import/export, modify, and track changes. If any of you who read
Simple questions like "We have ODT files and require support according to ISO XXXXX, can you provide this with your product." replace long drawn out negotiations about who owns what file format or whatever.
In conclusion ISO is important for customers.
If I am misinformed on any of these topics, please respond.
There are so many to choose from: If ISO has been taken, then you can always go to ecma, IEEE or whichever org is willing to take your money to make it a 'standard'. Other people suggest that if one monopolist is the only one to implement it, it is not a real standard (me for instance) .
This space is intentionally staring blankly at you
Add to shopping basket Size Price
ISO/IEC 26300:2006 PDF version (en) 13368 KB CHF 340,00
ISO/IEC 26300:2006 CD-ROM version (en) CHF 340,00
Interestingly, I can download the USB standard for free but I need to pay big bucks just to view a copy of the OPEN Document standard online? How OPEN is it when I can't even afford to see it?
I can download linux from Redhat at no charge, and Redhat is a For-Profit company, yet ISO is a non-profit organization. I can understand charging for the CD, but why such an outrageous price to download?
I just don't get it.
OK, enough FUD, time for some cold hard facts:
h tm
h p8 -4E0D-B290-C836D5F70867/0/OpenXML.pdf
:)
Open XML is *NOT* proprietary See for yourself: http://www.ecma-international.org/memento/TC45-M.
ODF is *JUST* as patent encumbered as Open XML is.
The owners of both ODF and Open XML do not and will not collect royalties (both have published a covenant not to sue)
Sun: http://www.oasis-open.org/committees/office/ipr.p
MS: http://www.microsoft.com/interop/osp/default.mspx
Non-Legalese Explanation: http://www.bakernet.com/NR/rdonlyres/CC54A6B6-79E
To implement either standard, a developer need not accept any kind of licensing agreement whatsoever.
A user, using software that implements either standard, does not have to accept any licensing agreement that covers the either respective format's standard.
Thanks for playing
--