cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Xml for new programmers
Xml for new programmers
Jul 14, 2012 at 7:18pm UTC
Armand
(2)
Hello all,
I would like to read a xml file using visual studio 2010. I need you help. I have no idea how to do it
thanks
Jul 14, 2012 at 10:33pm UTC
webJose
(2948)
In Windows, one normally just consume the COM object MSXML.DomDocument. If not, I guess libxml?
Jul 15, 2012 at 8:20am UTC
Armand
(2)
which Header I can use to make "Paser" from XML file in Visual Studion 2010
Jul 15, 2012 at 8:25pm UTC
webJose
(2948)
Well, like I said, you could consume the COM object MSXML.DOMDocument. I'm sure there's a header file for it ready for use, but your question suggests you actually don't know anything about COM, so chances are you won't be able to use it.
So try libxml instead.
Topic archived. No new replies allowed.