Help to read XML file into C++ Environment

sagooding

Distinguished
Jan 19, 2009
13
0
18,560
Good day all,

I need some help with how to read an XML data file into C++ environment and

process it.

and then output a table to a CSV file.

Any help or advice with respect to what to do generally or which the libraries to use in C++ to be able to do this would be helpful.

Thank you in advance for your time and your help,
Best regards,
sagooding.
 
Solution
MSDN article is about .NET implementation of XML parsersl
For "plain" C++, I looked at this SF library in the past. I did not spend too much time with that (the XML was slashed off requirements), but initial tests were promising.