MFC XML Editor

 

Aaron Skonnard
Developmentor


Download the sample: XMLEdit.exe


Requirements

This sample requires the following software:

  • Internet Explorer 5.0
  • Windows 98, Windows NT 4.0, or Windows 2000
  • Microsoft Visual C++ 6.0

Description

This sample demonstrates how to use the MSXML parser to write an XML editor using Microsoft Visual C++ and the Microsoft Foundation Class library (MFC). In particular, this sample illustrates how to create, load, edit, and save XML documents.

Furthermore, this sample demonstrates how to do the following more detailed tasks:

  • Rename, edit, and delete existing nodes/attributes
  • Create new XML nodes including: standard elements, attributes, CDATA sections, comments, and text nodes
  • Normalize an XML document
  • View the current document’s XML source
  • Perform XSL transformations on the current XML document and view the results (supports XML->XML and XML->HTML)
  • Cut, paste, and duplicate XML nodes

To begin using this sample, either compile the project (XMLEdit.dsw) or run XMLEdit.exe that comes in the project’s Debug directory

 

 
  © 1999 Microsoft Corporation. All rights reserved. Terms of Use.