Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2024 Meta-MorphOS.org
Description:A small XML parsing library.
Developer/Porter:Carsten Siegner
Readme:
Short: A small XML parsing library
Author: Michael Sweet, Morphos port by Carsten Siegner
Uploader: Carsten Siegner (carstensiegner osnanet de)
Type: dev/lib
Version: 2.7
Architecture: ppc-morphos;


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 only requires an ANSI C compatible compiler (GCC works,
as do most vendors' ANSI C compilers) and a "make" program.

Mini-XML provides the following functionality:

- 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.
- Supports arbitrary element names, attributes, and attribute values
with no preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in
"leaf" nodes.
- Functions for creating and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees
of data.

Mini-XML doesn't do validation or other types of processing on the data
based upon schema files or other sources of definition information.


Upload Date:Mar 25 2017
Category:Development/Library
Download:Libmxml_2.7.lha
Md5:a8b9b0cc3d0c7d5fec147b364f02c202
Size:416 KB
Downloads:219
Screenshot(s)
History
Last Comments