The Wayback Machine - https://web.archive.org/web/20120121054722/http://www.codeguru.com:80/cpp/i-n/internet/xml/

    XML

    The XML parsing Article That Should (Not) Be Written!

    The C++ XML parsing article which should have been written since the advent of XML! This article defines a new Elmax abstraction model over the DOM model.

    [Updated] XML Data Binding

    XML Data Binding allows you to manipulate an XML document via a set of simple objects. Learn about the generation of these objects, and see a summary of the existing products on the market.

    XSD Tutorial: XML Schemas For Beginners

    This five-part article gives a basic overview of the building blocks underlying XML Schemas, showing how and when to use them.

    Creating Custom WPF Controls

    Custom controls assist developers in maximizing code reuse and minimizing headaches. Learn the process of creating custom controls within Microsoft's latest UI model, the Windows Presentation Foundation (WPF).

    XPath Support in Browsers

    Learn about XPath, a small language used specifically to locate a single node or multiple nodes that match a particular pattern.

    XMLHttp Requests for Ajax

    Professional AJAX author Nicolas Zakas shows the benefits as well as some of the disadvantages of using HTTP requests in your applications.

    Browsing XML/XSLT with HTA/Scripting Runtime

    Learn about a simplistic example of using a Scripting Runtime Library.

    Selecting the Best Approach for Designing an Interoperable Web Service

    Learn about the different Web service design methodologies as defined by the Web Services Standardization Groups, clarify the terms, and highlight their differences.

    Mastering Internet Programming on Mobile Devices: Data Exchange Using an XML HTTP Interface

    Learn how to create applications that may connect to the Internet or an intranet. This article helps you figure out one more suitable method, XMLHTTP, of data transfer over a network.

    XHTML2RTF

    This article describes a conversion tool which takes an HTML document as input and generates a Microsoft Word document for printing.

    Enterprise Application Integration (EAI) Using XML

    Best Practices and Standards in EAI must be practiced for reducing costs and increasing the effeciency for any EAI application.

    "Mail Merge" System for XML and Microsoft Word

    Illustrates great technique of creating a Word template and merging it with XML data

    A Simple BizTalk Shema Viewer (XML/XDR/XSL)

    Great article/demo application for XML and XSL !!

    STL-based (non-validating) XML Parser

    Another great STL implementation by David, these classes use standard parsing (as opposed to the XML DOM) to parse XML documents