Click to See Complete Forum and Search --> : How to read from xml file


Zolix2010
November 21st, 2005, 08:19 AM
hi,
how can i read data saved in xml file?

any links/tut/faqs will be MUCH helpful...

Avi. :wave:

golanshahar
November 21st, 2005, 08:27 AM
maybe this can help: STL-based (non-validating) XML Parser (http://codeguru.earthweb.com/Cpp/I-N/internet/xml/article.php/c3451/)

the interfaces to use it are in msxml2/3... look here for reference:IXMLDOMDocument(..) (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/39b17b9c-04c7-4fa8-bcee-1f7d57eefd74.asp) its will give you a start...

Cheers