开发者

C++ xml parser with unicode support & without COM registration

开发者 https://www.devze.com 2023-01-22 19:52 出处:网络
I need t开发者_运维百科o use a C++ XML parser/writer for implementing virtual registry on the basis of the following 2 conditions.

I need t开发者_运维百科o use a C++ XML parser/writer for implementing virtual registry on the basis of the following 2 conditions.

  1. It should not write entries in registry
  2. It should support unicode characters.

I have tried the following parsers but none have solved the 2 conditions:

  • Msxml (writes in to registry for COM creation)
  • Xerces (registers COM)
  • Tiny Xml (no entries in reg, but does not support unicode characters)
  • Rapid Xml (no unicode uspport)

So please if you could know any which solves my 2 condition, please let me know


Take a look at pugixml.


Tinyxml is enought. So you can conversion your unicode characters to utf8 first.

0

精彩评论

暂无评论...
验证码 换一张
取 消