轻量级开源的ANSI C下XML解析库—Mini-XML

网站:http://www.minixml.org/

 

Mini-XML: Lightweight XML Library

Mini-XML is a small 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 supports reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and strings. Data is stored in a linked-list tree structure, preserving the XML data hierarchy, and arbitrary element names, attributes, and attribute values are supported with no preset limits, just available memory.

 

 

源目录下有设置好了的gcc和vs2008两种编译模式。因为是基于ANSI C的,自己很容易移植到嵌入式环境中。

你可能感兴趣的:(c,xml,compiler,hierarchy,attributes,structure)