[add quick README warning clinton@unknownlamer.org**20090505061633 Ignore-this: 6c3cf95ee35a1187d819d3c181720975 ] addfile ./README hunk ./README 1 +-*- text -*- + +2009-05-05 + +This is a Work In Progress and as such is highly experimental. The +:xmlisp2 package does not export anything for a reason! + +There be dragons here. You have been warned. + +XMLisp2 (a better name shall be chosen once the code is in more stable +shape) is a replacement for XMLisp using CXML Klacks for parsing, SAX +for unparsing, and cxml-types to decode (and, via protocol extensions, +encode) xml documents into lisp objects. An interface is provided that +is more oriented toward object initialization and serialization than +toward document parsing. + +The eventual goal is to be able to parse XML Schema type definitions +and RELAXNG schemas into CLOS classes more or less automagically. This +is a lofty goal and as such the code will be in flux for a +while. Perhaps.