libtinyxml2-2v5

C++ xml parsing library
  http://www.grinninglizard.com/tinyxml2/
  0
  no reviews



This package contains the shared version of the tinyxml2 library.

tinyxml2 is a simple and small c++ xml parser that can be easily integrating into other programs. it reads xml and creates c++ objects representing the xml document. the objects can be manipulated, changed, and saved again as xml.

tinyxml2 supersedes the previous tinyxml library, with various improvements:
- fewer memory allocations (1% - 10% compared to tinyxml)
- uses less memory (about 40% of that used by tinyxml)
- faster
- no stl requirement
- more modern c++, including a proper namespace
- proper and useful handling of whitespace