Mini-XML Tiny XML Library

Version License C Linux | macOS | Unix | Windows

News

Mini-XML 3.3.1 July 25, 2022

Mini-XML 3.3 November 06, 2021

Mini-XML 3.2 October 09, 2020

Mini-XML 3.1 August 28, 2019

Mini-XML 3.0 March 02, 2019

Mini-XML is a tiny XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors’ ANSI C compilers) and a make program.

Mini-XML provides the following functionality:

Mini-XML doesn’t do validation or other types of processing on the data based upon schema files or other sources of definition information.

Note: Version 3.0 hides the definition of the mxml_node_t structure, requiring the use of the various accessor functions that were introduced in version 2.0.