GeekArticles
XML
Core XMLAn Open Letter to Microsoft, IBM/Lotus, Corel and others on Lodging Old File Formats with ISO
Author: oreillynet.com |
Published: 17th Mar 2008 |
Visited: 53 times |
Add CommentFiled in: Core XMLThis is an open letter to all companies who achieved market success in the 1980s and 1990s with PC-based applications. The recent controversy over ODF and Office Open XML at ISO shows both that there is substantial interest in document...
Read Article Sponsored Links
Related Articles
• JQuery as Microsoft’s Library The adoption of Ajax as a programming technique has been widespread since its inception in 2005. It changed the preferences of most developers in terms of selecting the right programming language to study. Software giants have also acknowledged this feat as they release different updates on their so ...
• Microsoft on Open XML SDK A few months ago Microsoft was able to obtain control of Open XML. Because of that achievement the company fervently worked on developing Open XML not only for their own advantage but also for other developers. Among those movements is the release of Open XML SDK which will help developers in buildi ...
• Open Source C++ B+ Tree Implementation Template based B+ Tree
B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index ...