Is there any good way (and a simple way too) using Boost to read and write XML files?
I can\'t seem to find any simple sample to read XML files using Boost. Can you
There's also TinyXML, which is a nice and small C++ library. If you are looking for a lower-level library, RapidXML is a great starting point.