diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:51 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:51 +0200 |
commit | d36fa327ee27f46adb0c1c2cc94ea1488a39a29a (patch) | |
tree | 2333b96d0d64384eb14cd83b113716dc944918b7 /libraries/mxml/README | |
parent | aea929a90c3c54905b194c08e13d9041397936d7 (diff) | |
download | slackbuilds-d36fa327ee27f46adb0c1c2cc94ea1488a39a29a.tar.gz |
libraries/mxml: Added to 12.2 repository
Diffstat (limited to 'libraries/mxml/README')
-rw-r--r-- | libraries/mxml/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/mxml/README b/libraries/mxml/README new file mode 100644 index 0000000000..3bd4779f8a --- /dev/null +++ b/libraries/mxml/README @@ -0,0 +1,9 @@ +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. |