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.
The Mini-XML library is licensed under the Apache License Version 2.0 with an exception to allow linking against GPL2/LGPL2-only software. See the files “LICENSE” and “NOTICE” for more information.
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 2.12 October 02, 2018
Mini-XML 2.11 October 28, 2017
Mini-XML 2.10 June 13, 2016
Mini-XML 2.9 October 19, 2014
Mini-XML 2.8 January 05, 2014