I'm interested in finding a code generation tool that, given a set of XSD files, will generate a set of CLOS classes from XSD, generate deserialisation routines from XML to CLOS and generate the corresponding serialisation routines. The closest project that I've been able to 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. Support for namespaces is essential.
Any suggestions?