Mini-XML

From Free Software Directory
Revision as of 15:04, 23 February 2017 by BABA200 (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


[edit]

Mini-XML

http://www.msweet.org/projects.php?Z3
Small XML parsing 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.





Licensing

License

Verified by

Verified on

Notes

License

LGPLv2

Verified by

BABA200

Verified on

23 February 2017

Notes

w/Static Linking:

Mini-XML License September 18, 2010


The Mini-XML library and included programs are provided under the terms of the GNU Library General Public License version 2 (LGPL2) with the following exceptions:

 1. Static linking of applications to the Mini-XML library

does not constitute a derivative work and does not require the author to provide source code for the application, use the shared Mini-XML libraries, or link their applications against a user-supplied version of Mini-XML.

If you link the application to a modified version of Mini-XML, then the changes to Mini-XML must be provided under the terms of the LGPL2 in sections 1, 2, and 4.

 2. You do not have to provide a copy of the Mini-XML license

with programs that are linked to the Mini-XML library, nor do you have to identify the Mini-XML license in your program or documentation as required by section 6 of the

LGPL2.




Leaders and contributors

Contact(s)Role
Michael Sweet Maintainer
Alastair McKinstry Maintainer Debian


Resources and communication

AudienceResource typeURI
RepositoryVCS Repository Webviewhttp://svn.msweet.org/mxml/
Trisquel pageHomepagehttp://packages.trisquel.info/belenos/libmxml1
Debian pageHomepagehttps://tracker.debian.org/pkg/mxml
Mailing listMailing Listhttps://www.msweet.org/mailman/listinfo/mxml


Software prerequisites




Entry











"Maintainer Debian" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Mailing list" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Repository" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Trisquel page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.