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.
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.
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.
This five-part article gives a basic overview of the building blocks underlying XML Schemas, showing how and when to use them.
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).
Learn about XPath, a small language used specifically to locate a single node or multiple nodes that match a particular pattern.
Professional AJAX author Nicolas Zakas shows the benefits as well as some of the disadvantages of using HTTP requests in your applications.
Learn about a simplistic example of using a Scripting Runtime Library.
Learn about the different Web service design methodologies as defined by the Web Services Standardization Groups, clarify the terms, and highlight their differences.
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.
This article describes a conversion tool which takes an HTML document as input and generates a Microsoft Word document for printing.
Best Practices and Standards in EAI must be practiced for reducing costs and increasing the effeciency for any EAI application.
Illustrates great technique of creating a Word template and merging it with XML data
Great article/demo application for XML and XSL !!
Another great STL implementation by David, these classes use standard parsing (as opposed to the XML DOM) to parse XML documents