Develop and Download Open Source Software

Mini-XML

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2011-12-22 07:41
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
This release fixes some UTF-8, wrapping, and mxmldoc issues and adds support for Xcode documentation sets.
2008-01-29 09:51
This version fixes some XML parsing problems and adds many new mxmldoc features.
2007-11-23 13:45
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
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

http://freecode.com/urls/18625d26be5de2e764631bfe7e826f37
http://freecode.com/urls/b76e8ac0e70735cadadc6fd03f6fcb5e
http://freecode.com/urls/e34eb04f0f48208052881dd4e9370d80
http://freecode.com/projects/mxml

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.


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.