InfoQ Homepage XML Content on InfoQ
-
MSXML 4 is Not Going to be Disabled
Back in March we reported that Microsoft was going to "killbit" MSXML 4. Due to its wide use and a lack of a suitable replacement, they have rescinded that decision.
-
OOXML has been Rejected as an ISO Standard
Microsoft's attempt to officially standardize the Office Open XML Format (OOXML) by the ISO-Standards ISO/IEC DIS 29500 has failed. National standard bodies have been asked to give their vote on OOXML by September 2.
-
Presentation: Scott Davis on Real World Web Services
In this presentation, recorded at the No Fluff Just Stuff Symposium, Scott Davis provides a pragmatic, down-to-earth introduction to Web services as used in the real world by public sites, including SOAP-based, REST and POX-style examples. While the buzzword density leaves nothing to be desired, the presentation contains a very accessible introduction to the core Web services standards.
-
XML Schema Designer for Visual Studio 2008
The XML Schema Designer is a graphical tool for working with XML Schemas (XSD). It is integrated with Visual Studio 2008 and the XML Editor.
-
W3C Publishes an Update to Guide to Versioning XML Schema 1.1
The W3C published last month an update to its "Guide to Versioning XML Languages Using new XML Schema 1.1 features" which details the new features of XML Schema 1.1 in the context of schema versioning. They represent real advances for web service practitioners and should become part of your guidelines and best practices when the W3C releases XML Schema 1.1.
-
Using LINQ to XML Instead of XSLT for Transformations
Transforming XML from one format to another is a common task for many developers. To do this, most of them leave the confines of their general purpose language and make calls to an XSLT library. But what if they didn't have to? With LINQ to XML, it now becomes much easier to manipulate XML using C# and VB. Eric White describes how one can perform XSLT style transformations using C# 3.0.
-
W3C Efficient XML Interchange format draft published
The W3C has recently announced the first public draft for the Efficient XML Interchange Format which is a suggestion for compressing XML to increase the efficiency on the wire and on CPUs. As can be expected it didn't take too long before we started to see some criticism of this new standard...Yes, another debate on binary XML is on its way.
-
OpenXML Spreadsheet Formulas Called into Question
Rob Weir has called the spreadsheet formulas into question. Lost in the posturing and grandstanding are some serious holes in the specification.
-
XQuery Java API JSR 225 Available for Public Review
The first public review draft of JSR 225: XQuery API for Java has been posted for review. The spec (being led by Oracle) aims to provide ubiquitous programmatic access for XQuery implementations in Java.
-
Presentation: Rod Smith - Mash-ups Meet the Enterprise
In this presentation recorded at JAOO, IBM's Rod Smith discusses the read/write web, and discusses how the approach known as "Mashups" might be used in enterprise scenarios for "do-it-yourself" IT.
-
APP vs. Web3S: the Quest for a RESTful Protocol
In contrast to Google, who base their public RESTful services on the Atom Publishing Protocol (APP), Microsoft has found the need to go down a different route and has introduced Web3S.
-
Java and .NET Libraries for Open XML
With the new OpenXML format, there is the promise of an clean and efficient way to manipulate Office documents via XML. But with a 6000+ page spec, finding the exact nodes one needs to manipulate is a non-trivial task. To address this, OpenXML libraries for both Java and .NET are in the works.
-
Article: Unit-Testing XML
In this exclusive InfoQ article, Stefan Bodewig explains how to use the XMLUnit Java framework to write tests in the presence of XML.
-
The Microsoft OBA Framework
Microsoft has been touting a new way to build composite applications using the acronym, “OBA”. The intended sweet spot for OBA is within the Lines of Business within the greater Enterprise cloud. The OBA framework capitalizes on the large number of Microsoft Office licenses that have been sold world-wide.
-
Google GData/Atom Publishing Protocol too limited for Microsoft
Dara Obasanjo writes about the limitations of the Google Data API (Google's implementation of the Atom Publishing Protocol with some extensions) as a general purpose protocol and explains why Microsoft will not support or standardize on GData.