Accessing XML document through VC++ code.
-
How can we create an XML document through a Visual C++ program. How can we modify, and delete some entry in the document? Gyan Prakash Joshi
-
How can we create an XML document through a Visual C++ program. How can we modify, and delete some entry in the document? Gyan Prakash Joshi
Have a look at TinyXML[^], it is a nice little XML parser.
Cédric Moonen Software developer
Charting control [v1.2] -
How can we create an XML document through a Visual C++ program. How can we modify, and delete some entry in the document? Gyan Prakash Joshi
Hi, Go to site www.perfectxml.com.It contains a good code to write xml.You have to use msxml and the IXMLDOMNode objects.Initially you may face problem owing to different versions of msxml available. A few days back i created the code for creating,reading and writing xml file.First try on you own,if still you are not able to i am ready to help but with hints above you can start. Regards, Mayank