C++ XML by Fabio Arciniegas A. is a specialized guide intended to help intermediate to advanced C++ developers understand how to create "real world XML-aware C++ applications". While a wealth of guides to working with XML in Java seem to exist, C++ XML appears to be the only C++ speci
Other News
New SOAP software releases
James Fell has released a new version, 1.1, of pocketSOAP, his SOAP implementation for Win32 and WinCE platforms. The new version adds many new features, including section 5 support, a completely pluggable [de]serialization model, headers, correct handling of the root attribute, single pass streamin
Simply SOAP
Roger Wolter gives a high-level overview of SOAP, both in terms of what it is and how you can use it. He also addresses WSDL, XML Web services, and security as they relate to SOAP.
.Net XML Classes from Web Services
by Dan Wahlin – Passing complex structures between distributed systems is not a simple process. See how XML-related classes in the .Net platform can be returned from Web services to allow clients to integrate received data into an application more easily.
OASIS Forges Committee for New Markup Language
By Clint Boulton – Boston's OASIS, an XML interoperability consortium, revealed that its members have formed a new group to define a language for exchanging user, resource and service provisioning information.
XMLWorld Technical Conference, San Francisco
Unquestionably the best XML event of the year 2000, XML World is coming to San Francisco for 2001. The one event that showcases all aspects of XML – and that gives a due emphasis to the business of XML – will be opening its doors at the Renaissance Parc Fifty Five Hotel from the 26th through 29th of
DOM and SAX Are Dead, Long Live DOM and SAX
by Kendall Grant Clark – Every serious book, tutorial or discussion of XML for programmers mentions, even if only in passing, DOM and SAX, the two dominant APIs for handling XML. A general discussion of XML programming which failed to mention DOM and SAX would be as neglectful of its duty as would a
Appending to XML with ASP
By Michael Qualls – This article is the third in a series of articles on manipulating XML data with ASP. Before proceding with this article, I recommend that you read Saving HTML Form Data to XML and Editing XML with XSL and ASP. The example in this article is very similar to the example on S
XML::LibXML – An XML::Parse Alternative
by Kip Hampton – The vast majority of Perl's XML modules are built on top of XML::Parser, Larry Wall and Clark Cooper's Perl interface to James Clark's expat parser. The expat-XML::Parser combination is not the only full-featured XML parser available in the Perl World. This month we'
The XMLReader Interface
By Elliotte Rusty Harold – To support the wide range of capabilities of different parsers, the XMLReader interface that represents parsers in SAX is quite deliberately non-specific. It can be instantiated in a variety of different ways. It can read XML documents stored in a variety of media. It can