Using Boost to read and write XML files

前端 未结 15 2097
眼角桃花
眼角桃花 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条回答
  •  眼角桃花
    2020-11-28 03:03

    From my experiences lurking on the Boost mailing list, it appears that every time XML comes up as a subject, it is diverted into a discussion about Unicode. However, since there is a potential Unicode library looming right now, I don't think it will take too long for an XML library to appear there.

    In the meantime, I too have been using TinyXML.

    Interesting link about RapidXML. I'll take a look at that.

提交回复
热议问题