Mixp

Mixp is a Guile interface to expat, James Clark's XML Parser,
originally written by Thierry Bézecourt.  This release of Mixp is
available under the terms of the GNU GPL v3 (or later); see COPYING.
It has been tested with Guile 1.4, 1.8, 2.0, 2.2, and libexpat 2.2.10.

Mixp provides two modules for use by Guile Scheme code:

  (mixp expat)  -- corresponds roughly to libexpat API
  (mixp utils)  -- high-level convenience procs
  (mixp simit)  -- SXML imitation

See documentation in doc/ for details.

This is alpha code (pre 1.0 release).  It may have bugs,
and the interfaces may change from version to version.


Installation
------------
Generic install instructions are provided in the file INSTALL.
If you're in a hurry:

  ./configure [options]
  make
  make check
  make install

Normally, the configure script looks for the system-installed expat and
Guile headers/libs.  Option ‘--with-expat=DIR’ specifies another location.


Don't Panic
-----------
Please report bugs to Thien-Thi Nguyen (the current Mixp maintainer).
The email address is available in the output of "./configure --help".



Copyright (C) 2011, 2012, 2020 Thien-Thi Nguyen

Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
