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
What about boost.spirit?
Here, they show a "Mini XML" parser