Mini-XML 2.4 (Default branch) |
|
|
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.
License: GNU Lesser General Public License (LGPL)
Changes:
This version fixes some build and XML parsing
bugs, adds support for the apos character entity,
and adds per-thread global settings.
|