Mini-XML: Lightweight XML Library
Mini-XML is a small XML library that you can use to read and write XML andXML-like data files in your application without requiring large non-standardlibraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, asdo most vendors' ANSI C compilers) and a 'make' program.
Mini-XML supports reading of UTF-8 and UTF-16 and writing of UTF-8 encodedXML 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 availablememory.
Mini-XML是一款轻量级XML库,用于读写XML及类似数据文件,支持UTF-8和UTF-16编码,使用ANSI C兼容编译器即可。数据采用链表树结构保存,保留XML层次结构。
734

被折叠的 条评论
为什么被折叠?



