Mini-XML
2014-07-17
홈페이지: http://www.msweet.org/projects.php?Z3
다른 라이브러리에 의존적이지 않은 읽기/쓰기가 가능한 작은 XML 파서 라이브러리.
일단 API도 왠만한건 다 지원하는것 같음. MinGW에서 테스트 해보니 굿.
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.
다운로드: mxml-2.8.tar.gz
Categorized as: Programming
답글 남기기