TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. In brief, TinyXML-2 parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. tweak + ok sthen@
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily
|
|
integrated into other programs.
|
|
|
|
In brief, TinyXML-2 parses an XML document, and builds from that a Document
|
|
Object Model (DOM) that can be read, modified, and saved.
|