Recent Changes - Search:

edit SideBar

tinyxml

Description

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.)

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlC -q64" or "g++ -maix64".

Homepage: http://www.grinninglizard.com/tinyxml/

Version: 2.6.2-1

Downloads

RPM:

Source RPM:

Package dependencies:

  • none

Older version

RPM:

Source RPM:

Package dependencies:


All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on October 06, 2011, at 10:11 PM