Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
tinyxml: A simple, small, C++ XML parser
- Summary
- 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.)
Changelog
- * Tue Feb 19 18:00:00 2008 Fedora Release Engineering <rel-eng{%}fedoraproject{*}org> - 2.5.3-3
- Autorebuild for GCC 4.3
- * Fri Dec 14 18:00:00 2007 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 2.5.3-2
- Various improvements from review (bz 407571)
- * Fri Nov 30 18:00:00 2007 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 2.5.3-1
- Initial Fedora Package