slackbuilds_ponce/libraries/mxml
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
link_with_pthread.diff libraries/mxml: Updated for version 2.7. 2012-06-25 21:30:35 -04:00
mxml.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
mxml.SlackBuild libraries/mxml: Updated for version 2.7. 2012-06-25 21:30:35 -04:00
README
remove_rpath.diff libraries/mxml: Updated for version 2.7. 2012-06-25 21:30:35 -04:00
slack-desc libraries/mxml: Updated for version 2.7. 2012-06-25 21:30:35 -04:00

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.