Xml for new programmers

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
In Windows, one normally just consume the COM object MSXML.DomDocument. If not, I guess libxml?
which Header I can use to make "Paser" from XML file in Visual Studion 2010
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.