Hi,
a new release tarball is available for download.
The new release fixes the build on non-Unicode lisps and on OpenMCL, which were broken in the previous tarball.
In addition, the following changes are part of the release:
* New function cxml:parse.
* Serialization no longer defaults to canonical form.
* Fixed octet array argument to make-source.
* XMLS compatibility is not bug-for-bug-compatible with XMLS any more. There is now a mode using pairs of local name and namespace URI, and a second mode using qualified names only. The old behaviour using pairs of prefix and local names was removed. (Thanks to Douglas Crosher.)
* SCL support (thanks to Douglas Crosher). Includes support for implementations where URIs are valid namestrings, and a mode where normal streams are used instead of xstreams and ystreams (albeit both SCL-specific at this point).
* new convenience serialization function cxml:doctype. Various DTD serialization fixes.