tinyXml2

Mark for latter

from: http://www.grinninglizard.com/tinyxml2/index.html

UTF-8 Unicode support.

Advantages of TinyXML-2

  1. The focus of all future dev.
  2. Many fewer memory allocation (1/10th to 1/100th), uses less memory (about 40% of TinyXML-1), and faster (~5x on read).
  3. No STL requirement.
  4. More modern C++, including a proper namespace.
  5. Proper and useful handling of whitespace
原文地址:https://www.cnblogs.com/zzugyl/p/2993464.html