Click here to Skip to main content
15,885,914 members
Articles / Desktop Programming / MFC

XML class for processing and building simple XML documents

Rate me:
Please Sign up or sign in to vote.
4.92/5 (131 votes)
23 Sep 2003CPOL 2.8M   23.8K   415  
Link CMarkup into your VC++ app and avoid complex XML tools and dependencies
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Markup.rc
//
#define ID_APP_VERSION                  1
#define IDD_MARKUP_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDB_BITMAP_TESTDLG              129
#define IDC_EDIT_FILE                   1000
#define IDC_BUTTON_BROWSE               1001
#define IDC_BUTTON_PARSE                1002
#define IDC_ST_PARSE_RESULTS            1003
#define IDC_ST_TEST_RESULTS             1004

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Raised in Southern Ontario Canada. Bachelor of Science from the University of Toronto in Computer Science and Anthropology. Living near Washington D.C. in Virginia, USA.

Comments and Discussions