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
A warning. I love RapidXML, but it has a very nasty bug when parsing UTF16. Some valid values cause it to crash.
I would love to recommend pugixml - but it lacks namespace support, which I know is going to cause me problems.