XMLFoundation
An Object Oriented approach to handling XML.
Serialize and deserialize XML files and XML buffer with this set of macros and classes. The serializer uses ATL String and ATL collections. Get the object representations of XML files and a means to store and load objects to and from XML.
Got XML files? Look no further than libxml2, which gives you both DOM and SAX model XML parsing in a single freeware library that works with most common languages in all popular platforms including Linux and Win32/Win64.
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).
In this follow-up article to learning how to use the XmlTextReader to enumerate the nodes of an XML file, Tom Archer illustrates how to skip non-content and whitespace nodes and how to locate and read attribute values.
BizTalk 2004 Pipelines offer you a great deal of control over the processing of BizTalk 2004 messages. With custom Pipeline components, you can handle non-XML data in BizTalk messages, even when the data is in non-delimited file formats.
Learn new ways to work with Excel spreadsheets through the use of XML.
CXMLMgr is a very simple MSXML 4.0 DOM wrapper class that can be used to manipulate XML files. It can be used in MFC as well as Win32.
XAML (Extensible Application Markup Language) is the codename for a new Microsoft markup language used to create UI elements for client applications in the forthcoming Windows release codenamed "Longhorn." The main XAML benefit to developers is that you'll be able to separate the application logic code from presentation code.
Learn how to perform transformations from XML to HTML with VC++.
See how to serialize primitive types and CObject-derived classes into XML. Includes a demonstration of XML serialization with a CArray-derived template collection class.
How to save a structure into an XML file (using STL), and then load the file back using XML.
Loading, parsing, and saving XML documents. (The article and source code were updated.)
Build a lightweight XML parser. Support non-English languages such as Korean as well as escape characters.
Export data by creating an XML file. This class makes it easy!
XML provides a powerful and flexible means of expressing and communicating information between different, or unlike, systems. Learn to parse XML from your programs.
This example is very useful for those times when you need to capture all data in a window. It serializes the information into XML.