XML API

Hi guys,
I'm trying generate a xml file with C++ but I'm having problems to find a good API, can anyone indicate some good for me. In Java I use XStream, I'd like something like that, I don't know if is it possible.

Thanks all...
Best regards.
boost::property_tree has an xml reader/writer.

You could probably do a google search if you want other ideas.
I did it before but don't find anything, I'm starter in C++ so I still don't understand somethings.
But I'll look about this boost.

Thanks!
try using ticpp, I just used it and its very easy to use. The url is http://code.google.com/p/ticpp/
closed account (S6k9GNh0)
I actually recently studied XML. At first I found it difficult but the reason being is completely terminology. Go read the w3schools tutorial on XML (just the basics) and then try to relate to an XML API.
Topic archived. No new replies allowed.