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. WWW: http://www.easysw.com/~mike/mxml - Michael Sweet mxml@easysw.com > cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/finance/quantlib
Commit message (Expand)AuthorAgeFilesLines
* - Add SHA256pav2005-11-251-0/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* BROKEN on ia64 and alpha: Does not compilekris2005-03-271-1/+7
* - Support PTHREAD_CFLAGS properlykrion2004-04-032-12/+412
* upgrade to 0.3.5ijliao2004-04-025-314/+34
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* SIZEify.trevor2004-01-291-0/+1
* move the following ports to finance:eik2004-01-231-1/+1
* - fix PKGORIGINeik2004-01-23