slackbuilds/libraries/mxml
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README libraries/mxml: Added to 12.2 repository 2010-05-12 23:30:51 +02:00
link_with_pthread.diff libraries/mxml: Updated for version 2.7. 2012-06-25 21:30:35 -04:00
mxml.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
mxml.info libraries/mxml: Fix download link. 2013-07-02 16:06:54 -05:00
remove_rpath.diff libraries/mxml: Updated for version 2.7. 2012-06-25 21:30:35 -04:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.