XML Production Workflows? Start with the Web and XHTML - 0 views
-
Challenges: Some Ugly Truths The challenges of building—and living with—an XML workflow are clear enough. The return on investment is a long-term proposition. Regardless of the benefits XML may provide, the starting reality is that it represents a very different way of doing things than the one we are familiar with. The Word Processing and Desktop Publishing paradigm, based on the promise of onscreen, WYSIWYG layout, is so dominant as to be practically inescapable. It has proven really hard to get from here to there, no matter how attractive XML might be on paper. A considerable amount of organizational effort and labour must be expended up front in order to realize the benefits. This is why XML is often referred to as an “investment”: you sink a bunch of time and money up front, and realize the benefits—greater flexibility, multiple output options, searching and indexing, and general futureproofing—later, over the long haul. It is not a short-term return proposition. And, of course, the returns you are able to realize from your XML investment are commensurate with what you put in up front: fine-grained, semantically rich tagging is going to give you more potential for searchability and recombination than a looser, more general-purpose approach, but it sure costs more. For instance, the Text Encoding Initiative (TEI) is the grand example of pouring enormous amounts of energy into the up-front tagging, with a very open-ended set of possibilities down the line. TEI helpfully defines a level to which most of us do not have to aspire.[5] But understanding this on a theoretical level is only part of the challenge. There are many practical issues that must be addressed. Software and labour are two of the most critical. How do you get the content into XML in the first place? Unfortunately, despite two decades of people doing SGML and XML, this remains an ugly question.
-
Practical Challenges In 2009, there is still no truly likeable—let alone standard—editing and authoring software for XML. For many (myself included), the high-water mark here was Adobe’s FrameMaker, substantially developed by the late 1990s. With no substantial market for it, it is relegated today mostly to the tech writing industry, unavailable for the Mac, and just far enough afield from the kinds of tools we use today that its adoption represents a significant hurdle. And FrameMaker was the best of the breed; most of the other software in decent circulation are programmers’ tools—the sort of things that, as Michael Tamblyn pointed out, encourage editors to drink at their desks. The labour question represents a stumbling block as well. The skill-sets and mind-sets that effective XML editors need have limited overlap with those needed by literary and more traditional production editors. The need to think of documents as machine-readable databases is not something that comes naturally to folks steeped in literary culture. In combination with the sheer time and effort that rich tagging requires, many publishers simply outsource the tagging to India, drawing a division of labour that spans oceans, to put it mildly. Once you have XML content, then what do you do with it? How do you produce books from it? Presumably, you need to be able to produce print output as well as digital formats. But while the latter are new enough to be generally XML-friendly (e-book formats being largely XML based, for instance), there aren’t any straightforward, standard ways of moving XML content into the kind of print production environments we are used to seeing. This isn’t to say that there aren’t ways of getting print—even very high-quality print—output from XML, just that most of them involve replacing your prepress staff with Java programmers.
-
Why does this have to be so hard? It’s not that XML is new, or immature, or untested. Remember that the basics have been around, and in production, since the early 1980s at least. But we have to take account of a substantial and long-running cultural disconnect between traditional editorial and production processes (the ones most of us know intimately) and the ways computing people have approached things. Interestingly, this cultural divide looked rather different in the 1970s, when publishers were looking at how to move to digital typesetting. Back then, printers and software developers could speak the same language. But that was before the ascendancy of the Desktop Publishing paradigm, which computerized the publishing industry while at the same time isolating it culturally. Those of us who learned how to do things the Quark way or the Adobe way had little in common with people who programmed databases or document-management systems. Desktop publishing technology isolated us in a smooth, self-contained universe of toolbars, grid lines, and laser proofs. So, now that the reasons to get with this program, XML, loom large, how can we bridge this long-standing divide?
- ...44 more annotations...
-
I was looking for an answer to a problem Marbux had presented, and found this interesting article. The issue was that of the upcoming conversion of the Note Case Pro (NCP) layout engine to the WebKit layout engine, and what to do about the NCP document format. My initial reaction was to encode the legacy NCP document format in XML, and run an XSLT to a universal pivot format like TEI-XML. From there, the TEI-XML community would provide all the XSLT transformation routines for conversion to ODF, OOXML, XHTML, ePUB and HTML/CSS. Researching the problems one might encounter with this approach, I found this article. Fascinating stuff. My take away is that TEI-XML would not be as effective a "universal pivot point" as XHTML. Or perhaps, if NCP really wants to get aggressive; IDML - InDesign Markup Language. The important point though is that XHTML is a browser specific version of XML, and compatible with the Web Kit layout engine Miro wants to move NCP to. The concept of encoding an existing application-specific format in XML has been around since 1998, when XML was first introduced as a W3C standard, a "structured" subset of SGML. (HTML is also a subset of SGML). The multiplatform StarOffice productivity suite became "OpenOffice" when Sun purchased the company in 1998, and open sourced the code base. The OpenOffice developer team came out with a XML encoding of their existing document formats in 2000. The application specific encoding became an OASIS document format standard proposal in 2002 - also known as ODF. Microsoft followed OpenOffice with a XML encoding of their application-specific binary document formats, known as OOXML. Encoding the existing NCP format in XML, specifically targeting XHTML as a "universal pivot point", would put the NCP Outliner in the Web editor category, without breaking backwards compatibility. The trick is in the XSLT conversion process. But I think that is something much easier to handle then trying to
-
I was looking for an answer to a problem Marbux had presented, and found this interesting article. The issue was that of the upcoming conversion of the Note Case Pro (NCP) layout engine to the WebKit layout engine, and what to do about the NCP document format. My initial reaction was to encode the legacy NCP document format in XML, and run an XSLT to a universal pivot format like TEI-XML. From there, the TEI-XML community would provide all the XSLT transformation routines for conversion to ODF, OOXML, XHTML, ePUB and HTML/CSS. Researching the problems one might encounter with this approach, I found this article. Fascinating stuff. My take away is that TEI-XML would not be as effective a "universal pivot point" as XHTML. Or perhaps, if NCP really wants to get aggressive; IDML - InDesign Markup Language. As an after thought, i was thinking that an alternative title to this article might have been, "Working with Web as the Center of Everything".
-
I was looking for an answer to a problem Marbux had presented, and found this interesting article. The issue was that of the upcoming conversion of the Note Case Pro (NCP) layout engine to the WebKit layout engine, and what to do about the NCP document format. My initial reaction was to encode the legacy NCP document format in XML, and run an XSLT to a universal pivot format like TEI-XML. From there, the TEI-XML community would provide all the XSLT transformation routines for conversion to ODF, OOXML, XHTML, ePUB and HTML/CSS. Researching the problems one might encounter with this approach, I found this article. Fascinating stuff. My take away is that TEI-XML would not be as effective a "universal pivot point" as XHTML. Or perhaps, if NCP really wants to get aggressive; IDML - InDesign Markup Language. The important point though is that XHTML is a browser specific version of XML, and compatible with the Web Kit layout engine Miro wants to move NCP to. The concept of encoding an existing application-specific format in XML has been around since 1998, when XML was first introduced as a W3C standard, a "structured" subset of SGML. (HTML is also a subset of SGML). The multiplatform StarOffice productivity suite became "OpenOffice" when Sun purchased the company in 1998, and open sourced the code base. The OpenOffice developer team came out with a XML encoding of their existing document formats in 2000. The application specific encoding became an OASIS document format standard proposal in 2002 - also known as ODF. Microsoft followed OpenOffice with a XML encoding of their application-specific binary document formats, known as OOXML. Encoding the existing NCP format in XML, specifically targeting XHTML as a "universal pivot point", would put the NCP Outliner in the Web editor category, without breaking backwards compatibility. The trick is in the XSLT conversion process. But I think that is something much easier to handle then trying to
People Use The Cloud And Don't Even Realize It - Business Insider - 0 views
-
Stats on Cloud usage shows that only 29% of Internet users are using a cloud service. One of the charts provided shows that iCloud (Apple) and DropBox have over 300 million users. Microsoft OneDrive has come out of nowhere to claim the third position with 250 million. And Google Drive finishes in fourth place with 200 million. Funny that Google would be so short when gMail and Chrome have proven to be so successful. And gDOCS was a pioneer of cloud based editing of productivity documents. Office 365 has only been available on iOS since May, yet look at the numbers! Incredible. Oh, Box is also listed in fifth place with 25 million users. I'm starting to think that DropBox, RackSpace and Egnyte are in big trouble. Microsoft is on a huge roll, and my gut instinct is that they have some kind of a deal going with Apple iCloud and Office365. Amazon is surprisingly missing.
-
Stats on Cloud usage shows that only 29% of Internet users are using a cloud service. One of the charts provided shows that iCloud (Apple) and DropBox have over 300 million users. Microsoft OneDrive has come out of nowhere to claim the third position with 250 million. And Google Drive finishes in fourth place with 200 million. Funny that Google would be so short when gMail and Chrome have proven to be so successful. And gDOCS was a pioneer of cloud based editing of productivity documents. Office 365 has only been available on iOS since May, yet look at the numbers! Incredible. Oh, Box is also listed in fifth place with 25 million users. I'm starting to think that DropBox, RackSpace and Egnyte are in big trouble. Microsoft is on a huge roll, and my gut instinct is that they have some kind of a deal going with Apple iCloud and Office365. Amazon is surprisingly missing.
Google should switch to ODF to gain market in Europe | The Mukt - 2 views
-
"Microsoft is definitely not happy with the UK government's decision to use ODF for government documents. The UK has made the right decision as Microsoft's file formats create a vendor lock where only Microsoft can offer software, cutting out every single player on planet earth. Microsoft works really hard to make its documents almost incompatible with every word processor out there. If you have created document in MS file formats, using Microsoft software, you have created document which will lose data if opened with non-Microsoft software. You may blame LibreOffice, openOffice, Calligra or Google Docs for 'losing some data', but the blame goes to Microsoft. So the best solution is to move away from Microsoft file-formats, so that you can break this vicious cycle. But how many people use ODF? Not many that I know of. The reason is simple, Microsoft pushes its own X formats which it claims to implement the OOXML specification. That's not surprising. What's surprising is that Google also pushes X formats and has one of the most pathetic supports for ISO approved open standards ODF."
Microsoft attacks UK government decision to adopt ODF for document formats - 0 views
-
the panel reached consensus that one standard is important to ensure interoperability and to allow users to collaborate effectively on the same document,” said the minutes
-
A subsequent meeting of the same panel also considered a detailed comparison of ODF and OOXML, citing concerns raised by one member. “We need to make sure there is sound reasoning to back up the decision as this may incur significant costs to some government departments. The comparison may be slightly skewed by concentrating solely on implementation of strict OOXML, which is an emerging standard similar to ODF 1.3, whilst considering implementations of all ODF versions. It ignores transitional OOXML which does have very wide support, arguably wider than ODF,” said the meeting minutes.
-
“LH described the issues identified in the [comparison] document and added that there has since been some confusion about support for OOXML strict in LibreOffice. It appears that LibreOffice supports the standardised transitional OOXML, as well as a different Microsoft version of transitional OOXML,” the minutes stated.
- ...3 more annotations...
-
"Microsoft has attacked the UK government's decision to adopt ODF as its standard document format, saying it is "unclear" how UK citizens will benefit. The Cabinet Office announced its new policy yesterday, whereby Open Document Format (ODF) is immediately established as the standard for sharing documents across the public sector, with PDF and HTML also acceptable when viewing documents. SERGIGN - FOTOLIA The decision was a rejection of Microsoft's preference for Open XML (OOXML), the standard used by its Word software, which remains the dominant wordprocessor in government. "Microsoft notes the government's decision to restrict its support of the file formats it uses for sharing and collaboration to just ODF and HTML," said a spokesman for the software giant in a statement to Computer Weekly. "Microsoft believes it is unproven and unclear how UK citizens will benefit from the government's decision. We actively support a broad range of open standards, which is why, like Adobe has with the PDF file format, we now collaborate with many contributors to maintain the Open XML file format through independent and international standards bodies," it added"
U.S. top court declines to hear Microsoft antitrust case | Reuters - 0 views
-
(Reuters) - The U.S. Supreme Court on Monday brought an end to Novell Inc's antitrust claims against Microsoft Corp that date back 20 years to the development of Windows 95 software. By declining to hear Novell's appeal, the court left intact a 10th U.S. Circuit Court of Appeals ruling from September 2013 in favor of Microsoft.The court of appeals unanimously affirmed the dismissal of Novell Inc's claims that Microsoft violated the Sherman Antitrust Act when it decided not to share its intellectual property while developing its Windows 95 operating system.
-
The Novell case, which was first filed in 2004, was over Microsoft's decision not to share with Novell details about its Windows operating system. Novell claimed that its suite of applications, including WordPerfect, suffered as a result of Microsoft withholding the information.Novell alleged that Microsoft used its market power in operating systems to promote its own applications.
Readium at the London Book Fair 2014: Open Source for an Open Publishing Ecosystem: Rea... - 0 views
-
excerpt/intro: Last month marked the one-year anniversary of the formation of the Readium Foundation (Readium.org), an independent nonprofit launched in March 2013 with the objective of developing commercial-grade open source publishing technology software. The overall goal of Readium.org is to accelerate adoption of ePub 3, HTML5, and the Open Web Platform by the digital publishing industry to help realize the full potential of open-standards-based interoperability. More specifically, the aim is to raise the bar for ePub 3 support across the industry so that ePub maintains its position as the standard distribution format for e-books and expands its reach to include other types of digital publications. In its first year, the Readium consortium added 15 organizations to its membership, including Adobe, Google, IBM, Ingram, KERIS (S. Korea Education Ministry), and the New York Public Library. The membership now boasts publishers, retailers, distributors and technology companies from around the world, including organizations based in France, Germany, Norway, U.S., Canada, China, Korea, and Japan. In addition, in February 2014 the first Readium.org board was elected by the membership and the first three projects being developed by members and other contributors are all nearing "1.0" status. The first project, Readium SDK, is a rendering "engine" enabling native apps to support ePub 3. Readium SDK is available on four platforms-Android, iOS, OS/X, and Windows- and the first product incorporating Readium SDK (by ACCESS Japan) was announced last October. Readium SDK is designed to be DRM-agnostic, and vendors Adobe and Sony have publicized plans to integrate their respective DRM solutions with Readium SDK. A second effort, Readium JS, is a pure JavaScript ePub 3 implementation, with configurations now available for cloud based deployment of ePub files, as well as Readium for Chrome, the successor to the original Readium Chrome extension developed by IDPF as the
-
excerpt/intro: Last month marked the one-year anniversary of the formation of the Readium Foundation (Readium.org), an independent nonprofit launched in March 2013 with the objective of developing commercial-grade open source publishing technology software. The overall goal of Readium.org is to accelerate adoption of ePub 3, HTML5, and the Open Web Platform by the digital publishing industry to help realize the full potential of open-standards-based interoperability. More specifically, the aim is to raise the bar for ePub 3 support across the industry so that ePub maintains its position as the standard distribution format for e-books and expands its reach to include other types of digital publications. In its first year, the Readium consortium added 15 organizations to its membership, including Adobe, Google, IBM, Ingram, KERIS (S. Korea Education Ministry), and the New York Public Library. The membership now boasts publishers, retailers, distributors and technology companies from around the world, including organizations based in France, Germany, Norway, U.S., Canada, China, Korea, and Japan. In addition, in February 2014 the first Readium.org board was elected by the membership and the first three projects being developed by members and other contributors are all nearing "1.0" status. The first project, Readium SDK, is a rendering "engine" enabling native apps to support ePub 3. Readium SDK is available on four platforms-Android, iOS, OS/X, and Windows- and the first product incorporating Readium SDK (by ACCESS Japan) was announced last October. Readium SDK is designed to be DRM-agnostic, and vendors Adobe and Sony have publicized plans to integrate their respective DRM solutions with Readium SDK. A second effort, Readium JS, is a pure JavaScript ePub 3 implementation, with configurations now available for cloud based deployment of ePub files, as well as Readium for Chrome, the successor to the original Readium Chrome extension developed by IDPF as the
Dump the file server: Why we moved to the SharePoint Online cloud [review] - 0 views
-
For this article, I wanted to focus on an important aspect of our move to Office 365, and that was our adoption of SharePoint Online as our sole document file server. I know, how passé for me to call it a file server as it represents everything that fixes what plagues traditional file servers and NASes. Let's face it: file servers have been a necessary evil, not a nicety that have enabled collaboration and seamless access to data. They offer superior security and storage space, but this comes at the price of external access and coauthoring functionality. Corporate IT departments have had a band-aid known as VPN for some time now, but it falls short of being the panacea vendors like Cisco make it out to be. I know this well -- I support these kinds of VPNs day to day. Their licensing is convoluted, they're drowning in client application bug hell, and most of all, bound by the performance bottlenecks on either the client or server end.
-
I previously wrote about how my company used to juggle two distinct file storage systems. We had Google Drive as our web-based cloud document platform, buts its penetration didn't go much further than its Google Docs functionality. That's because Google has a love-hate relationship with any Office file that's not a Google Doc. Sure, you can upload it and store it on the service, but the bells and whistles end there. Want to edit it with others? It MUST be converted to Google's format. And so we had to keep a crutch in place for everything else that had to stay in traditional Office formats, either due to customer requirements, complex formatting, or other reasons. That other device for us was a simple QNAP NAS box with 1.5TB of space.
-
I previously wrote about how my company used to juggle two distinct file storage systems. We had Google Drive as our web-based cloud document platform, buts its penetration didn't go much further than its Google Docs functionality. That's because Google has a love-hate relationship with any Office file that's not a Google Doc. Sure, you can upload it and store it on the service, but the bells and whistles end there. Want to edit it with others? It MUST be converted to Google's format.
- ...9 more annotations...
-
Yesterday Google announced dramatic price reductions for their Cloud Computing platform. This announcement was followed immediately by a similar announcement from Amazon. But what about Microsoft? The truth is that Microsoft doesn't need to reduce prices, and they are forcing both Google and Amazon reductions. My guess is that there are more reductions to come too. The answer is in this review of SharePoint OnLine and Office 365, where the author points out the fact that Google Drive / Apps totally mangles an MSOffice document. Once Google converts the documents, they are useless. "I previously wrote about how my company used to juggle two distinct file storage systems. We had Google Drive as our web-based cloud document platform, buts its penetration didn't go much further than its Google Docs functionality. That's because Google has a love-hate relationship with any Office file that's not a Google Doc. Sure, you can upload it and store it on the service, but the bells and whistles end there. Want to edit it with others? It MUST be converted to Google's format. And so we had to keep a crutch in place for everything else that had to stay in traditional Office formats, either due to customer requirements, complex formatting, or other reasons. That other device for us was a simple QNAP NAS box with 1.5TB of space." In 2006-2007, when we were in the middle of the great ODF vs OOXML document wars, I had a conversation with Google's Open Source - Opoen Standards guru, Chris DiBona. It was during the Massachusetts crisis, and we were trying to garner Google Corporate support for ODF. Chris listened to my pitch and summarized his position that conversion methods were very advanced, and going forward, file formats really didn't matter. He famously said, "Let a thousand formats bloom". I wonder if he still thinks that?
ODF vs. OOXML: War of the Words | Andrew Updegrove: Tales of Adversego - 0 views
-
"For some time I've been considering writing a book about what has become a standards war of truly epic proportions. I refer, of course, to the ongoing, ever expanding, still escalating conflict between ODF and OOXML, a battle that is playing out across five continents and in both the halls of government and the marketplace alike. And, needless to say, at countless blogs and news sites all the Web over as well. Arrayed on one side or the other, either in the forefront of battle or behind the scenes, are most of the major IT vendors of our time. And at the center of the conflict is Microsoft, the most successful software vendor of all time, faced with the first significant challenge ever to one of its core businesses and profit centers - its flagship Office productivity suite. The story has other notable features as well: ODF is the first IT standard to be taken up as a popular cause, and also represents the first "cross over" standards issue that has attracted the broad support of the open source community. Then there are the societal dimensions: open formats are needed to safeguard our culture and our history from oblivion. And when implemented in open source software and deployed on Linux-based systems (not to mention One Laptop Per Child computers), the benefits and opportunities of IT become more available to those throughout the third world. There is little question, I think, that regardless of where and how this saga ends, it will be studied in business schools and by economists for decades to come. What they will conclude will depend in part upon the materials we leave behind for them to examine. That's one of the reasons I'm launching this effort now, as a publicly posted eBook in progress, rather than waiting until some indefinite point in the future when the memories of the players in this drama have become colored by the passage of time and the influence of later events. My hope is that those of you who have played or are n
Google Brings Native MS Office Editing Features To Its iOS Productivity Apps - 0 views
-
Google’s new Material Design user interface language and all the Microsoft Office conversion goodness the company acquired when it bought Quickoffice in 2012.
-
Google is closing the loop on bringing support for natively editing Microsoft Office files to all of productivity apps today.
-
"Google is closing the loop on bringing support for natively editing Microsoft Office files to all of productivity apps today. The company's iOS apps for Docs and Sheets are getting a couple of minor new features and design updates today, but most importantly, these apps will now also be able to natively open, edit and save files from Microsoft's Office suite. After launching the original standalone apps for Google Docs and Sheets on iOS a few months ago, it was only a matter of time before Google would also free its PowerPoint competitor Slides from the Google Drive app. Today is that day. Google Slides is now available as a standalone app for the iPhone, iPad and iPod touch. 2014-08-25_1104Just like the Docs and Sheets apps and their counterparts on Android (the standalone Slides app launched there two months ago), the new Slides app will feature some aspects of Google's new Material Design user interface language and all the Microsoft Office conversion goodness the company acquired when it bought Quickoffice in 2012." ........................................................... Hey, Google is pulling the Cloud version of "bait and switch". The bait is calling a standalone application for iOS "native". The switch is that Microsoft is using the term "native" to describe the editing of MS Office native documents. Google is trying to market a native, written explicitly for iOS application, presenting it as "supporting native document editing and collaboration". Wow. They've got nothing!! This is just market spin. And the article's title suggests that they know exactly what they are doing with this egregious misrepresentation. There is no doubt in my mind that Microsoft has committed to the "Office 365 - native document" narrative. Its designed to totally obliterate Googe, Dropbox, Box, iCloud and anyone trying to offer Cloud based business solutions. They are going to crush Google, taking both Android and Booble Apps / GoogleDrive out of th
Los Angeles Times - latimes.com - 0 views
-
The Obama administration put large companies on notice that it would be tougher on mergers and attempts to stifle competition, restoring the type of aggressive antitrust enforcement of the 1990s that led to the landmark government case against Microsoft Corp.
-
Among those likely to feel the heat of federal inquiries are technology companies, such as chip maker Intel Corp., Internet giant Google Inc. and longtime tech leader IBM Corp.
Groklaw - Digging for Truth - 0 views
The EU fight against yuck ePatents (Lessig Blog) - 0 views
-
If people had understood how patents would be granted when most of today�s ideas were invented and had taken out patents, the industry would be at a complete stand-still today. The solution . . . is patent exchanges . . . and patenting as much as we can. . . . A future start-up with no patents of its own will be forced to pay whatever price the giants choose to impose. That price might be high: Established companies have an interest in excluding future competitors." Fred Warshofsky, The Patent Wars 170-71 (NY: Wiley 1994).
Groklaw - When Would You Use OOXML and When ODF? -- What is OOXML For? - 0 views
-
The legacy formats are just popped into an OOXML wrapper
-
Funny how often this old canard is brought out. Do people really belive it?
-
I actually think is is - to some extent - true. Apart from stuff like DrawingML, CustomML etc, OOXML is a transformation of the binary stuff and hence in essence the same document format. "Someone" told me the other day that he had knowledge of a company that didn't use the "xml-ness" of OOXMLto manipulate OOXML-files but simply considered them TEXT-files. They could do this because OOXML is very close to the binary formats.
-
True, but the stuff inside is XML -- I think there's a widespread view that OOXML is a lot of lightly wrapped BLOBs
-
Ok - you are possibly correct. Somehow content in a file called printerSettings.bin seem to attract higher disturbance than base64-encoded, binary attribute values with attribute name "printerSettings"
-
Actually, I think the phrase someone coined that "OOXML is just the binary document formats dressed up in angle brackets" fits just fint :o)
-
-
Whoa, whoa, whoa! - Authored by: Anonymous on Friday, May 01 2009 @ 02:21 AM EDT
-
Whoa, whoa, whoa! - Authored by: Anonymous on Friday, May 01 2009 @ 03:17 AM EDT
-
It fits just fine for most of the spec but there are also major chunks that include descriptive element and attribute names, for example, the compatibility markup volume. My sense is that these are areas where new features were introduced in Office 2007. But they kind of fly in the face of the Microsoft claims back when that the abbreviated markup was deliberately chosen to maximize execution speed. If so, why isn't all the markup in abbreviated form?
ECIS zdokumentovalo monopolní chování MS - 0 views
-
Řekněme, že jsem to špatně pojmenoval, ale je to totéž o čem mluvíte Vy. Pokud se podíváte např. na http://idippedut.dk/post/2008/01/Embrace-and-extend---SVG-revisited.aspx, tak možná o celé situaci pochopíte víc, než z nějakého příspěvku, který jste silně vytrhnul z kontextu.
Groklaw - Digging for Truth - 0 views
-
I'm convinced they knew about it already, although it's only a guess
-
the fact that Microsoft would have received a copy
Moved by Freedom - Powered by Standards » Blog Archive » News of the Weird (A... - 0 views
-
I just don’t get it
-
The Durban 2 conference in Geneva makes me think of a bizarre mashup of the first Durban conference and what I experienced at the OOXML BRM
-
Not the first time somebody seems to have got confused between issues of tynanny and totalitarianism, and ... document formats. What price perspective?
-
Actually I didn't know Charles participated in the BRM?
-
He didn't - this is something that Andy Updegrove published at the tim too. What price reality?
-
-
Alex is right. National transposition is a procedural relic. We should get the specs right out of software vendors and just skip this standardization crap that only justifies to pay useless consultants whose status is construed as some kind of impartial judge. This kind of failed processes have led us to believe that standards and norms could be somehow trusted; as it unfortunately turns out, it stops to be true when strongly applied pressure by one large private monopoly meets the weak morals of the ones in charge of ensuring the process is being duly respected. Thank you Alex, for spelling out the truth. Your lack of impartiality and your strange behaviour during the OOXML standardization process have clarified how poorly qualified you are at patronizing others and lecturing on the ISO and other standards bodies’ processes. I wish you good luck for your next job at Microsoft.
RE: [office] ODF 1.2 drafts/Committee Draft Ballot - 0 views
-
I'm running the version we'll be releasing shortly, which has ODF 1.1 support, and it identifies the problem and offers to repair it
-
This (slughtly cheeky) posting foreshadows what I suspect is going to be a heated debated about which implementation of ODF is more conformant and whether that matters. Despite the potential for lots of silliness in the sort term, in the long term I think this is going to be healthy for implementations, and for ODF itself (assuming the Oracle takeover of Sun doesn't unduly impact that effort).
-
Front-page: What is the definition of an "existing document"? - 0 views
-
Can you provide a definition of what an "existing documents" means?
-
This is defined in the scope of OOXML: ISO/IEC 29500 defines a set of XML vocabularies for representing word-processing documents, spreadsheets and presentations. On the one hand, the goal of ISO/IEC 29500 is to be capable of faithfully representing the pre-existing corpus of word-processing documents, spreadsheets and presentations that had been produced by the Microsoft Office applications (from Microsoft Office 97 to Microsoft Office 2008, inclusive) at the date of the creation of ISO/IEC 29500.
« First
‹ Previous
421 - 440
Next ›
Last »
Showing 20▼ items per page