Username
Password
Home | Log-in | Register | Advertise | About Us | Getting Rated | Feedback

Sponsor Links
advertisement

XML documents have become a great way to pass data from one application to another. Whether communicating from one DLL to another, from one EXE to another, or even from one server to another, XML is simple, easy, and efficient to pass around. In many other Microsoft languages, you used the Microsoft.XMLDOM object to process XML documents. In .NET, the equivalent object is called XmlDocument. In this paper, you learn how to work with XML documents within the .NET Framework.
Version: n/a   Platforms: n/a   Last Updated: April 06, 2007

This two-part article offers an introduction to the Xerces-C++ XML library. Part 1 explains how to link the library into applications written in Linux and Windows. Ample code demonstrates parsing with the SAX API, and a sample application shows you how to create a bar graph in ASCII art. In Part 2, I'll demonstrate how to load, manipulate, or synthesize a DOM document, and you'll see how to create the same bar graph using Scalable Vector Graphics (SVG). C++ programmers who read these articles should be able to easily add XML parsing and processing capabilities to their applications.
Version: n/a   Platforms: n/a   Last Updated: April 11, 2007

Page: 1
   
 
A Cynux Company
© 2003-2005 ScriptsDownload.com, All Rights Reserved.