I am interested in finding a code generation tool that, given the set of XSD files, will generate a set of CLOS classes from XSD, generate deserialization procedures from XML to CLOS, and generate the corresponding serialization procedures. The closest project I could find is CL-SOAP, but it seems to be at an early stage. I need support for XSD elements, including xsd: sequence, xsd: choice, preferably xsd: group and ideally xsd: all. Namespace support is required.
Any suggestions?
source
share