Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041914
en ru br
ALT Linux repos
S:3.2-alt2
5.0: 2.5-alt2
4.1: 2.1-alt1
4.0: 2.1-alt1
3.0: 2.1-alt1

Group :: Development/C
RPM: mxml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.2-alt2
Build date: 30 august 2021, 07:03 ( 134.5 weeks ago )
Size: 7.73 Mb

Home page:   https://www.msweet.org/mxml/

License: Apache-2.0
Summary: Small XML file parsing library
Description:

Mini-XML is a small XML parsing library that you can use to read XML data files
or strings in your application without requiring large non-standard libraries.
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.
- SAX (streamed) reading of XML files and strings to minimize memory usage.
- 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.

Current maintainer: Danil Shein (gpg key)

List of contributors

List of rpms provided by this srpm:

  • libmxml
  • libmxml-debuginfo
  • libmxml-devel
  • libmxml-devel-static
  • mxml
  • mxml-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin