Download List

Project Description

Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. It only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a "make" program. It supports reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML strings and files, and provides a hierarchical view of the file via a linked-list tree structure of typed nodes and functions for managing, traversing, indexing, and searching the tree.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-12-21 16:46 Back to release list
1.3

Support was added for all of the standard HTML
entity names, entities in element names, attribute
names, attribute values, and null attribute
values. A new error callback was added for
catching errors instead of displaying them to
stderr. The new release also fixes some bugs with
the handling of poorly formed XML data and in the
mxmldoc utility.
Tags: Minor feature enhancements

Project Resources