A simple, small, C++ XML parser that can be easily integrating into other programs http://www.grinninglizard.com/cgi-sys/suspendedpage.cgi
Go to file
2024-01-06 05:55:42 +01:00
libtinyxml-2.6.1-entity.patch automatic version update by autodist [release 2.6.2-1mamba;Sat Dec 01 2012] 2024-01-06 05:55:42 +01:00
libtinyxml.spec rebuilt with gcc 5.3.0 [release 2.6.2-2mamba;Tue Feb 02 2016] 2024-01-06 05:55:42 +01:00
README.md automatic version update by autodist [release 2.6.2-1mamba;Sat Dec 01 2012] 2024-01-06 05:55:42 +01:00
tinyxml-2.5.3-stl.patch automatic version update by autodist [release 2.6.2-1mamba;Sat Dec 01 2012] 2024-01-06 05:55:42 +01:00

libtinyxml

TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. Have you ever found yourself writing a text file parser every time you needed to save human readable data or serialize objects? TinyXML solves the text I/O file once and for all. (Or, as a friend said, ends the Just Another Text File Parser problem.)