tinyxml 利用DOM(文档对象模型)操作XML,生成根节点与各个子节点;操作XML非常简单方便;tinyxml包含6个文件 tinystr.cpp , tinystr.h , tinyxml.cpp , tinyxmlerror.cpp , tinyxml.h , tinyxmlparser.cpp。
【摘自英文描述】
TinyXML is a simple, small, minimal, 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.
http://www.grinninglizard.com/tinyxmldocs/tutorial0.html
1