Bug 67304 - New Port: textproc/mini-xml Lightweight XML parsing library
Summary: New Port: textproc/mini-xml Lightweight XML parsing library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 20:10 UTC by Vladimir Osintsev
Modified: 2004-05-29 14:33 UTC (History)
0 users

See Also:


Attachments
file.shar (3.42 KB, text/plain)
2004-05-28 20:10 UTC, Vladimir Osintsev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Osintsev 2004-05-28 20:10:13 UTC
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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-29 14:33:34 UTC
State Changed
From-To: open->closed

New port added (after extensive modification), thank you!