C++ and XML

Is it possible to use C++ to get data from an XML file?

I'm just starting out how to do XML (which is fairly simplistic and self-explanatory) and I thought that it'd be wonderful if I could use XML to store data from C++ programs that can be accessed later (i.e. character stats from a game, configuration settings, etc.).

I'm sure it's possible, but what I really mean is that I'm wondering if there's a standard for getting data from an XML file.
AFAIK, there's on XML standard.
You can't throw a rock at the Internet without hitting at least five XML libraries. Google, SourceForge, and Wikipedia are your friends.

EDIT:
AFAIK, there's on XML standard.
Disregard that. There actually are ISO standards.
Last edited on
you can use xerces or expat c++ xml library.

i will go for xerces.
Topic archived. No new replies allowed.