Download List

Descripción del Proyecto

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.

2011-12-22 07:41
2.7

Esta versión corrige algunas pérdidas de memoria, agrega funciones accesorias y configuraciones de 64 bits para los archivos de proyecto de Visual C++.
This release fixes some memory leaks, adds accessory functions, and adds 64-bit configurations to the Visual C++ project files.

2009-05-18 08:23
2.6

Esta versión corrige algunos UTF-8, el embalaje, y las cuestiones mxmldoc y añade soporte para conjuntos de documentación Xcode.
Tags: Stable
This release fixes some UTF-8, wrapping, and mxmldoc issues and adds support for Xcode documentation sets.

2008-01-29 09:51
2.5

Esta versión corrige algunos problemas de análisis XML y añade muchas características nuevas mxmldoc.
Tags: Minor bugfixes
This version fixes some XML parsing problems and adds many new mxmldoc features.

2007-11-23 13:45
2.4

Esta versión corrige algunos de construir y análisis de errores de XML, añade soporte para los profesionales asociados a entidades de caracteres, y agrega la configuración de cada hilo mundial.
Tags: Minor bugfixes
This version fixes some build and XML parsing
bugs, adds support for the apos character entity,
and adds per-thread global settings.

2007-04-27 08:39
2.3

Esta versión añade una API de SAX, más funciones de conveniencia, un puntero de datos de usuario a la estructura de mxml_node_t y HTML nuevos y mejores resultados de páginas hombre de mxmldoc. Esta versión también ofrece un relajante licencia LGPL que permite la vinculación estática.
Tags: Major feature enhancements
This version adds a SAX API, more convenience
functions, a user data pointer to the mxml_node_t
structure, and improved HTML and new man page
output from mxmldoc. This release also offers
relaxed LGPL licensing that allows static linking.

Project Resources