[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/mxml/mxml.desc [COPY] Copyright (C) 2006 - 2024 The T2 SDE Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] An extremely small XML parsing library for C [T] Mini-XML is a small XML parsing library that you can use to read [T] XML and XML-like data files in your application without requiring [T] large non-standard libraries. It only requires an ANSI C compatible [T] compiler (GCC works, as do most vendors' ANSI C compilers) and [T] a "make" program. It supports reading of UTF-8 [T] and UTF-16 and writing of UTF-8 encoded XML strings and files, and [T] provides a hierarchical view of the file via a linked-list tree [T] structure of typed nodes and functions for managing, traversing, [T] indexing, and searching the tree. [U] http://www.easysw.com/~mike/mxml/ [A] Michael Sweet [M] The T2 Project [C] extra/tool [L] GPL [S] Stable [V] 4.0.3 [P] X -----5---9 800.000 [D] 1b8158ba44a0f6d1eba6fb5f664b00c938c5fefee177d4ab28bdae00 mxml-4.0.3.tar.gz https://github.com/michaelrsweet/mxml/archive/v4.0.3/