Using Boost to read and write XML files

前端 未结 15 2103
眼角桃花
眼角桃花 2020-11-28 02:37

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

15条回答
  •  萌比男神i
    2020-11-28 03:18

    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.

提交回复
热议问题