slackbuilds_ponce/libraries/mxml
Kent Fritz 02083b32b9
libraries/mxml: Updated for version 2.10.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-11-14 16:59:30 +07:00
..
link_with_pthread.diff
mxml.info
mxml.SlackBuild
README
remove_rpath.diff
slack-desc

Mini-XML is a small XML parsing library that you can
use to read XML and XML-like data files in your
application without requiring large non-standard libraries.

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.