How can I get ideas about MFC parser?

Asked By 0 points N/A Posted on -
qa-featured

 

Hello expert, I have downloaded MFC application. Now I have some simple XML file that I want to parse those on my MFC application. How can I get ideas about MFC parser to complete my work?

SHARE
Answered By 0 points N/A #171629

How can I get ideas about MFC parser?

qa-featured

Hello,

The CMarkup Lite is a software that uses EDOM methods for parsing XML document strings. In addition to the above, these EDOM methods may be used for setting an attribute or adding elements to an existing XML document.  However, these methods do not change data or remove XML elements.  In order to be able to parse the XML strings, Markup.cpp and Markup.h must be added to Visual C++ MFC project. 

Please follow the link to this site for examples.

I hope this is useful.

Related Questions