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
It would appear that boost serialization can read from and write-to archives in XML, if that's sufficient for your purposes.
Easier XML with Boost