Click here to Skip to main content
15,895,084 members
Articles / Desktop Programming / MFC

C++ Wrapper classes for the COM interfaces of Microsoft XML parser (MSXML)

Rate me:
Please Sign up or sign in to vote.
4.46/5 (32 votes)
1 Jan 20029 min read 593.9K   7K   114  
The provided MFC extension DLL provides easy to use wrapper classes for all COM-interfaces of Microsoft's DOM-/SAX implementation.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by MSXMLCPP.RC
//

// N�chste Standardwerte f�r neue Objekte
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NEXT_RESOURCE_VALUE	7000
#define _APS_NEXT_CONTROL_VALUE		7000
#define _APS_NEXT_SYMED_VALUE		7000
#define _APS_NEXT_COMMAND_VALUE		32771          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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
Sven Wiegand (1976), IT professional living in Berlin (Germany), develops open source software in his free time. His most successfull project is the LaTeX IDE TeXnicCenter which is distributed under the terms of the GNU-GPL and has more than 100,000 users all about the world.

"The picture shows me with my racing bike on the top of the Roque de los Muchachos (2426m) - the highest point of the canarian island La Palma."

Comments and Discussions